View Single Post
Old 31st December 2010
zylorx zylorx is offline
Port Guard
 
Join Date: Dec 2010
Posts: 10
Default

ye, i saw that text and followed the instructions a couple of days ago, however today i had another look at rc.local and might have spotted a flaw.

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

the above doesnt produce as much error logging as the one below (my previous):

if [ -x /usr/local/bin/dbus-daeon ]; then
install -d -o _dbus -g _dbus /var/run/dbus
echo -n ' dbus'; /usr/local/bin/dbus-daemon --system
fi
Reply With Quote