From owner-freebsd-questions@FreeBSD.ORG Tue Jun 23 14:46:52 2009 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 5DAB41065691 for ; Tue, 23 Jun 2009 14:46:52 +0000 (UTC) (envelope-from peter@boosten.org) Received: from smtpq4.gn.mail.iss.as9143.net (smtpq4.gn.mail.iss.as9143.net [212.54.34.167]) by mx1.freebsd.org (Postfix) with ESMTP id 81EEF8FC08 for ; Tue, 23 Jun 2009 14:46:50 +0000 (UTC) (envelope-from peter@boosten.org) Received: from [212.54.34.141] (helo=smtp10.gn.mail.iss.as9143.net) by smtpq4.gn.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1MJ7Gr-0001cB-Gd for freebsd-questions@freebsd.org; Tue, 23 Jun 2009 16:46:49 +0200 Received: from [84.25.72.219] (helo=ra.egypt.nl) by smtp10.gn.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1MJ7Gn-0000sM-T3 for freebsd-questions@freebsd.org; Tue, 23 Jun 2009 16:46:45 +0200 Received: from [192.168.13.77] (Peters-iPod.egypt.nl [192.168.13.77]) by ra.egypt.nl (Postfix) with ESMTP id 6B76239840 for ; Tue, 23 Jun 2009 16:46:44 +0200 (CEST) References: Message-Id: From: Peter Boosten To: FreeBSD Questions In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: iPod Mail (7A341) Mime-Version: 1.0 (iPod Mail 7A341) Date: Tue, 23 Jun 2009 16:46:42 +0200 Cc: FreeBSD Questions X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1MJ7Gn-0000sM-T3 X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.6, required 5, autolearn=not spam, BAYES_00 -2.60, SPF_PASS -0.00) X-ZiggoSMTP-MailScanner-From: peter@boosten.org X-Spam-Status: No Subject: Re: Problem starting slapd 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, 23 Jun 2009 14:46:53 -0000 On 23 jun 2009, at 16:39, Carmel NY wrote: > FreeBSD-7.2 > openldap-server-2.4.16_1 > > I just installed this port. For some reason it will not start > correctly. I have all of the information entered in the /etc/rc.conf > file and the slapd.conf and ldap.conf files are configured correctly. > > There is no 'PID' file created. Below is what I receive when I attempt > to start or stop the program. > > /usr/local/etc/rc.d # ./slapd start > Starting slapd. > /usr/local/etc/rc.d # ./slapd stop > slapd not running? (check /var/run/openldap/slapd.pid). > /usr/local/etc/rc.d # ls /var/run/openldap > ldapi= > /usr/local/etc/rc.d # > > There is a 'socket' created, but that is it. I a pulling my hair out, > what is left of it, trying to figure out what the problem is. Any > suggestions? > > Thanks! > Check permissions on /var/run/openldap Peter