From owner-freebsd-questions@FreeBSD.ORG Sat Apr 19 15:21:49 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 9BD461065677 for ; Sat, 19 Apr 2008 15:21:49 +0000 (UTC) (envelope-from lists@qwirky.net) Received: from public.aci.on.ca (www.aci.on.ca [205.207.148.251]) by mx1.freebsd.org (Postfix) with ESMTP id 484D18FC12 for ; Sat, 19 Apr 2008 15:21:49 +0000 (UTC) (envelope-from lists@qwirky.net) Received: from (invalid client hostname: host address literal does not match remote client address)[127.0.0.1] ((no PTR matching greeting name)xtreme-54-62.dyn.aci.on.ca[24.137.213.62] port=1559) by public.aci.on.ca([205.207.148.251] port=25) via TCP with esmtp (1989 bytes) (sender: ) id for ; Sat, 19 Apr 2008 10:46:51 -0400 (EDT) (Smail-3.2.0.122-Pre 2005-Nov-17 #1 built 2007-Apr-30) Message-ID: <480A064B.6090607@qwirky.net> Date: Sat, 19 Apr 2008 10:48:43 -0400 From: Jeff Royle User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20080419020709.615ac487@yokozuna.lan> <20080419153702.1b2d9796@yokozuna.lan> <4809F75B.1000008@mikestammer.com> <20080419155423.16cf0a33@yokozuna.lan> In-Reply-To: <20080419155423.16cf0a33@yokozuna.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 080418-0, 18/04/2008), Outbound message X-Antivirus-Status: Clean Cc: Marco Beishuizen , 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 Reply-To: lists@qwirky.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2008 15:21:49 -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 > > No, I didn't change that. > I've attached my rc.conf. If I start all scripts by hand there are no > errors and they run fine. But it would be a lot easier if they run on > booting. Try removing the local_startup line from the rc.conf. It is already defined in the /etc/defaults/rc.conf so it is not needed. I am wondering if this is causing something in rc confusion. If that doesn't work. Turn off everything but 1 or 2 (at most) from /usr/local/etc/rc.d scripts see if you can narrow it down. Cheers, Jeff