Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started 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?
-
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.
-
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.