Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lyubod
Created May 10, 2016 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyubod/b651f08dab4ab7e314f06007058dda6d to your computer and use it in GitHub Desktop.
Save lyubod/b651f08dab4ab7e314f06007058dda6d to your computer and use it in GitHub Desktop.
systemctl status bluetooth
systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2016-05-09 16:22:39 PDT; 1h 28min ago
Docs: man:bluetoothd(8)
Main PID: 345 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─345 /usr/lib/bluetooth/bluetoothd
May 09 16:22:53 stretch1 bluetoothd[345]: Endpoint registered: sender=:1.25 path=/MediaEndpoint/A2DPSource
May 09 16:22:53 stretch1 bluetoothd[345]: Endpoint registered: sender=:1.25 path=/MediaEndpoint/A2DPSink
May 09 16:30:06 stretch1 bluetoothd[345]: Agent /org/blueman/agent/global replied with an error: org.freedesktop.DBus.Python.GLib.Error, Traceback (most recent call las
File "/usr/lib/python3/dist-packages/dbus/service.py", line 707, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python3/dist-packages/blueman/main/applet/BluezAgent.py", line 167, in RequestPinCode
self.ask_passkey(device, dialog_msg, notify_msg, False, self.notifications, ok, err)
File "/usr/lib/python3/dist-packages/blueman/main/applet/BluezAgent.py", line 136, in ask_passkey
status_icon=self.status_icon)
File "/usr/lib/python3/dist-packages/blueman/gui/Notification.py", line 172, in __new__
return klass(summary, message, timeout, actions, actions_cb, pixbuf, status_icon)
File "/usr/lib/python3/dist-packages/blueman/gui/Notification.py", line 154, in __new__
self.show()
GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications
May 09 16:30:29 stretch1 bluetoothd[345]: Agent /org/blueman/agent/global replied with an error: org.bluez.Error.Canceled,
May 09 16:32:00 stretch1 bluetoothd[345]: Agent /org/blueman/agent/global replied with an error: org.bluez.Error.Canceled,
May 09 16:41:17 stretch1 bluetoothd[345]: Unable to get Headset Voice gateway SDP record: Host is down
May 09 16:53:12 stretch1 bluetoothd[345]: Endpoint unregistered: sender=:1.25 path=/MediaEndpoint/A2DPSource
May 09 16:53:12 stretch1 bluetoothd[345]: Endpoint unregistered: sender=:1.25 path=/MediaEndpoint/A2DPSink
May 09 16:53:14 stretch1 bluetoothd[345]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource
May 09 16:53:14 stretch1 bluetoothd[345]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment