http://bugs.openembedded.org/show_bug.cgi?id=874

           Summary: /etc/init.d/dbus-1 has incorrect PIDFILE
           Product: Openembedded
           Version: OpenZaurus 3.5.4.x
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Distributions
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


/etc/init.d/dbus-1 has:

PIDDIR=/var/run/dbus
PIDFILE=${PIDDIR}/pid

whereas dbus-daemon-1 expects the PID file to be named
"/var/run/messagebus.pid". This causes the dbus daemon to fail to start if an
old PID file is lying around. 

Changing /etc/init.d/dbus-1 to:

PIDFILE=/var/run/messagebus.pid

will cause the script to cleanup old PID files. 

--Jack

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to