can't startx

Code:
$ startx
*******
Killed
gnome-session[1385]: WARNING: Could not connect to Consolekit:Failed to connect to socket /var/run/dbus/system_bus_socket:NO such file or directory

gnome-session[1385]:CRITICAL:dbus_g_connection_get_conection:assertion 'gconnection' failed

letters...................................................................................................................................

xauth:(argv):1: bad display name ' :0' in 'remove' command

some help?
 
hi there!

yeah! but now it is IMPOSSIBLEto get 'root' even in safe mode:when i type root passw ... i get in desktop

i think should reinstall and to add user to wheel group...
 
(please correct this posts)

by the way...i can't shutdown normally gnome...just with the buttom!
 
goro said:
i think should reinstall and to add user to wheel group...

Reinstall?!? For something this trivial?
# pw groupmod wheel -m username

You can also install security/sudo and add your user account to the sudoers file.

by the way...i can't shutdown normally gnome...just with the buttom!
Are both hald and dbus running? Is /proc mounted?
 
this can help?...

Code:
FreeBSD boot partitions are 2, 5, 8. I created the following
"/etc/grub.d/10_freebsd" file, so "update-grub" does not remove
FreeBSD from the boot menu.

#!/bin/sh -e
cat << EOF
menuentry "FreeBSD 7-STABLE AMD64" {
        set root=(hd0,5)
        freebsd /boot/loader
}
menuentry "FreeBSD 8-STABLE AMD64" {
        set root=(hd0,8)
        freebsd /boot/loader
}
menuentry "FreeBSD 9-CURRENT AMD64" {
        set root=(hd0,2)
        freebsd /boot/loader
}
EOF
source...
 
thanks! for nothing!!

finally i don't no how grub shows free and now i'm going to install some stuff...c u later...
 
On my amd64 system grub2 doesn't recognize "freebsd /boot/loader" and boots fine with "chainloader +1" instead.
If you don't have "shutdown/restart" in your menu then check/add /etc/fstab for the entry:
Code:
proc   /proc   procfs   rw   0  0
If you also have KDE and kdm enabled Gnome only has "logout" option (not the button).
There is one more step to have fully usable Gnome: PolicyKit.conf.
This and some more is here.

In general since my childhood I realized that best girls are those whom we are fighting with :)
 
Back
Top