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.
Cant run deluge 1.1.4
Re: Cant run deluge 1.1.4
Run the daemon with debug logging.
Code: Select all
deluged -d -L debug
Re: Cant run deluge 1.1.4
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
[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
This is due to a bug in boost 1.37.. You'll either need to patch boost or install 1.38.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
Re: Cant run deluge 1.1.4
Thanx ill give that a go as soon as I have a chance. Hopefully all we be good after that.