Public bug reported:

Binary package hint: bluez-utils

pand in /etc/init.d/bluetooth fails with "Failed to connect to the local
SDP server. Connection refused(111)" error. The reason is hcid doesnt
not jet listen, but pand ialready tries connect to it. Small workaround:
insert sleep in /etc/init.d/bluetooth as I have done:


        start-stop-daemon --start --quiet --exec $HCID -- $HCID_OPTIONS || true
        log_progress_msg "hcid"

        sleep 1

        start_uarts || true

        start_hid || true
        enable_hci_input || true
        start_rfcomm || true
        start_pan || true
        log_end_msg 0

** Affects: bluez-utils (Ubuntu)
     Importance: Undecided
         Status: New

-- 
pand in /etc/init.d/bluetooth fails with "Failed to connect to the local SDP 
server. Connection refused(111)" error. Solution included
https://bugs.launchpad.net/bugs/121915
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to