Deluge won't start; eventfd_select_interrupter...

General support for problems installing or using Deluge
Post Reply
microcris
New User
New User
Posts: 3
Joined: Wed Mar 04, 2009 9:35 am

Deluge won't start; eventfd_select_interrupter...

Post by microcris »

Hi there :)

I'm using deluge from some time but I'm new in the forum; so, Hi to every one :)
I'm having a problem with deluge. It won't start, I launch the application but it hangs on starting.

What is in the log file:
[ERROR ] 09:12:12 main:207 eventfd_select_interrupter: Function not implemented

Traceback (most recent call last):

File "/var/lib/python-support/python2.5/deluge/main.py", line 204, in start_daemon

Daemon(options, args)

File "/var/lib/python-support/python2.5/deluge/core/daemon.py", line 44, in __init__

self.core = Core(options.port).run()

File "/var/lib/python-support/python2.5/deluge/core/core.py", line 168, in run

self.session = lt.session(fingerprint, flags=0)

RuntimeError: eventfd_select_interrupter: Function not implemented
I'm using Debian unstable 64bit and deluge 1.1.3 installed from debian experimental repository.

From what I read, this "eventfd_select_interrupter: Function not implemented" is caused by boost 1.37 and is corrected in version 1.38 but in debian repository only the version 1.37 is available.
If this problem is in fact caused by the boost libs, can you tell the guys from debian to update it?

Thanks :)
microcris
New User
New User
Posts: 3
Joined: Wed Mar 04, 2009 9:35 am

Re: Deluge won't start; eventfd_select_interrupter...

Post by microcris »

Hi again :)

I tried remove libboost v1.37 and install version 1.35 but deluge 1.1.3 depends on libboost v1.37 :s

I don't know if the problem is caused by libboost, I just suppose that it is.

Deluge was working fine but some how it don't start any more :S

What can I do?
Post Reply