When I start my PC with Gentoo everything goes ok until it reaches

    INIT: Entering runlevel: 3
    ...
    Starting D-BUS system messagebus

It just stops booting here.

What might be wrong and how to fix it?

link|improve this question

12% accept rate
feedback

1 Answer

That most probably mean dbus did not daemonize. Take a peek at /etc/init.d/dbus and figure out how to force dbus to daemonize.

Should look something like:

start-stop-daemon --start --pidfile /var/run/dbus.pid --exec /usr/bin/dbus-daemon -- --system
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.