From owner-freebsd-questions@FreeBSD.ORG Sat Apr 19 13:45:24 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 EA5011065670 for ; Sat, 19 Apr 2008 13:45:24 +0000 (UTC) (envelope-from eric@mikestammer.com) Received: from mho-01-bos.mailhop.org (mho-01-bos.mailhop.org [63.208.196.178]) by mx1.freebsd.org (Postfix) with ESMTP id B31498FC20 for ; Sat, 19 Apr 2008 13:45:24 +0000 (UTC) (envelope-from eric@mikestammer.com) Received: from adsl-70-142-210-54.dsl.emhril.sbcglobal.net ([70.142.210.54] helo=mail.mikestammer.com) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JnDNc-000BrM-1G; Sat, 19 Apr 2008 13:45:24 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 4BE4AB84B; Sat, 19 Apr 2008 08:45:23 -0500 (CDT) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 70.142.210.54 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1984xScVv7hykeOrwyCqJX0vXexV2hkqlk= X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ufewp8sJjJIA; Sat, 19 Apr 2008 08:45:12 -0500 (CDT) Received: from [192.168.0.2] (c-71-195-240-209.hsd1.ut.comcast.net [71.195.240.209]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTPSA id E7927B84A; Sat, 19 Apr 2008 08:45:07 -0500 (CDT) Message-ID: <4809F75B.1000008@mikestammer.com> Date: Sat, 19 Apr 2008 07:44:59 -0600 From: Eric User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Marco Beishuizen References: <20080419020709.615ac487@yokozuna.lan> <20080419153702.1b2d9796@yokozuna.lan> In-Reply-To: <20080419153702.1b2d9796@yokozuna.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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 13:45:25 -0000 Marco Beishuizen wrote: > On Sat, 19 Apr 2008 02:07:09 +0200 > Marco Beishuizen wrote: > > >> Hi, >> >> Since I upgraded to 7.0, it seams that my /etc/rc.conf isn't read >> anymore at startup. At least partly. Things that do not start anymore >> are: >> - oss >> - dbus >> - hald >> - avahi >> >> They are all gnome related. I have in my rc.conf: oss_enable="YES", >> hald_enable="YES", avahi_daemon_enable="YES and dbus_enable="YES". The >> gnome FAQ mentiones to put gnome_enable="YES" in the rc.conf but that >> doesn't work at all. >> > > After some searching it seems that none of the scripts > in /usr/local/etc/rc.d/ are being executed at startup. All scripts have > the extension .sh, have permission 755 and in rc.conf I have > local_startup="/usr/local/etc/rc.d". > > I have no clue why they are not being executed. > > 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