or... you could run slaptest and get some failure output. I noticed that my slapd was having issues too, I managed to track it down to a bdb version mismatch
miniroute ~ # slaptest bdb_back_initialize: BDB library version mismatch: expected Berkeley DB 4.8.26: (2010-03-14), got Berkeley DB 4.8.30: (2010-05-03) backend_init: initialized for type "bdb" slaptest: slap_init failed! miniroute ~ # On Sat, May 22, 2010 at 11:37 AM, Ward Poelmans <wpoel...@gmail.com> wrote: > On Sat, May 22, 2010 at 19:23, Christopher Kurtis Koeber > <ckoe...@gmail.com> wrote: > > OK, I did that, but the output is hard to parse through. Attached is text > of > > this command: > > > > /etc/init.d/slapd --debug restart > > That puts the debug of the init scripts on, not of openldap. Try: > slapd -d 65535 > > That should give you all the debugging output of slapd. > > Ward > >