Page 1 of 1

deluge not starting with dbus error

Posted: Sat Oct 27, 2007 4:25 pm
by bidossessi
Deluge was working fine, no config changed, and suddenly:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 112, in <module>
    bus = dbus.SessionBus()
  File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 218, in __new__
    mainloop=mainloop)
  File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 107, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 121, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-0hn6M3oE9U: Connection refused
deleting .config/deluge doesn't help.
any pointers?

Re: deluge not starting with dbus error

Posted: Sat Oct 27, 2007 7:07 pm
by markybob
this usually means you tried to run deluge as root.