Bug 176774
Summary: | dbus starts too late | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Reuben Farrelly <reuben-redhatbugzilla> |
Component: | dbus | Assignee: | John (J5) Palmieri <johnp> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | dwmw2, jkeck |
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: | 2006-01-14 10:17:19 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: | 150222 |
Description
Reuben Farrelly
2006-01-02 08:28:13 UTC
I think I've figured out why. I noticed this logged earlier hidden in /var/log/messages: Jan 14 22:28:56 typhoon hcid[2351]: Can't open system message bus connection: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory Jan 14 22:28:56 typhoon sdpd[2356]: Bluetooth SDP daemon Jan 14 22:28:56 typhoon hcid[2351]: Unable to get on D-BUS Also noted that the messagebus service which is part of the dbus infrastructure does not start till S97, whereas bluetooth starts at S25. So I guess that hcid tries to start first but fails due to dbus being non operational at the time. If this is the cause can it be please sorted before FC5 final? Otherwise anyone with bluetooth and that depends on hcid is basically going to find it just won't work. I think there's already a bug open for this. |