WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Error Message at Bootup  (Read 1985 times)

Offline blue horse

  • Newbie
  • *
  • Posts: 31
Error Message at Bootup
« on: January 23, 2012, 01: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?

Offline blue horse

  • Newbie
  • *
  • Posts: 31
Re: Error Message at Bootup
« Reply #1 on: January 23, 2012, 01: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.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Error Message at Bootup
« Reply #2 on: January 23, 2012, 01: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.