View Single Post
Old 30th December 2010
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

This is the message you should have seen:
Code:
To start systemwide message dbus daemon whenever the machine boots,
add the following lines to /etc/rc.local:

if [ -x /usr/local/bin/dbus-daemon ]; then
	install -d -o _dbus -g _dbus /var/run/dbus
	echo -n ' dbus'; /usr/local/bin/dbus-daemon --system
fi
Did you see this message, and did you place this exact set of shell script in /etc/rc.local?

I ask because it is not clear to me that is what you saw and did.
Reply With Quote