You are not logged in.

#1 2006-02-05 09:50:48

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

dbus does not start

Lately I'm not able to start hal due to a dbus error:

pressh@pressh_box rc.d]$ sudo /etc/rc.d/dbus start
:: Starting D-BUS system messagebus               [BUSY]                                                                                                              
/etc/rc.d/dbus: line 7:  3580 Segmentation fault      /usr/bin/dbus-daemon --system                            [FAIL]                                                                                                                      

Any ideas?

EDIT:Tried recompiling, but errors on me  :?

configure: WARNING: GLib development libraries not found
configure: error: GLib explicitly required, and GLib development libraries not found
==> ERROR: Build Failed.  Aborting...
[pressh@pressh_box dbus]$

However all glib libraries are installed...

Offline

#2 2006-02-05 11:45:14

shbang
Member
Registered: 2005-10-03
Posts: 76

Re: dbus does not start

When you say all glib libraries are installed that includes glib2 right?

Offline

#3 2006-02-05 15:55:20

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: dbus does not start

shbang wrote:

When you say all glib libraries are installed that includes glib2 right?

yes

Offline

#4 2006-02-05 19:05:32

shbang
Member
Registered: 2005-10-03
Posts: 76

Re: dbus does not start

Are python, qt, and gtk installed?

Offline

#5 2006-02-05 19:12:41

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: dbus does not start

bash-3.1$ pacman -Q gtk python qt
gtk 1.2.10-6
python 2.4.2-1
qt 3.3.5-8

So yes, they are

Offline

#6 2006-02-05 21:43:53

shbang
Member
Registered: 2005-10-03
Posts: 76

Re: dbus does not start

Sounds to me like this thread might be the same thing you are seeing (I see you are using testing also):

http://bbs.archlinux.org/viewtopic.php?t=18464

Offline

#7 2006-02-05 22:18:02

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: dbus does not start

shbang wrote:

Sounds to me like this thread might be the same thing you are seeing (I see you are using testing also):

http://bbs.archlinux.org/viewtopic.php?t=18464

yes indeed, that is for sure my compiling problem. I don't know, I just skipped that topic from reading. Thanks for pointing to me smile

Offline

#8 2006-02-08 21:59:17

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: dbus does not start

so whats the solution? I'm having the dbus error too.

Offline

#9 2006-02-09 08:25:19

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: dbus does not start

You can check your PKG_CONFIG_PATH as neri suggested in the link above.  Don't know if it well help for you, for me it did only partially help on me (sometimes it did start on boot, sometimes I had to try again manually later on to start it).  For the compiling problem it did work.
I got tired for searching for the full solution, took me way too much time and decided to do a quick full reinstall in 20 minutes big_smile

Offline

#10 2006-02-09 21:38:54

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: dbus does not start

Segfaulting dbus is due to some bad configuration. Make sure you have the latest filesystem package, which adds the "power" group to your /etc/group. Without this group and with latest hal installed, this will cause dbus to segfault on startup.

Offline

#11 2006-02-11 03:15:25

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: dbus does not start

thanks JGC, don't know how I missed that one on pacman -Syu. wink

Offline

Board footer

Powered by FluxBB