Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: was Re: X crashes with nvidia-173 driver now X crash on eee w/intel driver
Date: Fri, 06 Nov 2009 22:13:52
Message-Id: hd271u$tpe$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: was Re: X crashes with nvidia-173 driver now X crash on eee w/intel driver by Maxim Wexler
1 On 11/06/2009 01:08 PM, Maxim Wexler wrote:
2 > Oh wait, just rebooted, the message is still there but a few lines
3 > below there is this:
4 >
5 > *Starting D-BUS system messagebus . . .
6 >
7 > which I remember seeing before but forgot to mention. I ran
8 > dbus-daemon again as before with the same outcome.
9 >
10
11 If dbus is in your default runlevel you should have a system dbus
12 running.
13
14 $eselect rc list default
15 Init scripts to be started by runlevel default
16 dbus <===========
17 dcron
18 hald
19 hotplug
20 local
21 net.eth0
22 netmount
23 ntp-client
24 smartd
25 sshd
26 sysklogd
27
28 $ps ax | grep dbus
29 3387 ? Ss 0:03 /usr/bin/dbus-daemon --system
30 5432 tty4 S 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
31 5433 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
32
33 You can do '/etc/init.d/dbus restart' to look for error messages.

Replies