Bug 133604
Summary: | init scripts can't find dbus pid file | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nick Jones <nick.jones> |
Component: | dbus | Assignee: | John (J5) Palmieri <johnp> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | CC: | jkeck, linux_4ever |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-09-27 17:06:06 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 130887 |
Description
Nick Jones
2004-09-25 05:07:14 UTC
Works for me. Dbus always created /var/run/messagebus.pid on my machine. Did you upgrade to test 2 or is it a fresh install. If you did upgrade, from what version? I think this is a duplicate of: Bug 132436 - which is now closed. The real problem is that configure does not see the /etc/redhat-release file and decides its not a red hat system. Rather than have a system-wide-pid-file=/var/run/messagebus.pid option, it needs to have an option to say this is a red hat system that sets the default value for the same variable set when it looks for the /etc/redat-release file. There may be other decisions the configure script makes based on the os variable. Fixing each one with an override is inefficient. Nick Jones hasn't replyed back so closing this as works for me. |