Gentoo Archives: gentoo-user

From: Kaddeh <kaddeh@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Cannot start Slapd (OpenLDAP)
Date: Sat, 22 May 2010 19:14:09
Message-Id: AANLkTinfJuwhYYUkXpt5Eo9eQPs2-nMh9qOB8Zm9ZT6u@mail.gmail.com
In Reply to: Re: [gentoo-user] Cannot start Slapd (OpenLDAP) by Ward Poelmans
1 or...
2 you could run slaptest and get some failure output.
3 I noticed that my slapd was having issues too, I managed to track it down to
4 a bdb version mismatch
5
6 miniroute ~ # slaptest
7 bdb_back_initialize: BDB library version mismatch: expected Berkeley DB
8 4.8.26: (2010-03-14), got Berkeley DB 4.8.30: (2010-05-03)
9 backend_init: initialized for type "bdb"
10 slaptest: slap_init failed!
11 miniroute ~ #
12
13
14 On Sat, May 22, 2010 at 11:37 AM, Ward Poelmans <wpoely86@×××××.com> wrote:
15
16 > On Sat, May 22, 2010 at 19:23, Christopher Kurtis Koeber
17 > <ckoeber@×××××.com> wrote:
18 > > OK, I did that, but the output is hard to parse through. Attached is text
19 > of
20 > > this command:
21 > >
22 > > /etc/init.d/slapd --debug restart
23 >
24 > That puts the debug of the init scripts on, not of openldap. Try:
25 > slapd -d 65535
26 >
27 > That should give you all the debugging output of slapd.
28 >
29 > Ward
30 >
31 >

Replies

Subject Author
RE: [gentoo-user] Cannot start Slapd (OpenLDAP) Christopher Kurtis Koeber <ckoeber@×××××.com>