From owner-freebsd-questions@FreeBSD.ORG Sat Apr 19 14:20:35 2008 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 67721106566B for ; Sat, 19 Apr 2008 14:20:35 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.77]) by mx1.freebsd.org (Postfix) with ESMTP id C9BB08FC0C for ; Sat, 19 Apr 2008 14:20:34 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from [192.168.0.1] (athedsl-156132.home.otenet.gr [85.75.153.130]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m3JEKWih009171; Sat, 19 Apr 2008 17:20:32 +0300 Message-ID: <4809FFB4.7090902@otenet.gr> Date: Sat, 19 Apr 2008 17:20:36 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: Marco Beishuizen References: <20080419020709.615ac487@yokozuna.lan> <20080419153702.1b2d9796@yokozuna.lan> <4809F75B.1000008@mikestammer.com> <20080419160701.3416f054@yokozuna.lan> In-Reply-To: <20080419160701.3416f054@yokozuna.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Eric Subject: Re: FreeBSD 7.0 not executing /usr/local/etc/rc.d/ at startup 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 Apr 2008 14:20:35 -0000 Marco Beishuizen wrote: > On Sat, 19 Apr 2008 07:44:59 -0600 > Eric wrote: > > >> are you changing the kernel security level in your rc.conf file? if >> so, comment it out and reboot. that was an issue i had on a 6.x box >> recently and commenting out the security level change fixed it >> > > When I do a "sysctl -a | grep kern.securelevel" I get: > "kern.securelevel: -1". Shouldn't this be 0 or 1? > > securelevel -1 is fine. This is the default: quote from init(8): -1 Permanently insecure mode - always run the system in level 0 mode. This is the default initial value. Your problem lies elsewhere. I've looked at your rc.conf, and I can't really say I can see anything except this: accf_http_load="YES" which should be in /boot/loader.conf (?) You have a lot of stuff, I would suggest you comment out most of them and put them back in one by one.