From owner-freebsd-questions@FreeBSD.ORG Sat Nov 19 19:26:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5D4B16A41F for ; Sat, 19 Nov 2005 19:26:01 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from wolf.pjkh.com (wolf.pjkh.com [66.228.196.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64EFD43D46 for ; Sat, 19 Nov 2005 19:26:01 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from localhost (localhost [127.0.0.1]) by wolf.pjkh.com (Postfix) with ESMTP id BAAA9172A9; Sat, 19 Nov 2005 11:25:58 -0800 (PST) Received: from wolf.pjkh.com ([127.0.0.1]) by localhost (wolf.pjkh.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15102-02; Sat, 19 Nov 2005 11:25:58 -0800 (PST) Received: by wolf.pjkh.com (Postfix, from userid 1000) id 3888E172A8; Sat, 19 Nov 2005 11:25:58 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by wolf.pjkh.com (Postfix) with ESMTP id 2F73F1716A; Sat, 19 Nov 2005 11:25:58 -0800 (PST) Date: Sat, 19 Nov 2005 11:25:58 -0800 (PST) From: Philip Hallstrom To: Pat Maddox In-Reply-To: <810a540e0511190544m3988d1cq923539c8c85aa108@mail.gmail.com> Message-ID: <20051119112212.T15855@wolf.pjkh.com> References: <810a540e0511180107g35b21bd2nd67074734789376d@mail.gmail.com> <44zmo0ycxk.fsf@be-well.ilk.org> <810a540e0511190544m3988d1cq923539c8c85aa108@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: amavisd-new at pjkh.com Cc: FreeBSD Questions Subject: Re: 6.0, lighttpd not starting up on boot 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: Sat, 19 Nov 2005 19:26:01 -0000 > On 19 Nov 2005 08:39:19 -0500, Lowell Gilbert > wrote: >> Pat Maddox writes: >> >>> I've got a 6.0 system with lighttpd installed. I have a >>> lighttpd_enable="YES" line in /etc/rc.conf, but lighttpd doesn't start >>> up when the machine boots. I have another machine with the same >>> config (though apparently not exactly the same), and lighttpd starts >>> up with it. There's nothing in the lighttpd error log, and if I use >>> the rc script to start it up it starts fine. How do I find out why >>> it's not starting on boot, and how do I make it start on boot? >> >> Is it executable? >> >> Try putting an echo or touch command early in the script to see if >> it's getting run at boot at all. >> > It's definitely executable..it's getting run when I run > /etc/rc.d/localpkgs, so it really just makes no sense. Might have already tried this, but... What is the value of PATH when you run it manually vs. on boot? That's what always gets me...