Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Bluez daemon is not running

If none of the specific sub-forums seem right for your thread, ask here.
Message
Author
Chrisdb
Posts: 279
Joined: 2018-04-10 07:16

Re: Bluez daemon is not running

#21 Post by Chrisdb »

The system detects your device

Code: Select all

Bus 002 Device 005: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
But apparently, the bluetooth service is killed for some reason:

Code: Select all

Jan 21 08:17:15 debian systemd[1]: Started Bluetooth service.
Jan 21 08:17:15 debian bluetoothd[3816]: Starting SDP server
Jan 21 08:17:15 debian bluetoothd[3816]: Bluetooth management interface 1.14 ini
Jan 21 08:17:15 debian bluetoothd[3816]: Failed to obtain handles for "Service C
Jan 21 08:17:15 debian bluetoothd[3816]: Sap driver initialization failed.
Jan 21 08:17:15 debian bluetoothd[3816]: sap-server: Operation not permitted (1)
Jan 21 08:17:16 debian bluetoothd[3816]: Endpoint registered: sender=:1.36 path=
Jan 21 08:17:16 debian bluetoothd[3816]: Endpoint registered: sender=:1.36 path=
Jan 21 08:24:00 debian bluetoothd[3816]: Endpoint unregistered: sender=:1.36 pat
Jan 21 08:24:00 debian bluetoothd[3816]: Endpoint unregistered: sender=:1.36 pat
Jan 22 20:42:21 debian bluetoothd[3816]: Failed to obtain handles for "Service C
Jan 22 20:42:22 debian bluetoothd[3816]: Sap driver initialization failed.
Jan 22 20:42:22 debian bluetoothd[3816]: sap-server: Operation not permitted (1)
Jan 22 20:42:22 debian bluetoothd[3816]: Endpoint registered: sender=:1.36 path=
Jan 22 20:42:22 debian bluetoothd[3816]: Endpoint registered: sender=:1.36 path=
Jan 22 20:43:56 debian systemd[1]: Stopping Bluetooth service...
Jan 22 20:43:56 debian bluetoothd[3816]: Terminating
Can you post output of the following after plugin of your device and restart of bluetooth service:

Code: Select all

sudo systemctl -xb
Also, can you post output of:

Code: Select all

btmgmt info
And:

Code: Select all

busctl tree org.bluez

Post Reply