Bug 176774

Summary: dbus starts too late
Product: [Fedora] Fedora Reporter: Reuben Farrelly <reuben-redhatbugzilla>
Component: dbusAssignee: John (J5) Palmieri <johnp>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: 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
Description of problem:

There is an issue with /etc/init.d/bluetooth, specifically the 'hcid' daemon
being started on boot.
I have a Logitech MX900 mouse which uses bluetooth connectivity, however it no
longer comes up when the machine is started.  I need to go in and run:

/etc/init.d/bluetooth restart

for it to work.

Note that when I do the restart, Bluetooth is listed as "Failed" when shutting
down, but starts up succesfully.  If I manually invoke hcid from the command
line it works OK and my mouse starts working and any subsequent restart of
bluetooth services returns OK to the stop and start.

This has worked fine until some time in December when it suddenly stopped
working, however I am not sure of the exact date that it broke.

Version-Release number of selected component (if applicable):
Current Rawhide as of 02 Jan, bluez-utils-2.22-2.1

How reproducible:
Every time.

Steps to Reproduce:
1. Boot the machine
2. Note that bluetooth services "Fail" to start
3. Further note that the sdpd daemon is running but not hcid
  
Actual results:
* Bluetooth mouse doesn't work.

Comment 1 Reuben Farrelly 2006-01-14 09:39: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.


Comment 2 David Woodhouse 2006-01-14 09:52:20 UTC
I think there's already a bug open for this.

Comment 3 Reuben Farrelly 2006-01-14 10:17:19 UTC
Yep there is, it's the same bug for sure.

Now if only it could be made a blocker for FC5 or at least the priority bumped
up..........


*** This bug has been marked as a duplicate of 176522 ***