From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 01:38:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F82316A417 for ; Tue, 21 Aug 2007 01:38:58 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id E8FAC13C461 for ; Tue, 21 Aug 2007 01:38:57 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l7L1cuq2048221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2007 08:38:56 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l7L1ctVc034993; Tue, 21 Aug 2007 08:38:55 +0700 (ICT) Date: Tue, 21 Aug 2007 08:38:55 +0700 (ICT) Message-Id: <200708210138.l7L1ctVc034993@banyan.cs.ait.ac.th> From: Olivier Nicole To: lisandrogrullon07@hotmail.com In-reply-to: (message from Lisandro Grullon on Mon, 20 Aug 2007 11:21:44 -0400) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 01:38:58 -0000 > I am a newcomer to the FreeBSD world. I am trying to implement a > openLDAP installation. It all went ok with the SASL and SERVER > install in conjunction with BDB, yet when I try starting the service > using "/usr/local/libexec/slapd" or "/usr/local/etc/rc.d/slapd > start", the service does not start. I checked "ps -axww | grep > slapd" and nothing is showing. After checking "cat > /var/log/debug.log" I can see the following output in stdout. > Beside enabling slapd in /etc/rc.conf, did you configure openldad in /usr/local/etc/openldad? I doubt it will start before you configure it properly. Best regards, Olivier