I'm seeing this also in Hardy/8.04. 

I need to modify /etc/init.d/bluetooth thusly.. (different but similar
to above as I'm only using dund)

start_pan()
{
        if test "$DUND_ENABLED" != "0"; then
+             sleep 1
                start-stop-daemon --start --quiet --exec $DUND_DAEMON -- 
$DUND_OPTIONS
                [ "$VERBOSE" != no ] && log_progress_msg "pand"

Or else the result is as below. dund does not register SDP and I can't
use it until I manually kill it and restart it.

May 14 17:32:44 bkmac hcid[17710]: Bluetooth HCI daemon
May 14 17:32:44 bkmac hcid[17710]: HCI dev 0 registered
May 14 17:32:44 bkmac hcid[17710]: HCI dev 0 already up
May 14 17:32:44 bkmac hcid[17710]: Device hci0 has been added
May 14 17:32:44 bkmac hcid[17710]: Starting security manager 0
May 14 17:32:44 bkmac dund[17714]: Bluetooth DUN daemon version 3.26
May 14 17:32:44 bkmac dund[17714]: Failed to connect to the local SDP server. 
Connection refused(111)
May 14 17:32:45 bkmac hcid[17710]: Device hci0 has been activated
May 14 17:32:45 bkmac hcid[17710]: Starting SDP server
May 14 17:32:45 bkmac hcid[17710]: Created local server at 
unix:abstract=/var/run/dbus-Ewgr5cfEin,guid=e1de9f92a6182efb448ff00c482ae9fd
May 14 17:32:45 bkmac input[17720]: Bluetooth Input daemon
May 14 17:32:45 bkmac input[17720]: Registered input manager 
path:/org/bluez/input
May 14 17:32:45 bkmac audio[17721]: Bluetooth Audio daemon
May 14 17:32:45 bkmac audio[17721]: Unix socket created: 5
May 14 17:32:45 bkmac audio[17721]: audio.conf: Key file does not have key 
'Enable'

-- 
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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to