[Solved] Unable to connect to deamon

General support for problems installing or using Deluge
Post Reply
eoghain
New User
New User
Posts: 4
Joined: Sat Aug 20, 2011 9:09 am

[Solved] Unable to connect to deamon

Post by eoghain »

Solved: turns out it was an overzealous ipblocker that was running and stopping everything from getting through, even local connections.

I just upgraded to 1.3.3 on Ubuntu 10.04 and while my system tells me the daemon is running I'm unable to connect to it either with the GTK client or the WebUI.

Here is what I'm seeing:

Code: Select all

deluge --v
deluge: 1.3.3
libtorrent: 0.14.10.0

Code: Select all

ps -fe | grep 'deluge'
eoghain   1253     1  0 02:01 ?        00:00:03 /usr/bin/python /usr/bin/deluged -d -l /var/log/deluged -L info
eoghain   1267     1  0 02:01 ?        00:00:04 /usr/bin/python /usr/bin/deluge -u web
And here is what is in my /var/log/deluged file.

Code: Select all

[INFO    ] 02:01:58 daemon:129 Deluge daemon 1.3.3
[INFO    ] 02:01:58 core:80 Starting libtorrent 0.14.10.0 session..
[INFO    ] 02:01:58 rpcserver:366 Starting DelugeRPC server localhost:58846
[WARNING ] 02:01:58 torrentmanager:621 Unable to update state file to a compatible version: list index out of range
I've completely removed my .config/delgue directory and let the daemon startup recreate it but I still can't connect. When starting either of the clients they tell me that the default daemon is offline. Any help would be greatly appreciated, I've been using deluge on this machine for a couple of years now and I almost can't live without it now.
- Eoghain
Post Reply