From owner-freebsd-questions@FreeBSD.ORG Sat Nov 19 13:44:26 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 351F816A41F for ; Sat, 19 Nov 2005 13:44:26 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C23B743D45 for ; Sat, 19 Nov 2005 13:44:25 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so399261nzo for ; Sat, 19 Nov 2005 05:44:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WdNPUfG5/YQ1isBZAQBE32U7AvBZikiw0tzpQ3t/YvYJbNnI6xKA5IB/Dk2DKcQGUU9oN0pxvFynAl12u7M6I9aYU4SlR29Sik7AlBoexLuCcY6z6/+hdUbw94GNz5WMGDbFMX9LddA6B0ePoj49OWTYe7+PU54Jk6nGw/KNOto= Received: by 10.36.103.5 with SMTP id a5mr945159nzc; Sat, 19 Nov 2005 05:44:25 -0800 (PST) Received: by 10.36.47.1 with HTTP; Sat, 19 Nov 2005 05:44:25 -0800 (PST) Message-ID: <810a540e0511190544m3988d1cq923539c8c85aa108@mail.gmail.com> Date: Sat, 19 Nov 2005 06:44:25 -0700 From: Pat Maddox To: FreeBSD Questions In-Reply-To: <44zmo0ycxk.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <810a540e0511180107g35b21bd2nd67074734789376d@mail.gmail.com> <44zmo0ycxk.fsf@be-well.ilk.org> 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 13:44:26 -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=3D"YES" line in /etc/rc.conf, but lighttpd doesn't star= t > > 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.