You are not logged in.
Pages: 1
On boot, or at any time, when dbus starts, I receive the following error message
Failed to start message bus: The pid file "/var/run/dbus.pid" exists, if the message bus is not running, remove this file
If I delete this file and then manually start dbus, then there is no problem. However, on the next reboot, I receive the same error. I'm not able to permanently fix the issue.
Any ideas?
Thanks.
Offline
remove the file and run it again:
killall dbus ; rm /var/run/dbus.pid ; /etc/rc.d/dbus start
or change in the /etc/dbus-1/system.conf the line about the pid file:
<pidfile>/var/run/dbus.pid</pidfile>
Offline
Pages: 1