From owner-freebsd-questions@FreeBSD.ORG Fri Nov 18 09:07: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 9DA3216A41F for ; Fri, 18 Nov 2005 09:07:01 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A7F442F0 for ; Fri, 18 Nov 2005 09:07:01 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id m7so149980nzf for ; Fri, 18 Nov 2005 01:07:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oN+QjFDlBk5NaETsces9h9pzGwjElFy2EYYWJPeTT60kBAVje1aU3c2GmNal1mxHg5fV8OuBOYu3RFSX3ro31iznPXs4oIRcEeV79XWtMZyKEgvgXJVp8GcGarGkDFTCThMh00QXZxYy4I1DIhY6/Iv6QzuMpugKiaMd/SiLJaI= Received: by 10.36.100.4 with SMTP id x4mr5860654nzb; Fri, 18 Nov 2005 01:07:00 -0800 (PST) Received: by 10.36.47.1 with HTTP; Fri, 18 Nov 2005 01:07:00 -0800 (PST) Message-ID: <810a540e0511180107g35b21bd2nd67074734789376d@mail.gmail.com> Date: Fri, 18 Nov 2005 02:07:00 -0700 From: Pat Maddox To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 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: Fri, 18 Nov 2005 09:07:01 -0000 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 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? Thanks, Pat