PDA

View Full Version : gnome2-lite2.26.2


juve_inferno
May 23rd, 2009, 12:53
Hello,
i installed xorg-7.4_2 and gnome2-lite-2.26.2. The Xorg is ok but when start gnome-session then i get this error.

http://media8.dropshots.com/photos/628784/20090523/124151.jpg (http://www.dropshots.com/juve#date/2009-05-23/12:41:51)

What is wrong ?

SirDice
May 23rd, 2009, 13:22
dbus and hal probably aren't running. Add to /etc/rc.conf:

hald_enable="YES"
dbus_enable="YES"

juve_inferno
May 23rd, 2009, 13:51
I tried to but all the same. When i type gnome-panel and etc... then i get gnome-panel panel window but when i type gnome-session there is a problem.

ale
May 23rd, 2009, 14:28
What is the output of /usr/local/etc/rc.d/dbus status and /usr/local/etc/rc.d/hald status?

juve_inferno
May 23rd, 2009, 18:53
When type /usr/local/etc/rc.d/dbus status or /usr/local/etc/rc.d/hald status i don't get nothing.

ale
May 23rd, 2009, 19:03
And what with /usr/local/etc/rc.d/dbus start (and same command for hald) ?

juve_inferno
May 23rd, 2009, 19:33
Nothing... After entering /usr/local/etc/rc.d/dbus start and same for hald /usr/local/etc/rc.d/hald start the status and error remains the same.

ale
May 23rd, 2009, 19:47
I'm trying to understand if dbus and hald are running.
Can you check using pgrep, ps, top,...?
What did you do after adding the lines in /etc/rc.conf as suggested by SirDice?

DutchDaemon
May 23rd, 2009, 20:04
What's the output of /usr/local/etc/rc.d/dbus rcvar and /usr/local/etc/rc.d/hald rcvar?

hydra
May 23rd, 2009, 20:39
If you see no output when using start/stop/status it means you don't have them in /etc/rc.conf.

juve_inferno
May 23rd, 2009, 21:09
Yes i have in rc.conf everything is okay in rc.conf. But when type using rcvar (DutchDaemon) i get: hald_enabled="NO" and the same for dbus.

DutchDaemon
May 23rd, 2009, 23:23
Then chances are you have them both in /etc/rc.conf twice. Make sure only the "YES" versions are in /etc/rc.conf.

DutchDaemon
May 23rd, 2009, 23:26
By the way:

# Add the following to /etc/rc.conf to start GNOME services (dbus,
# hald, gdm, and so on) at boot time:
#
# gnome_enable="YES"

Do you have that set in /etc/rc.conf? It should take care of the rest (assuming gnome_enable covers gnome-lite, I don't know).

ale
May 23rd, 2009, 23:27
What is the output of egrep -i '(hald)|(dbus)' /etc/rc.conf?

juve_inferno
May 24th, 2009, 00:29
I can't believe this is chaos :D. I use gnome on FreeBSD older version of course and i never had problems.
egrep -i '(hald)|(dbus)' /etc/rc.conf
Gives me information that the dbus and hald enabled="YES". I do not have two rc.conf of course ;). I tried gnome_enable="YES" and all the OK finally :). But i am completely confuse why hald status and start don't work. In any case, thank you very, very much for your help guys.