You are not logged in.
Pages: 1
After Crashing my System with the kernel Update Yesterday, I set up a new clean Installation. I got now this error message at the start up screen.
Failed to start message bus : The pid file "/var/run/dbus/dbus.pid" ...
I don't understand what I have to do!
Last edited by JaDa (2007-08-24 03:02:12)
openSUSE
Arch Linux
USALUG
Offline
What are the next words of the error? A half error message isn't so useful...
Offline
Failed to start message bus : The pid file "/var/run/dbus/dbus.pid" exists, if the message bus is not running, remove this file
I tried to remove the file and got the same error message!
openSUSE
Arch Linux
USALUG
Offline
I think this could be a problem with the order your daemons are started. Is dbus already started by another daemon before this message comes?
Offline
I think this could be a problem with the order your daemons are started. Is dbus already started by another daemon before this message comes?
@Doehni
You give me the Idea! Thank's a lot
no how I solved the problem
vi /etc/rc.conf
before
DAEMONS=( hal dbus ........)
then changed to
DAEMONS=(...... dbus hal ......)
and the problem was solved
Last edited by JaDa (2007-08-24 03:09:05)
openSUSE
Arch Linux
USALUG
Offline
You can remove dbus from your DAEMONS section completely. HAL invokes dbus automatically, which is why you were getting the error when you reversed the order.
Offline
Pages: 1