Hello list,
My freebsd 8.2 box has a new, interesting error. When I go to change
any user password I see the message passwd: pam_start(): system error
as in :
[root@LBSD2:/etc/pam.d] #passwd
Changing local password for root
passwd: pam_start(): system error
passwd is able to see it's libraries:
Hello list,
I have a few php config files that have the windows delimiter
character in them ('^M') that I would like to get rid of. I'm trying
to use sed to do it, and for some reason I am not having any luck.
Here's the line that I'm trying to use:
#sed -i '.bak' 's/^M//g' config.php
Howeve
Re: php5 port seems broken
On 1/22/12 7:50 PM, Tim Dunphy wrote:
> Hello again,
>
> Thanks for your input. Before attempting to install php on this machine I
> updated my ports tree with csvsup. But following the steps in this article
> helped me to get past this point.
&
-questions@freebsd.org
Sent: Sunday, January 22, 2012 8:03:44 PM
Subject: Re: php5 port seems broken
On 1/22/12 7:50 PM, Tim Dunphy wrote:
> Hello again,
>
> Thanks for your input. Before attempting to install php on this machine I
> updated my ports tree with csvsup. But following the
e any errors in the error logs.
Any thoughts/hits/suggestions from here?
thanks
tim
- Original Message -
From: "RW"
To: freebsd-questions@freebsd.org
Sent: Sunday, January 22, 2012 7:07:21 PM
Subject: Re: php5 port seems broken
On Sun, 22 Jan 2012 18:01:29 -0500
Tim K
Hello list,
I'm attempting to install php5 from my ports tree. I've attempted the latest
version ( 5.3.9 located in /usr/ports/lang/php5) and the 'latest stable'
(5.2.17 located in /usr/ports/lang/php52). The result is pretty much the same:
[root@LBSD2:/usr/ports/lang/php5] #make install
===>
hello list!!
I am attempting to backup my freebsd box using amanda. I am enjoying great
success backing up linux but the FreeBSD machine is one of my cornerstone
network machines housing LDAP and DNS and it would be a a genuinely good idea
to get this backed up.
So fortunately I had no trou
92.in-addr.arpa domain name pointer LCENT01.summitnjhome.com.
On Tue, Mar 29, 2011 at 12:25 AM, Jon Radel wrote:
> On 3/29/11 12:05 AM, Tim Dunphy wrote:
>>
>> hello
>>
>> no crabby comments on restart at all!
>>
>> LBSD2# /etc/rc.d/named restart
>> Stop
PTR virtcent17.summitnjhome.com.
40 PTR virtcent18.summitnjhome.com.
41 PTR virtcent19.summitnjhome.com.
tim
On Mon, Mar 28, 2011 at 11:54 PM, Jon Radel wrote:
> On 3/28/11 11:36 PM, Tim Dunphy wrote:
>
>> Now I could probably understand
rds
tim
On Mon, Mar 28, 2011 at 9:36 AM, Tim Dunphy wrote:
> Ok guys.. I totally get it now and sorry for the misunderstanding. I'm
> really looking forward to getting this working but might not get a
> chance to try this again until this evening. time. where does it go?
> don
AM, Peter Andreev wrote:
> 2011/3/28 Tim Dunphy
>
>> Hello,
>>
>> Thanks for your reply!
>>
>> I took your advice and removed that line from resolv.conf and added
>> it into /etc/named/named.conf
>>
>> Now it looks like this
>>
>>
and named but the issue remains:
LBSD2# host 192.168.1.44
Host 44.1.168.192.in-addr.arpa. not found: 3(NXDOMAIN)
On Mon, Mar 28, 2011 at 1:06 AM, Robert Bonomi wrote:
>
>> Date: Mon, 28 Mar 2011 00:19:26 -0400
>> From: Tim Dunphy
>> Subject: reverse dns in bind9
>>
&g
Hello,
I am attempting to setup reverse dns in bind 9 under freebsd... this
is in an attempt to allow mysql to work a little easier with DNS
resolution.
In my /etc/named/named.conf file I have the following:
// RFC 1912
zone "localhost"{ type master; file "master/localhost-forward.db";
that did it! thanks
On Sun, Mar 27, 2011 at 11:00 PM, Noel wrote:
> On 3/27/2011 9:18 PM, Tim Dunphy wrote:
>>
>> hey guys,
>>
>> I setup a FreeBSD 8.2 box to server as an LDAP server. I forgot that
>> I had a TLS cert with a different hostname than the on
hey guys,
I setup a FreeBSD 8.2 box to server as an LDAP server. I forgot that
I had a TLS cert with a different hostname than the one I selected. So
I edited /etc/rc.conf to change the name there
defaultrouter="192.168.1.1"
hostname="LBSD2.summitnjhome.com" ## < -- used to be LBSD1.summitnjhom
> [robert@dell64] ~> umount Flash
> umount: unmount of /home/robert/Flash failed: Device busy
> [robert@dell64] ~> umount /dev/da6s1
>umount: unmount of /home/robert/Flash failed: Device busy
have you tried lazy unmount?
umount -l /dev/da6s1
if you have root access you should su/sudo to that be
_unix.so no_warn try_first_pass
I really appreciate your input Krad and I appreciate any advice anyone may have
thanks
tim
On Sun, Feb 27, 2011 at 6:10 AM, krad wrote:
> On 27 February 2011 11:05, krad wrote:
>> On 26 February 2011 20:01, Tim Dunphy wrote:
>>>
protocols: files
rpc: files
On Sat, Feb 26, 2011 at 2:55 PM, Tim Dunphy wrote:
> Hello List!!
>
> I have an OpenLDAP 2.4 server functioning very nicely that
> authenticates a network of (mostly virtual) centos 5.5 machines.
>
> But at the moment I am attempting to setup pam auth
Hello List!!
I have an OpenLDAP 2.4 server functioning very nicely that
authenticates a network of (mostly virtual) centos 5.5 machines.
But at the moment I am attempting to setup pam authentication for ssh
via LDAP and having some difficulty.
My /etc/pam.d/sshd file seems to be setup logical
Hello list,
I am running an openldap 2.4 server under FreeBSD that was working
well until the config was tweaked by someone on the team without
properly documenting their work
# /usr/local/etc/ldap.con on ldap server (FreeBSD 8.1)
host LBSD.summitnjhome.com
base dc=summitnjhome,dc=com
sudoers_ba
hello list!!
I am building an ldap server on freebsd 8.1.
For some reason if I include the inetorgperson schema in my slapd.conf
slapd will not start
here is the listing in slapd.conf
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include
Adam,
Thanks for clarifying. And my root shell is csh. I am merely
executing bash so I have the convenience of command line completion.
best!
On Sun, Nov 7, 2010 at 11:28 AM, Adam Vande More wrote:
> On Sun, Nov 7, 2010 at 6:54 AM, Tim Dunphy wrote:
>>
>> Hello,
>>
&
g.hg/tools/libxc'
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory `/tmp/xen-3.2-testing.hg/tools'
gmake[1]: *** [install-tools] Error 2
gmake[1]: Leaving directory `/tmp/xen-3.2-testing.hg'
gmake: *** [world] Error 2
I was wondering if you might have any further suggest
Hello,
I am attempting to turn my two FreeBSD hosts into xen hosts that can
run some vms. I am using this guide:
http://wiki.freebsd.org/FreeBSD/Xen
I get down to this step:
cd xen-3.3-testing.hg ; make world && make install
and it fails to build:
[r...@lbsd2:/tmp/xen-3.2-testing.hg]#make wo
That did it!!!
[bluethu...@lbsd2:~]#pkg_info | grep openldap
openldap-sasl-client-2.4.23 Open source LDAP client implementation with SASL2
support
openldap-sasl-server-2.4.23 Open source LDAP server implementation
I will put /usr/local/libexec/ on my path when I get a chance btw, thanks for
me
hello list!
how do I get the version of slapd under FreeBSD?
under CentOS it's simply
[r...@ldap schema]# slapd -V
@(#) $OpenLDAP: slapd 2.3.43 (Aug 11 2010 09:09:21) $
mockbu...@builder17.centos.org:/builddir/build/BUILD/openldap-2.3.43/openldap-2.3.43/build-servers/servers/slapd
N
Thanks all.. I have read the man of ldif your advice has gotten me
quite far both in my current implementation and in my overall
understanding of LDAP which I am hoping grows with each passing day.
In my attempt to build my current directory, I have taken a dump of
my last successful implemen
Whenever I try to launch firefox I get a message saying Firefox is
already running, but is not responding. To open a new window, you must
first close the existing Firefox process, or restart your system.
Then I try doing a ps so that I can find the pid and kill it...
LBSD1# ps -auxwww | grep fire
t 11:58 AM, Warren Block wrote:
> On Sun, 31 Oct 2010, Tim Dunphy wrote:
>
>> On Sat, Oct 30, 2010 at 8:10 PM, Warren Block wrote:
>>>
>>> On Sat, 30 Oct 2010, Tim Dunphy wrote:
>>>
>>>> I am having some trouble adding entries to /etc/fstab..
ct 30, 2010 at 8:10 PM, Warren Block wrote:
> On Sat, 30 Oct 2010, Tim Dunphy wrote:
>
>> I am having some trouble adding entries to /etc/fstab.. what happens
>> to work under CentOS does not under FreeBSD!! no surprise there, I
>> suppose.. heh
>>
>>
>> I
Hello,
I am having some trouble adding entries to /etc/fstab.. what happens
to work under CentOS does not under FreeBSD!! no surprise there, I
suppose.. heh
I have nfs_client_enable="YES" in my /etc/rc.conf
Yet if I add even one line such as
nas2.summitnhome.com:/mnt/home /homenfs rw
how can I set the hostname so that it persists through reboots? I have
set the hostname I want in /etc/hosts but rebooting the change does
not show up. In CentOS you have /etc/hostname which serves this
purpose but in FreeBSD I don't know how to do this.
thanks
--
Here's my RSA Public key:
gpg
definitely on it!! it takes a while but I'm sure it'll be worth it...
thanks
On Fri, Oct 29, 2010 at 10:12 AM, Warren Block wrote:
> On Fri, 29 Oct 2010, Tim Dunphy wrote:
>
>> Hey guys,
>>
>> Yes xorg is installed:
>>
>> [bluethu...@bsd1 /usr/lo
, Warren Block wrote:
> On Thu, 28 Oct 2010, Tim Dunphy wrote:
>
>> I have kdebase4 installed successfully under freebsd 8.1
>>
>> I found the following advice on the net with so far isn't working to start
>> it:
>>
>> echo "startkde" > ~/.
sorry forgot to mention I am running it on a dell optiplex gx620 ..
thanks in advance
On Thu, Oct 28, 2010 at 11:16 PM, Tim Dunphy wrote:
> hey guys,
>
> I have kdebase4 installed successfully under freebsd 8.1
>
> I found the following advice on the net with so far isn
hey guys,
I have kdebase4 installed successfully under freebsd 8.1
I found the following advice on the net with so far isn't working to start it:
echo "startkde" > ~/.xinitrc
I have attempted startx but the system doesn't know about it.
may I have a suggestion to proceed?
thanks!
--
H
hi list.. I am trying to add an ldif with my users that I have derived
from /etc/passwd. for some reason ldapadd is choking on the root
user... may I ask how best to correct this?
Here is the error:
LBSD2# ldapadd -x -D "cn=Manager,dc=summitnjhome,dc=com" -w
localG30rg3T0wn -f /tmp/passwd.ldif
a
enldap]#
I'm not sure why the socket file is empty at the moment..but I have
verified that openLDAP is functioning...I can bounce around the
network easily by logging in as the LDAP users...
can't actually reboot the machine right now, but hopefully this should
work. I'll give a sho
Hey listers,
I have a quick one for ya.. I am running openLDAP 2.4 server on my
freebsd box and it's coming along nicely.
But whenever I reboot the box it doesn't start automatically. What's
the best way to accomplish this?
My /etc/defaults/rc.conf has the following entry:
local_startup="/u
:
> Tim Dunphy wrote:
>
>> hey listers!! sorry for all the trouble.. just as an FYI it turned out
>> to NOT be a DNS issue at all!!!
>>
>> it was a routing issue...
>>
>> this command apparently did the trick...
>>
>> [r...@lbsd2:/usr/home/bluethundr]
tions under our noses. :)
Sincere thanks for all your input and all your help!
On Fri, Oct 22, 2010 at 11:01 PM, Tim Dunphy wrote:
> guys,
>
> thanks for the input. busy couple of days sorry for not following up sooner.
>
> at any rate, I tried many suggestions.
>
> He
guys,
thanks for the input. busy couple of days sorry for not following up sooner.
at any rate, I tried many suggestions.
Here is the current state of things:
This is a working resolv.conf on the rest of the network which are
CentOS machines:
[r...@lbsd2:/usr/home/bluethundr]#cat /etc/r
4) FreeNAS 1
5) FreeNAS 2
6) Client machine (non server)
The BSD really kinda runs the show I use that as the base from which
to operate. But now it's hobbled with only semi-functioning DNS!
Thanks for your help!!!
On Tue, Oct 19, 2010 at 1:00 AM, Michael Powell wrote:
> Tim Dunphy wrot
q=0 ttl=64 time=0.273 ms
64 bytes from 192.168.1.42: icmp_seq=1 ttl=64 time=0.180 ms
64 bytes from 192.168.1.42: icmp_seq=2 ttl=64 time=0.186 ms
thanks for your continued assistance with this problem!
On Mon, Oct 18, 2010 at 1:56 AM, Michael Powell wrote:
> Tim Dunphy wrote:
>
&g
hello,
I accidentally deleted my ports tree thinking that cvsup was already
installed. it wasn't. :(
I seem to be having a little trouble resolving external hosts tho my
trusty named server on this host is working fine to resolve the local
network. I need to reinstall my ports with sysinstall b
netgroup.byuser,dc=summitnjhome,dc=com
nismapname: netgroup.byuser
objectClass: top
objectClass: nisMap
On Wed, Oct 13, 2010 at 4:13 PM, Maciej Milewski wrote:
> On Wednesday 13 October 2010 21:36:16, Tim Dunphy wrote:
>
>> Maciej, thanks for the suggestion! I did give it a try but the res
nesday 13 October 2010 16:08:35, Tim Dunphy wrote:
>
>> Hello,
>
>>
>
>> I am attempting to migrate my local user setup to openldap under
>
>> FreeBSD 8.1. My server is currently running nicely.
>
>>
>
>> At the moment, sudoers is imported into op
Hello,
I am attempting to migrate my local user setup to openldap under
FreeBSD 8.1. My server is currently running nicely.
At the moment, sudoers is imported into openldap-server24. But
services that authenticate through PAM (such as su and ssh) are
currently not working.
I notice that the C
48 matches
Mail list logo