my gnome cannot start after upgrade to FreeBSD 8.2

Code:
Starting gdm.
$ 
** (gdm-binary:3184): WARNING **: Failed to acquire org.gnome.DisplayManager

** (gdm-binary:3184): WARNING **: Could not acquire name; bailing out

Using zfs as filesystem, why? I already did:

my rc.conf:
Code:
hald_enable="YES"
dbus_enable="YES"
 
Adding
Code:
gnome_enable=YES
on your rc.conf file, remove this lines:
Code:
hald_enable="YES"
dbus_enable="YES"
Are included on
Code:
gnome_enable=YES
and they are not necessary.
 
Back
Top