From owner-freebsd-questions@FreeBSD.ORG Sat Apr 19 09:24:38 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 528F4106566C; Sat, 19 Apr 2008 09:24:38 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 086668FC1E; Sat, 19 Apr 2008 09:24:38 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 95F341CD67; Sat, 19 Apr 2008 01:24:36 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 19 Apr 2008 11:24:34 +0200 User-Agent: KMail/1.9.7 References: <20080419020709.615ac487@yokozuna.lan> In-Reply-To: <20080419020709.615ac487@yokozuna.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804191124.35296.fbsd.questions@rachie.is-a-geek.net> Cc: Marco Beishuizen , FreeBSD-Questions Subject: Re: FreeBSD 7.0 not reading rc.conf 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 09:24:38 -0000 On Saturday 19 April 2008 02:07:09 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. > > Does anyone know how to make FreeBSD start these things automatically? Anything useful come up when you put rc_debug="YES" in there? Gutshot guess, the polkitd_enable is missing. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.