From owner-freebsd-questions@FreeBSD.ORG Tue Dec 12 22:56:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43E6416A416 for ; Tue, 12 Dec 2006 22:56:25 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-siberian.atl.sa.earthlink.net (pop-siberian.atl.sa.earthlink.net [207.69.195.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D91144084 for ; Tue, 12 Dec 2006 22:11:05 +0000 (GMT) (envelope-from bsd-unix@earthlink.net) Received: from fl-71-54-28-212.dhcp.embarqhsd.net ([71.54.28.212] helo=kt.weeeble.com) by pop-siberian.atl.sa.earthlink.net with smtp (Exim 3.36 #1) id 1GuFrF-0003u0-00; Tue, 12 Dec 2006 17:12:18 -0500 Date: Tue, 12 Dec 2006 17:12:16 -0500 From: Randy Pratt To: eoghan Message-Id: <20061212171216.665bcd1c.bsd-unix@earthlink.net> In-Reply-To: <8C2F27BD-EE20-451B-9E9D-D0259AED53BD@gmail.com> References: <457F17BA.6060807@u.washington.edu> <8C2F27BD-EE20-451B-9E9D-D0259AED53BD@gmail.com> X-Mailer: Sylpheed version 2.2.10 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: dbus_enable 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: Tue, 12 Dec 2006 22:56:25 -0000 On Tue, 12 Dec 2006 21:14:08 +0000 eoghan wrote: > On 12 Dec 2006, at 20:57, Garrett Cooper wrote: > > > eoghan wrote: > >> Hi > >> Im seeing some dbus_enable warnings when booting... saying its not > >> set properly in rc.conf > >> I dont see these warnings in dmesg though. I assume its coming > >> from my option: > >> gnome_enable="YES" > >> > >> here is the full contents of my /etc/rc.conf > >> > >> # -- sysinstall generated deltas -- # Wed Jul 19 20:56:08 2006 > >> # Created: Wed Jul 19 20:56:08 2006 > >> # Enable network daemons for user convenience. > >> # Please make all changes to this file, not to /etc/defaults/rc.conf. > >> # This file now contains just the overrides from /etc/defaults/ > >> rc.conf. > >> hostname="nathaniel" > >> ifconfig_rl0="DHCP" > >> ipv6_enable="YES" > >> keymap="us.iso" > >> moused_enable="YES" > >> sshd_enable="YES" > >> usbd_enable="YES" > >> mysql_enable="YES" > >> webmin_enable="YES" > >> gdm_enable="YES" > >> ntpd_enable="YES" > >> gnome_enable="YES" > >> > >> Should I have gdm_enable and gnome_enable, or one or the other... > >> could that be causing the dbus_enable problem? > >> > >> Thanks > >> Eoghan > > Could you provide the errors you receive in a reply email please? > > Thanks, > > -Garrett > > Hi Garrett > They appear at the very end of booting, just before I get the gnome > login... > I got this from the system log: > Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $dbus_enable is not > set properly - see rc.conf(5). > Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $dbus_enable is not > set properly - see rc.conf(5). > Dec 12 19:44:03 nathaniel root: /etc/rc: WARNING: $polkitd_enable is > not set properly - see rc.conf(5). You might find this recent thread useful: http://lists.freebsd.org/pipermail/freebsd-gnome/2006-October/015587.html Randy --