Page 1 of 1

Cant run deluge 1.1.4

Posted: Sat Mar 21, 2009 11:22 pm
by essention
Hey,

I installed deluge 1.1.4 from source and it seems to load part of the way(as in the window) but no internal componenents and requires the process to be killed to run. I get his as the console output:

Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
1.1.4

I am running KDE.

Does anybody have a possible solution to this problem?

Thanx for any help.

Re: Cant run deluge 1.1.4

Posted: Sun Mar 22, 2009 12:52 am
by andar
Run the daemon with debug logging.

Code: Select all

deluged -d -L debug

Re: Cant run deluge 1.1.4

Posted: Sun Mar 22, 2009 3:21 am
by essention
This is the info that is given. i have also tied maually to select a confg location but still get the same ERROR.

[ERROR ] 03:15:24 main:207 eventfd_select_interrupter: Function not implemented
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge-1.1.4-py2.6-linux-i686.egg/deluge/main.py", line 204, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.6/site-packages/deluge-1.1.4-py2.6-linux-i686.egg/deluge/core/daemon.py", line 44, in __init__
self.core = Core(options.port).run()
File "/usr/lib/python2.6/site-packages/deluge-1.1.4-py2.6-linux-i686.egg/deluge/core/core.py", line 168, in run
self.session = lt.session(fingerprint, flags=0)
RuntimeError: eventfd_select_interrupter: Function not implemented

Any clues?

Thanx

Re: Cant run deluge 1.1.4

Posted: Mon Mar 23, 2009 6:23 pm
by andar
essention wrote:This is the info that is given. i have also tied maually to select a confg location but still get the same ERROR.

[ERROR ] 03:15:24 main:207 eventfd_select_interrupter: Function not implemented
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge-1.1.4-py2.6-linux-i686.egg/deluge/main.py", line 204, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.6/site-packages/deluge-1.1.4-py2.6-linux-i686.egg/deluge/core/daemon.py", line 44, in __init__
self.core = Core(options.port).run()
File "/usr/lib/python2.6/site-packages/deluge-1.1.4-py2.6-linux-i686.egg/deluge/core/core.py", line 168, in run
self.session = lt.session(fingerprint, flags=0)
RuntimeError: eventfd_select_interrupter: Function not implemented

Any clues?

Thanx
This is due to a bug in boost 1.37.. You'll either need to patch boost or install 1.38.

Re: Cant run deluge 1.1.4

Posted: Tue Mar 31, 2009 12:04 am
by essention
Thanx ill give that a go as soon as I have a chance. Hopefully all we be good after that.