View Single Post
Old 19th March 2012
passthejoe passthejoe is offline
Real Name: Steven
Port Guard
 
Join Date: Oct 2010
Location: Los Angeles
Posts: 30
Default

Quote:
Originally Posted by jggimi View Post
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.
I just tried this in an OpenBSD 5.0/GNOME installation, and it works perfectly.
Reply With Quote