[Bug 121915] Re: pand in /etc/init.d/bluetooth fails with "Failed to connect to the local SDP server. Connection refused(111)" error. Solution included

2011-12-21 Thread Clint Byrum
according to the debian bug report, this was fixed:


Fixed in version 4.42-2

Closing as Fix Released.

** Changed in: bluez-utils (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/121915

Title:
  pand in /etc/init.d/bluetooth fails with "Failed to connect to the
  local SDP server. Connection refused(111)" error. Solution included

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez-utils/+bug/121915/+subscriptions

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


[Bug 121915] Re: pand in /etc/init.d/bluetooth fails with "Failed to connect to the local SDP server. Connection refused(111)" error. Solution included

2011-08-10 Thread Bug Watch Updater
** Changed in: bluez-utils (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/121915

Title:
  pand in /etc/init.d/bluetooth fails with "Failed to connect to the
  local SDP server. Connection refused(111)" error. Solution included

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez-utils/+bug/121915/+subscriptions

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


[Bug 121915] Re: pand in /etc/init.d/bluetooth fails with "Failed to connect to the local SDP server. Connection refused(111)" error. Solution included

2008-05-14 Thread Brad Campbell

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


[Bug 121915] Re: pand in /etc/init.d/bluetooth fails with "Failed to connect to the local SDP server. Connection refused(111)" error. Solution included

2008-05-12 Thread Bug Watch Updater
** Changed in: bluez-utils (Debian)
   Status: Unknown => 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 subscribed to Ubuntu.

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


[Bug 121915] Re: pand in /etc/init.d/bluetooth fails with "Failed to connect to the local SDP server. Connection refused(111)" error. Solution included

2008-05-12 Thread Felipe Figueiredo
** Bug watch added: Debian Bug tracker #452869
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452869

** Also affects: bluez-utils (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452869
   Importance: Unknown
   Status: Unknown

-- 
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


[Bug 121915] Re: pand in /etc/init.d/bluetooth fails with "Failed to connect to the local SDP server. Connection refused(111)" error. Solution included

2008-04-12 Thread Feanor
this problem persists even in hardy. the "sleep 1" workaround doesnt
seem to fix it either.

i still get connection refused if i try to connect my nokia sdp server
via bluetooth:


[EMAIL PROTECTED]:~$ sudo sdptool browse 00:1D:6E:B8:11:30:
Failed to connect to SDP server on 00:1D:6E:B8:11:30: Connection refused

-- 
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


[Bug 121915] Re: pand in /etc/init.d/bluetooth fails with "Failed to connect to the local SDP server. Connection refused(111)" error. Solution included

2007-06-24 Thread Marcel Holtmann
These race conditions are all fixed now. The hcid will start other
services like network service (which replaced pand).

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs