Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Nov 2003 19:15:09 -0700
From:      Aaron <aaron@justaaron.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Can't /.../rc.d/slapd.sh start
Message-ID:  <3FAEF4AD.2050809@justaaron.com>

next in thread | raw e-mail | index | archive | help
Hmmm, I just noticed this in the debug output from slapd.sh

+ /usr/local/libexec/slapd -u ldap -g ldap
+ _return=1
+ [ 1 -ne 0 ]
+ [ -z  ]

I tried running slapd as above from the command line and failed.

I ran slapd just as straight root, and it worked as expected.  Then to 
shut down slapd I ran this:

/usr/local/etc/rc.d/slapd.sh stop

and that worked.

So, the problem is related to slapd.sh running libexec/slapd with -u 
ldap -g ldap, together with whatever configuration problems I have. 
Looking into it.

-- 
Aaron
aaron@justaaron.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FAEF4AD.2050809>