Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: blue horse on January 23, 2012, 04:11:55 PM

Title: Error Message at Bootup
Post by: blue horse on January 23, 2012, 04:11:55 PM
After I installed CUPS, it seems DBUS was installed as dependance.
Now, every time I boot up, there are two error messages at the end of bootup:

no /usr/local/bin/dbus-daemon found; none killed
rm: can't remove '/var/run/dbus/pid': No such file or directory

Can someone explain how I could get rid of these errors?
Title: Re: Error Message at Bootup
Post by: blue horse on January 23, 2012, 04:25:17 PM
It turned out this was because I did not configure DBUS to start on bootup.
Once I added DBUS to opt\bootlocal.sh, these errors went away, instead, I got

"stopped dbus-daemon, pid = [3642]"

I assume dbus-daemon is supposed to stop and this is an informative message, unless someone tells me otherwise.
Title: Re: Error Message at Bootup
Post by: Rich on January 23, 2012, 04:56:49 PM
Hi blue horse
Those messages are from the startup script. Before starting  DBUS  it tries to kill it to ensure there
is only one instance of it running.