[SOLVED]Problems starting deluged

General support for problems installing or using Deluge
Post Reply
markeczzz

[SOLVED]Problems starting deluged

Post by markeczzz »

Hi!
I have Ubuntu 14.04, and i installed Deluged following guides on this site.
First i tried using official PPA and later i installed from source. Both times i get same problems.
Problem I have is, Deluge daemons keeps crashing on startup.

I don't really get anything useful in /var/log/deluge/daemon.log

Code: Select all

[INFO    ] 17:19:02 daemon:124 Deluge daemon 1.3.13
[INFO    ] 17:19:02 core:85 Starting libtorrent 0.16.13.0 session..
[INFO    ] 17:19:02 rpcserver:367 Starting DelugeRPC server localhost:58846
[INFO    ] 17:19:02 torrentmanager:650 Successfully loaded state file: /var/lib/deluge/.config/deluge/state/torrents.state
[INFO    ] 17:19:02 rpcserver:204 Deluge Client connection made from: 127.0.0.1:57776
but I do get this in /var/log/upstart/deluge.log

Code: Select all

python: res_query.c:262: __libc_res_nquery: Assertion `(hp != ((void *)0)) && (hp2 != ((void *)0))' failed.
I guess I have some broken package in my system, but not sure which.
Any help?

SOLUTION:
What I did, i disabled IPV6 with entering this lines in /etc/syctl.conf

Code: Select all

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
Now everything works ok
Post Reply