From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OFu9B-0002Me-8c for garchives@archives.gentoo.org; Sat, 22 May 2010 19:14:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55D17E08C3; Sat, 22 May 2010 19:13:01 +0000 (UTC) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 277E9E08C3 for ; Sat, 22 May 2010 19:13:01 +0000 (UTC) Received: by iwn33 with SMTP id 33so2002720iwn.40 for ; Sat, 22 May 2010 12:13:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=uid4DcEDWQJfYVrwjluOl4cmbeAhkl6e5rAXU/yAsEk=; b=pkImACPm+tqU467uTwaWaZzYGOkOoCNPdLfdNS1ogukqp/1hR/pICuuCj/DPyZAeCZ InX7PI6+dn47YpzfDvsGuweNKWa9ohMrErmybWP49bUrkbOFTJEZMteGvKG2k//MaIpk Mr+aiVPWaYT8/81R0GWQFLPptqFHH0mAo11ec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=OQkBxDhQn92Xvn/rANLJvZXlgAQ0KNMyBf9m6IcL07ZVJEVS9TQdH9Mlymt6rhPJlW e/yCISCnx4+rxsamA7uwLjmufXjqV8lj9U+40LgBDw/LmJWx9ChiJllArAdkQJWoUkVZ 7N5NdkscXcln3tr/pCEfOgIEhJuRkGZ3gFpfM= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.231.184.75 with SMTP id cj11mr3475861ibb.51.1274555580853; Sat, 22 May 2010 12:13:00 -0700 (PDT) Received: by 10.231.146.12 with HTTP; Sat, 22 May 2010 12:13:00 -0700 (PDT) In-Reply-To: References: <043601caf9c6$a9b654a0$fd22fde0$@gmail.com> <201005222339.56903.robin.atwood@attglobal.net> <046001caf9d3$85d1b810$91752830$@gmail.com> Date: Sat, 22 May 2010 12:13:00 -0700 Message-ID: Subject: Re: [gentoo-user] Cannot start Slapd (OpenLDAP) From: Kaddeh To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=0016367d6deca4af5f0487339846 X-Archives-Salt: 1c18d473-6afa-46b6-b11d-180a800e93f0 X-Archives-Hash: 4b738801b246bb1b3582f7ab42f1edb6 --0016367d6deca4af5f0487339846 Content-Type: text/plain; charset=ISO-8859-1 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 wrote: > On Sat, May 22, 2010 at 19:23, Christopher Kurtis Koeber > 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 > > --0016367d6deca4af5f0487339846 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable or...
you could run slaptest and get some failure output.
I noticed t= hat my slapd was having issues too, I managed to track it down to a bdb ver= sion mismatch

miniroute ~ # slaptest
bdb_back_initialize: BDB lib= rary version mismatch: expected Berkeley DB 4.8.26: (2010-03-14), got Berke= ley DB 4.8.30: (2010-05-03)
backend_init: initialized for type "bdb"
slaptest: slap_init f= ailed!
miniroute ~ #
=A0

On Sat, Ma= y 22, 2010 at 11:37 AM, Ward Poelmans <wpoely86@gmail.com> wrote:
On Sat, May 22, 2010 at 19:23, Christopher Kurtis Koeber
<ckoeber@gmail.com> wrote: > OK, I did that, but the output is hard to parse through. Attached is t= ext 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


--0016367d6deca4af5f0487339846--