Advertisement
Guest User

dleyna-server / error 127

a guest
Nov 20th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Python 2.7.5+ (default, Sep 19 2013, 15:08:25)
  2. [GCC 4.8.1] on linux2
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>> import mediaconsole as mc
  5. >>> mc.UPNP()
  6. Traceback (most recent call last):
  7. File "<stdin>", line 1, in <module>
  8. File "mediaconsole.py", line 200, in __init__
  9. '/com/intel/dLeynaServer'),
  10. File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
  11. follow_name_owner_changes=follow_name_owner_changes)
  12. File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in __init__
  13. self._named_service = conn.activate_name_owner(bus_name)
  14. File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in activate_name_owner
  15. self.start_service_by_name(bus_name)
  16. File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in start_service_by_name
  17. 'su', (bus_name, flags)))
  18. File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
  19. message, timeout)
  20. dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/local/libexec/dleyna-server-service exited with status 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement