From owner-freebsd-questions@FreeBSD.ORG Tue Dec 12 22:59:36 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 B51BC16A403 for ; Tue, 12 Dec 2006 22:59:36 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 756A544401 for ; Tue, 12 Dec 2006 22:17:31 +0000 (GMT) (envelope-from eoghanj@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1628576uge for ; Tue, 12 Dec 2006 14:18:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=WCxilbH/lHABsgsTehBWzaXnRvYOUZ3jAah/8nr4svV9syJMsBCldiraEhKmupkN9+2Qw3e5sl75H6H3MqTmB6D4jDC6O0M4M5BY8VmPwWmjOCTcIQWUoNeh9kmlU+BRfwiCM15f7ooN5YcdJotyKkMq4LcVldM4fTR5YpUsWXo= Received: by 10.66.221.6 with SMTP id t6mr101299ugg.1165961932497; Tue, 12 Dec 2006 14:18:52 -0800 (PST) Received: from ?192.168.1.34? ( [194.125.105.35]) by mx.google.com with ESMTP id i39sm9416008ugd.2006.12.12.14.18.51; Tue, 12 Dec 2006 14:18:52 -0800 (PST) In-Reply-To: <20061212171216.665bcd1c.bsd-unix@earthlink.net> References: <457F17BA.6060807@u.washington.edu> <8C2F27BD-EE20-451B-9E9D-D0259AED53BD@gmail.com> <20061212171216.665bcd1c.bsd-unix@earthlink.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: eoghan Date: Tue, 12 Dec 2006 22:18:50 +0000 To: Randy Pratt X-Mailer: Apple Mail (2.752.2) 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:59:36 -0000 On 12 Dec 2006, at 22:12, Randy Pratt wrote: > 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 Thanks I have added dbus_enable to my rc.conf and I am not getting that warning anymore Eoghan