Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9224] New: Dbus is not stopping correctly

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9224] New: Dbus is not stopping correctly
  • Date: Fri, 15 Jul 2005 01:16:25 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=9224

Summary: Dbus is not stopping correctly
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: julien AT rozo.org


The first time the script smgl-messagebus is launched, it creates a
/var/run/dbus/pid file; which contains the pid of the dbus process that is
running.

But, if you do a "telinit run smgl-messagebus restart" or "telinit run
smgl-messagebus stop", then the /var/run/dbus/pid file keeps on existing. The
portion of code in the init file doesn't seem to do the cleaning work.


So, the next time you try to do a "telinit run smgl-messagebus start", or the
next time you reboot your system, you've got the following error message :

smgl-messagebus: Starting system message bus...
Failed to start message bus: The pid file "/var/run/dbus/pid" exists, if the
message bus is not running, remove this file
smgl-messagebus: failure


It's really annoying because you have to manually remove the file before
starting the init script ...

And some other init scripts like the "ivman" one rely on the dbus process in
order to be run.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 9224] New: Dbus is not stopping correctly, bugzilla-daemon, 07/15/2005

Archive powered by MHonArc 2.6.24.

Top of Page