Cant run deluge 1.1.4

General support for problems installing or using Deluge
Post Reply
essention
New User
New User
Posts: 3
Joined: Sat Mar 21, 2009 11:16 pm

Cant run deluge 1.1.4

Post 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.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Cant run deluge 1.1.4

Post by andar »

Run the daemon with debug logging.

Code: Select all

deluged -d -L debug
essention
New User
New User
Posts: 3
Joined: Sat Mar 21, 2009 11:16 pm

Re: Cant run deluge 1.1.4

Post 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
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Cant run deluge 1.1.4

Post 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.
essention
New User
New User
Posts: 3
Joined: Sat Mar 21, 2009 11:16 pm

Re: Cant run deluge 1.1.4

Post by essention »

Thanx ill give that a go as soon as I have a chance. Hopefully all we be good after that.
Post Reply