Deluge 1.1.3 on Debian Sid

General support for problems installing or using Deluge
Post Reply
zenone
Member
Member
Posts: 10
Joined: Mon Jan 05, 2009 9:27 am

Deluge 1.1.3 on Debian Sid

Post by zenone »

I'm running the last version of deluge on a Debian Sid.

Code: Select all

claudio@debian:~$deluge -u gtk
1.1.3
the gtk window opens and then nothing, a nice white empty gtk window.
I have to kill deluge.

Code: Select all

claudio@debian:~$ deluge -u console
[ERROR   ] 15:33:28 ui:65 Unable to find the requested UI: console.  Please select a different UI with the '-u' option or alternatively use the '-s' option to select a different default UI.
Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==1.1.3', 'console_scripts', 'deluge')()
  File "/usr/lib/pymodules/python2.5/deluge/main.py", line 120, in start_ui
    UI(options, args, options.args)
  File "/usr/lib/pymodules/python2.5/deluge/ui/ui.py", line 66, in __init__
    sys.exit(0)
NameError: global name 'sys' is not defined

Code: Select all

claudio@debian:~$deluge -u web
Everything is fine, but when i tried to connect to the daemon http://localhost:58846 i get this error:
--Deluge Error--
NoCoreError : 'The core proxy is invalid.'
path : /connect
file : /usr/lib/pymodules/python2.5/deluge/ui/client.py in call, line 111

--Input--
<Storage {'other_uri': '', 'uri': 'http://localhost:58846', 'submit': 'Connect'}>

--Versions--
WebUi : 1.1.3r
Python 2.5.4 (r254:67916, Feb 18 2009, 03:00:47)
[GCC 4.3.3]:

--Traceback--
File "/usr/lib/pymodules/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc
result = func()
File "/usr/lib/pymodules/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
func = lambda: handle(inp, fvars)
File "/usr/lib/pymodules/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
return tocall(*([x and urllib.unquote(x) for x in args] + fna))
File "/usr/lib/pymodules/python2.5/deluge/ui/webui/pages.py", line 321, in POST
utils.daemon_connect(uri)
File "/usr/lib/pymodules/python2.5/deluge/ui/webui/utils.py", line 199, in daemon_connect
webui_plugin_manager.start()
File "/usr/lib/pymodules/python2.5/deluge/ui/webui/components.py", line 139, in start
aclient.get_enabled_plugins(self._on_get_enabled_plugins)
File "/usr/lib/pymodules/python2.5/deluge/ui/client.py", line 361, in async_proxy
return self.core.call(method_name, *args, **kwargs)
File "/usr/lib/pymodules/python2.5/deluge/ui/client.py", line 112, in call
raise deluge.error.NoCoreError("The core proxy is invalid.")

I hope it helps.
umarzuki
Member
Member
Posts: 19
Joined: Tue Nov 27, 2007 12:22 am

Re: Deluge 1.1.3 on Debian Sid

Post by umarzuki »

In my case, upon running deluge-torrent after updating my sid amd64, the gtk interface did not appear anymore eventhough running pgrep deluge shows the deluge process is running.
ACMECorp
New User
New User
Posts: 4
Joined: Mon Mar 09, 2009 3:57 pm

Re: Deluge 1.1.3 on Debian Sid

Post by ACMECorp »

I have the same problem...
deluged -d
[ERROR ] 20:48:56 main:207 eventfd_select_interrupter:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/deluge-1.1.4-py2.5.egg/deluge/main.py", line 204, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.5/site-packages/deluge-1.1.4-py2.5.egg/deluge/core/daemon.py", line 44, in __init__
self.core = Core(options.port).run()
File "/usr/lib/python2.5/site-packages/deluge-1.1.4-py2.5.egg/deluge/core/core.py", line 168, in run
self.session = lt.session(fingerprint, flags=0)
RuntimeError: eventfd_select_interrupter:
Who can help us?! Please...
zenone
Member
Member
Posts: 10
Joined: Mon Jan 05, 2009 9:27 am

Re: Deluge 1.1.3 on Debian Sid

Post by zenone »

I've talked with the mainteiner of the package on Debian.

It will be solved in few days when he will upload the new libtorrent version compiled with libboost 1.37
microcris
New User
New User
Posts: 3
Joined: Wed Mar 04, 2009 9:35 am

Re: Deluge 1.1.3 on Debian Sid

Post by microcris »

Hi There

It seems to be the same problem described here http://forum.deluge-torrent.org/viewtop ... =7&t=16525

I updated to version 1.1.4 and the problem continues there...
zenone wrote:I've talked with the mainteiner of the package on Debian.

It will be solved in few days when he will upload the new libtorrent version compiled with libboost 1.37
Good to know :)
ACMECorp
New User
New User
Posts: 4
Joined: Mon Mar 09, 2009 3:57 pm

Re: Deluge 1.1.3 on Debian Sid

Post by ACMECorp »

Developers...
So what?!
zenone
Member
Member
Posts: 10
Joined: Mon Jan 05, 2009 9:27 am

Re: Deluge 1.1.3 on Debian Sid

Post by zenone »

The problem is solved.
The new libtorrent and libboost packages will be available soon in sid.

We have to thank the debian maintainer Cristian Greco for applying the patch.
ACMECorp
New User
New User
Posts: 4
Joined: Mon Mar 09, 2009 3:57 pm

Re: Deluge 1.1.3 on Debian Sid

Post by ACMECorp »

Thank you so much!
ACMECorp
New User
New User
Posts: 4
Joined: Mon Mar 09, 2009 3:57 pm

Re: Deluge 1.1.3 on Debian Sid

Post by ACMECorp »

All done. Thank you again.
Post Reply