From owner-freebsd-questions@FreeBSD.ORG Sat Nov 19 14:12:39 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 878FD16A420 for ; Sat, 19 Nov 2005 14:12:39 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488CE43D5F for ; Sat, 19 Nov 2005 14:12:34 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so402359nzo for ; Sat, 19 Nov 2005 06:12:33 -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=Uj/4HsdwFrkvFfD0WznLu6yHq8PjNBWnqYYBPjKBM3BvtJHbg4hvPQP/6mzjePHrKhN7oJi+mSK5ZLxVuH0PplsnzztAnhnfl5ft0enKk51+/0+pVzv/zR4Kz6yGEbppSenC2zTo/uJa7zGAIBlKXXrwAifufCuFmuAMJygCw24= Received: by 10.36.126.19 with SMTP id y19mr968373nzc; Sat, 19 Nov 2005 06:12:33 -0800 (PST) Received: by 10.36.47.1 with HTTP; Sat, 19 Nov 2005 06:12:33 -0800 (PST) Message-ID: <810a540e0511190612t6dba8193k5bc48962324092c@mail.gmail.com> Date: Sat, 19 Nov 2005 07:12:33 -0700 From: Pat Maddox To: FreeBSD Questions In-Reply-To: <44r79cwxff.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> <810a540e0511190544m3988d1cq923539c8c85aa108@mail.gmail.com> <44r79cwxff.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 14:12:39 -0000 On 19 Nov 2005 08:59:32 -0500, Lowell Gilbert wrote: > Pat Maddox writes: > > > 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 = start > > > > up when the machine boots. I have another machine with the same > > > > config (though apparently not exactly the same), and lighttpd start= s > > > > up with it. There's nothing in the lighttpd error log, and if I us= e > > > > 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. > > Well, try my suggestion anyway. > Alright, I put a touch in the rc script, and it touched the file.