One of my computers shows the same behaviour.
Output is:

[ERROR   ] 11:34:51 main:207 eventfd_select_interrupter: Función no implementada
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: Función no implementada

An Strace from deluge shows, after some time:

(snip)
Process 9372 detached
[pid  9378] munmap(0x7f70f0887000, 8392704) = 0
[pid  9380] <... futex resumed> )       = -1 ETIMEDOUT (Connection timed out)
[pid  9378] futex(0x3be321a290, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid  9380] futex(0x15c2200, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid  9378] <... futex resumed> )       = 0
[pid  9380] <... futex resumed> )       = 0
[pid  9378] _exit(0)                    = ?
Process 9378 detached
[pid  9380] munmap(0x7f70ee082000, 8392704) = 0
[pid  9380] _exit(0)                    = ?
Process 9380 detached
[pid  9363] <... select resumed> )      = 0 (Timeout)
[pid  9363] stat("/home/tritt/.config/deluge/auth", 0x7fff015f0cc0) =
-1 ENOENT (No such file or directory)
[pid  9363] select(0, NULL, NULL, NULL, {0, 10000}) = 0 (Timeout)
[pid  9363] stat("/home/tritt/.config/deluge/auth", 0x7fff015f0cc0) =
-1 ENOENT (No such file or directory)
[pid  9363] select(0, NULL, NULL, NULL, {0, 10000}) = 0 (Timeout)
...

And stays that way forever.

Thanks.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to