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 1OFtam-0005H4-DF for garchives@archives.gentoo.org; Sat, 22 May 2010 18:38:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70B4DE0BF1; Sat, 22 May 2010 18:38:00 +0000 (UTC) Received: from mail-pw0-f53.google.com (mail-pw0-f53.google.com [209.85.160.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 3FFCBE0BF1 for ; Sat, 22 May 2010 18:38:00 +0000 (UTC) Received: by pwj2 with SMTP id 2so800056pwj.40 for ; Sat, 22 May 2010 11:37:59 -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=xIROlm+hEv5/XnYVuL+8T/5S0TgDpXyhiKGjrI0/Ob4=; b=A3g/a/O63O7Af+dStqnnce/k+2+AbwAEIKZ0plER+miQzwMUG5bBuMqnc/j4DEflPw /+qSQW4xj8xr5Xjz/HOnLtIstj+06BOatNL1bUMK/5XVa9aNXQmH9aeRZLC/UUpcLYi6 VE5LyO3nChdmqXVAz+yEHlFcdDwRlnvKovrSw= 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=xQyGjkKft/fPxdTx9CZZNoSdOO30MsdCumxbA+Ibo0xRAIExg4RDXUadU0uVYwl2Cr +D2Obqg965kOsG5YDnqY7RAmtavcbS3hUjNRnbvWR39MBu4+EjpwXXq8dGoOPDl64oWc sPvlSJg16Yixx+WCvu2oTkuieR20L403PdjQ4= 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.141.213.22 with SMTP id p22mr2485852rvq.131.1274553479582; Sat, 22 May 2010 11:37:59 -0700 (PDT) Received: by 10.140.204.17 with HTTP; Sat, 22 May 2010 11:37:59 -0700 (PDT) In-Reply-To: <046001caf9d3$85d1b810$91752830$@gmail.com> References: <043601caf9c6$a9b654a0$fd22fde0$@gmail.com> <201005222339.56903.robin.atwood@attglobal.net> <046001caf9d3$85d1b810$91752830$@gmail.com> Date: Sat, 22 May 2010 20:37:59 +0200 Message-ID: Subject: Re: [gentoo-user] Cannot start Slapd (OpenLDAP) From: Ward Poelmans To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 0b2fa930-8003-4423-855b-5ea564180b47 X-Archives-Hash: 953f76bc08271e5c67aa724ec2688269 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