Advertisement
Guest User

Untitled

a guest
Jan 19th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. /usr/share/doc/bluez/examples$ sudo ./simple-agent hci0 00:15:83:15:A3:10
  2. Traceback (most recent call last):
  3. File "./simple-agent", line 84, in <module>
  4. manager = dbus.Interface(bus.get_object("org.bluez", "/"),
  5. File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 244, in get_object
  6. follow_name_owner_changes=follow_name_owner_changes)
  7. File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 241, in __init__
  8. self._named_service = conn.activate_name_owner(bus_name)
  9. File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 183, in activate_name_owner
  10. self.start_service_by_name(bus_name)
  11. File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 281, in start_service_by_name
  12. 'su', (bus_name, flags)))
  13. File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
  14. message, timeout)
  15. dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement