[ARCHIVE] binhex docker repository


Recommended Posts

When you go to 8112 in a browser do you type in a password? If so set that same password in CP.

Tried that,  no dice.

 

Did you set the username to admin and use the password?

 

At this point, we need to see the log from deluge.

 

I've tried putting admin and my password.  I've tried putting just my password.  Nothing worked which was why I just wound up configuring Blackhole instead.  Do I lose any functionality with Blackhole over Deluge?  Like am I not able to DL torrents from sites that only have magnet links?

Link to comment

One thing I've noticed in Deluge is that when I try to enable the WebUI plugin, it never sticks.  I check it off and hit Apply/OK but when I go back into Preferences it is always unchecked.  Also, only the Extractor plugin shows up in the preferences like it shows in this guide when I check it off (not Label or WebUI (obviously)) although Label shows up on the left side of Deluge under Tracker Host so maybe that was just a change with the updated version?

 

I'm realizing if I don't get Deluge working in CP I can't use the labels which is important since Sonarr is also sending a label to Deluge and I want to separate my movies and TV shows into different folders.

Link to comment

I dont have the webui plugin enabled in mine either.

 

CP and sickrage (sonarr maybe) can assign download directories to deluge.

 

My CP tells deluge to download to /download/movies

Sickrage tells deluge to download to /download/tv

 

in the docker manager in unRAID I map my download directory /mnt/cache/docker/download to /download (host/client)

 

each apps renamer looks at /movies or /tv as may be appropriate.

 

This avoids the label issue, which doesnt work for me with CP anyways!

Link to comment

I dont have the webui plugin enabled in mine either.

 

CP and sickrage (sonarr maybe) can assign download directories to deluge.

 

My CP tells deluge to download to /download/movies

Sickrage tells deluge to download to /download/tv

 

in the docker manager in unRAID I map my download directory /mnt/cache/docker/download to /download (host/client)

 

each apps renamer looks at /movies or /tv as may be appropriate.

 

This avoids the label issue, which doesnt work for me with CP anyways!

 

Right but you have to assign the download directory through the Deluge settings in CP from what I see and since I can't get that to work I'm stuck with the same problem :(.

Link to comment

map it to the same in deluge

 

Deluge

/downloads >> /mnt/cache/docker/downloads

 

CP

/downloads >> /mnt/cache/docker/downloads

 

Sickrage

/downloads >> /mnt/cache/docker/downloads

 

My /mnt/cache/docker/downloads folder contains movies, tv, and music folders.

 

Then set CP to tell deluge to move completed downloads to /downloads/movies

 

Sickrage tells deluge to move completed downloads to /downloads/tv

Link to comment

map it to the same in deluge

 

Deluge

/downloads >> /mnt/cache/docker/downloads

 

CP

/downloads >> /mnt/cache/docker/downloads

 

Sickrage

/downloads >> /mnt/cache/docker/downloads

 

My /mnt/cache/docker/downloads folder contains movies, tv, and music folders.

 

Then set CP to tell deluge to move completed downloads to /downloads/movies

 

Sickrage tells deluge to move completed downloads to /downloads/tv

 

I have the volume mappings correct already just as you've shown here.  However, where I'm stuck is having CP telling Deluge to do anything.  Remember they won't connect and I'm at a loss as to why.

Link to comment

Honestly I am as well (at a loss as to why).

 

In unRAID, in the docker tab, there is a log link on the right of each container. Post the log for CP and Deluge, perhaps that will help.

 

So I restarted both CP and Deluge to try and get a fresh log of each.  However now the CP web interface is all screwy and not loading right and I can't do anything in it.  I guess I can try re-installing the docker but i've already done that once and it did nothing.  But clearly something is wrong.

Link to comment

perhaps you have a permissions issue with your docker config folders?

 

I've set the following permissions per other's advice based on the fact that I couldn't edit/delete config folders from deleted dockers:

 

chown -R 999:users "appdata"

chmod -R 777 "appdata"

Link to comment

perhaps you have a permissions issue with your docker config folders?

 

I've set the following permissions per other's advice based on the fact that I couldn't edit/delete config folders from deleted dockers:

 

chown -R 999:users "appdata"

chmod -R 777 "appdata"

 

why are you using /mnt/user/Docker/appdata/delugevpn for your config?

 

I've tried helping a few folks, so I'm not sure if you're answered this already, but are you sure this folder is set for cache only?

 

personally, I'd change it to /mnt/cache/appdata/delugevpn

 

there's no reason, IMO, to have appdata nested in a docker folder.  /docker/appdata is just more to type (get wrong) than simply /appdata.  Plus, most everyone is just using /appdata, so this puts you more in line with the "normal" way this is being managed on unRAID.

 

however, regardless of what path you choose, you MUST make sure the folder /appdata is set to "cache only: yes" in the unRAID setup.  if not, mover will move things out of it, and nothing will work right.

 

If I was in your situation right now; I'd...

 

1) create a new folder on my cache drive called "appdata"

2) set this new share to "cache only: yes"

3) remove the container and image of deluge

4) create a new docker of deluge, using my new /mnt/cache/appdata/deluge folder for the config

5) start deluge and get it set up

6) manually start a torrent to make sure it's working correctly

7) remove the container and image of couch potato

8) create a new docker of couch potato, using my new /mnt/cache/appdata/couchpotato folder for the config

9) start couch potato and get it set up

10) try to get it connecting to deluge

11) post my findings here

Link to comment

perhaps you have a permissions issue with your docker config folders?

 

I've set the following permissions per other's advice based on the fact that I couldn't edit/delete config folders from deleted dockers:

 

chown -R 999:users "appdata"

chmod -R 777 "appdata"

 

why are you using /mnt/user/Docker/appdata/delugevpn for your config?

 

I've tried helping a few folks, so I'm not sure if you're answered this already, but are you sure this folder is set for cache only?

 

personally, I'd change it to /mnt/cache/appdata/delugevpn

 

there's no reason, IMO, to have appdata nested in a docker folder.  /docker/appdata is just more to type (get wrong) than simply /appdata.  Plus, most everyone is just using /appdata, so this puts you more in line with the "normal" way this is being managed on unRAID.

 

however, regardless of what path you choose, you MUST make sure the folder /appdata is set to "cache only: yes" in the unRAID setup.  if not, mover will move things out of it, and nothing will work right.

 

If I was in your situation right now; I'd...

 

1) create a new folder on my cache drive called "appdata"

2) set this new share to "cache only: yes"

3) remove the container and image of deluge

4) create a new docker of deluge, using my new /mnt/cache/appdata/deluge folder for the config

5) start deluge and get it set up

6) manually start a torrent to make sure it's working correctly

7) remove the container and image of couch potato

8) create a new docker of couch potato, using my new /mnt/cache/appdata/couchpotato folder for the config

9) start couch potato and get it set up

10) try to get it connecting to deluge

11) post my findings here

 

My Docker share is definitely cache only but I'll give this a shot because at this point I've tried everything else.

Link to comment

if your Docker share is cache only, change the docker paths away from /mnt/user to /mnt/cache.

 

perhaps you have a permissions issue with your docker config folders?

 

I've set the following permissions per other's advice based on the fact that I couldn't edit/delete config folders from deleted dockers:

 

chown -R 999:users "appdata"

chmod -R 777 "appdata"

 

I think the chown should be "nobody:users"

 

999 is a system user, maybe this is the problem???

 

shutdown your dockers before making this change. Worst case, you can change it back.

Link to comment

if your Docker share is cache only, change the docker paths away from /mnt/user to /mnt/cache.

 

perhaps you have a permissions issue with your docker config folders?

 

I've set the following permissions per other's advice based on the fact that I couldn't edit/delete config folders from deleted dockers:

 

chown -R 999:users "appdata"

chmod -R 777 "appdata"

 

I think the chown should be "nobody:users"

 

999 is a system user, maybe this is the problem???

 

shutdown your dockers before making this change. Worst case, you can change it back.

 

Tried changing it to nobody:users.  No change.

 

 

perhaps you have a permissions issue with your docker config folders?

 

I've set the following permissions per other's advice based on the fact that I couldn't edit/delete config folders from deleted dockers:

 

chown -R 999:users "appdata"

chmod -R 777 "appdata"

 

why are you using /mnt/user/Docker/appdata/delugevpn for your config?

 

I've tried helping a few folks, so I'm not sure if you're answered this already, but are you sure this folder is set for cache only?

 

personally, I'd change it to /mnt/cache/appdata/delugevpn

 

there's no reason, IMO, to have appdata nested in a docker folder.  /docker/appdata is just more to type (get wrong) than simply /appdata.  Plus, most everyone is just using /appdata, so this puts you more in line with the "normal" way this is being managed on unRAID.

 

however, regardless of what path you choose, you MUST make sure the folder /appdata is set to "cache only: yes" in the unRAID setup.  if not, mover will move things out of it, and nothing will work right.

 

If I was in your situation right now; I'd...

 

1) create a new folder on my cache drive called "appdata"

2) set this new share to "cache only: yes"

3) remove the container and image of deluge

4) create a new docker of deluge, using my new /mnt/cache/appdata/deluge folder for the config

5) start deluge and get it set up

6) manually start a torrent to make sure it's working correctly

7) remove the container and image of couch potato

8) create a new docker of couch potato, using my new /mnt/cache/appdata/couchpotato folder for the config

9) start couch potato and get it set up

10) try to get it connecting to deluge

11) post my findings here

 

Tried everything you just outlined step by step.  Tried Deluge with and without VPN enabled.  Makes no difference.  I really don't understand how I can have everything setup the same way everyone seems to but not get it to work.  Feel like it might be something with the Daemon since Sonarr can connect to Deluge fine via 8112 but not 58846 (daemon port) but no matter what port I use in CP it won't work.

 

Guess I'll have to use MovieGrabber which means no PlexRequests :(.

Link to comment

logs, we need logs!  8)

 

I've looked at them and there doesn't appear to be anything of note in there.  The CP is basically empty.  This is the entire log since I re-installed it and tried to configure Deluge in it.

 

2015-07-09 11:05:24,279 CRIT Set uid to user 0

2015-07-09 11:05:24,280 WARN Included extra file "/etc/supervisor/conf.d/couchpotato.conf" during parsing

2015-07-09 11:05:24,285 INFO supervisord started with pid 1

2015-07-09 11:05:25,287 INFO spawned: 'couchpotato' with pid 7

2015-07-09 11:05:26,289 INFO success: couchpotato entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

 

 

And here is my Deluge Log

 

2015-07-09 11:28:06,498 CRIT Set uid to user 0
2015-07-09 11:28:06,498 WARN Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
2015-07-09 11:28:06,502 INFO supervisord started with pid 1
2015-07-09 11:28:07,505 INFO spawned: 'deluge' with pid 7
2015-07-09 11:28:07,508 INFO spawned: 'setip' with pid 8
2015-07-09 11:28:07,511 INFO spawned: 'start' with pid 9
2015-07-09 11:28:07,513 INFO spawned: 'webui' with pid 10
2015-07-09 11:28:07,515 INFO spawned: 'privoxy' with pid 11
2015-07-09 11:28:07,517 INFO spawned: 'setport' with pid 12
2015-07-09 11:28:07,517 DEBG 'deluge' stdout output:
[info] VPN is enabled, checking VPN tunnel local ip is valid

2015-07-09 11:28:07,518 DEBG 'start' stdout output:
[info] VPN is enabled, beginning configuration of OpenVPN

2015-07-09 11:28:07,518 INFO success: setip entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-07-09 11:28:07,518 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-07-09 11:28:07,518 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-07-09 11:28:07,518 INFO success: setport entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-07-09 11:28:07,521 DEBG 'privoxy' stdout output:
[info] VPN is enabled, checking VPN tunnel local ip is valid

2015-07-09 11:28:07,522 DEBG 'start' stdout output:
[info] VPN provider defined as airvpn

2015-07-09 11:28:07,557 DEBG 'start' stdout output:
[info] ip routing table

2015-07-09 11:28:07,558 DEBG 'start' stdout output:
default via 172.17.42.1 dev eth0 

2015-07-09 11:28:07,559 DEBG 'start' stdout output:
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.19 

2015-07-09 11:28:07,559 DEBG 'start' stdout output:
--------------------

2015-07-09 11:28:07,587 DEBG 'start' stdout output:
[info] iptables

2015-07-09 11:28:07,589 DEBG 'start' stdout output:
-P INPUT DROP
-P FORWARD ACCEPT
-P OUTPUT DROP
-A INPUT -i tun0 -j ACCEPT
-A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
-A INPUT -i eth0 -p udp -m udp --sport 443 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
-A INPUT -p udp -m udp --sport 53 -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A OUTPUT -o tun0 -j ACCEPT
-A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
-A OUTPUT -o eth0 -p udp -m udp --dport 443 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
-A OUTPUT -p udp -m udp --dport 53 -j ACCEPT
-A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
-A OUTPUT -o lo -j ACCEPT

2015-07-09 11:28:07,589 DEBG 'start' stdout output:
--------------------

2015-07-09 11:28:07,589 DEBG 'start' stdout output:
[info] nameservers

2015-07-09 11:28:07,590 DEBG 'start' stdout output:
nameserver 8.8.8.8
nameserver 8.8.4.4

2015-07-09 11:28:07,591 DEBG 'start' stdout output:
--------------------
[info] Starting OpenVPN...

2015-07-09 11:28:07,599 DEBG 'start' stdout output:
Thu Jul 9 11:28:07 2015 OpenVPN 2.3.6 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on Dec 2 2014
Thu Jul 9 11:28:07 2015 library versions: OpenSSL 1.0.2c 12 Jun 2015, LZO 2.09

2015-07-09 11:28:07,599 DEBG 'start' stdout output:
Thu Jul 9 11:28:07 2015 Control Channel Authentication: tls-auth using INLINE static key file
Thu Jul 9 11:28:07 2015 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Thu Jul 9 11:28:07 2015 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Thu Jul 9 11:28:07 2015 Socket Buffers: R=[212992->131072] S=[212992->131072]

2015-07-09 11:28:07,619 DEBG 'start' stdout output:
Thu Jul 9 11:28:07 2015 UDPv4 link local: [undef]
Thu Jul 9 11:28:07 2015 UDPv4 link remote: [AF_INET]173.44.55.178:443

2015-07-09 11:28:07,652 DEBG 'start' stdout output:
Thu Jul 9 11:28:07 2015 TLS: Initial packet from [AF_INET]173.44.55.178:443, sid=4d545fe5 a2d6b2cf

2015-07-09 11:28:07,862 DEBG 'start' stdout output:
Thu Jul 9 11:28:07 2015 VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, [email protected]

2015-07-09 11:28:07,862 DEBG 'start' stdout output:
Thu Jul 9 11:28:07 2015 Validating certificate key usage
Thu Jul 9 11:28:07 2015 ++ Certificate has key usage 00a0, expects 00a0
Thu Jul 9 11:28:07 2015 VERIFY KU OK
Thu Jul 9 11:28:07 2015 Validating certificate extended key usage
Thu Jul 9 11:28:07 2015 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Thu Jul 9 11:28:07 2015 VERIFY EKU OK
Thu Jul 9 11:28:07 2015 VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=server, [email protected]

2015-07-09 11:28:08,864 INFO success: deluge entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-09 11:28:08,864 INFO success: webui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-09 11:28:16,564 DEBG 'start' stdout output:
Thu Jul 9 11:28:16 2015 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Thu Jul 9 11:28:16 2015 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Thu Jul 9 11:28:16 2015 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Thu Jul 9 11:28:16 2015 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Thu Jul 9 11:28:16 2015 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 4096 bit RSA
Thu Jul 9 11:28:16 2015 [server] Peer Connection Initiated with [AF_INET]173.44.55.178:443

2015-07-09 11:28:18,896 DEBG 'start' stdout output:
Thu Jul 9 11:28:18 2015 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)

2015-07-09 11:28:18,929 DEBG 'start' stdout output:
Thu Jul 9 11:28:18 2015 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 10.4.0.1,comp-lzo no,route-gateway 10.4.0.1,topology subnet,ping 10,ping-restart 60,ifconfig 10.4.12.66 255.255.0.0'

2015-07-09 11:28:18,929 DEBG 'start' stdout output:
Thu Jul 9 11:28:18 2015 OPTIONS IMPORT: timers and/or timeouts modified
Thu Jul 9 11:28:18 2015 OPTIONS IMPORT: LZO parms modified
Thu Jul 9 11:28:18 2015 OPTIONS IMPORT: --ifconfig/up options modified
Thu Jul 9 11:28:18 2015 OPTIONS IMPORT: route options modified
Thu Jul 9 11:28:18 2015 OPTIONS IMPORT: route-related options modified
Thu Jul 9 11:28:18 2015 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Thu Jul 9 11:28:18 2015 ROUTE_GATEWAY 172.17.42.1/255.255.0.0 IFACE=eth0 HWADDR=02:42:ac:11:00:13

2015-07-09 11:28:18,929 DEBG 'start' stdout output:
Thu Jul 9 11:28:18 2015 TUN/TAP device tun0 opened
Thu Jul 9 11:28:18 2015 TUN/TAP TX queue length set to 100
Thu Jul 9 11:28:18 2015 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Thu Jul 9 11:28:18 2015 /usr/bin/ip link set dev tun0 up mtu 1500

2015-07-09 11:28:18,930 DEBG 'start' stdout output:
Thu Jul 9 11:28:18 2015 /usr/bin/ip addr add dev tun0 10.4.12.66/16 broadcast 10.4.255.255

2015-07-09 11:28:19,038 DEBG 'privoxy' stdout output:
[info] Privoxy set to disabled

2015-07-09 11:28:19,038 DEBG fd 25 closed, stopped monitoring (stdout)>
2015-07-09 11:28:19,038 DEBG fd 29 closed, stopped monitoring (stderr)>
2015-07-09 11:28:19,039 INFO exited: privoxy (exit status 0; expected)
2015-07-09 11:28:19,039 DEBG received SIGCLD indicating a child quit
2015-07-09 11:28:19,042 DEBG 'deluge' stdout output:
[info] All checks complete, starting Deluge daemon...

2015-07-09 11:28:20,215 DEBG 'webui' stdout output:
[info] Starting Deluge webui...

2015-07-09 11:28:20,259 DEBG 'deluge' stderr output:
Unhandled error in Deferred:

2015-07-09 11:28:20,261 DEBG 'deluge' stderr output:


Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/main.py", line 230, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.7/site-packages/deluge/core/daemon.py", line 161, in __init__
component.start("PreferencesManager")
File "/usr/lib/python2.7/site-packages/deluge/component.py", line 296, in start
deferreds.append(self.components[name]._component_start())
File "/usr/lib/python2.7/site-packages/deluge/component.py", line 124, in _component_start
d = maybeDeferred(self.start)
--- ---
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 150, in maybeDeferred
result = f(*args, **kw)
File "/usr/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 162, in start
self._on_set_listen_interface)
File "/usr/lib/python2.7/site-packages/deluge/config.py", line 312, in register_set_function
function(key, self.__config[key])
File "/usr/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 258, in _on_set_listen_interface
self._on_set_random_port("random_port", self.config["random_port"])
File "/usr/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 276, in _on_set_random_port
self.session.listen_on(listen_ports[0], listen_ports[1], str(self.config["listen_interface"]).strip())
exceptions.RuntimeError: Address family not supported by protocol

2015-07-09 11:28:21,378 DEBG 'setip' stdout output:
[info] Deluge listening interface IP 0.0.0.0 and OpenVPN local IP 10.4.12.66 different, configuring Deluge...

2015-07-09 11:28:22,358 DEBG 'setip' stdout output:
Setting listen_interface to 10.4.12.66..
Configuration value successfully updated.

2015-07-09 11:28:24,042 DEBG 'start' stdout output:
Thu Jul 9 11:28:24 2015 /usr/bin/ip route add 173.44.55.178/32 via 172.17.42.1

2015-07-09 11:28:24,045 DEBG 'start' stdout output:
Thu Jul 9 11:28:24 2015 /usr/bin/ip route add 0.0.0.0/1 via 10.4.0.1

2015-07-09 11:28:24,047 DEBG 'start' stdout output:
Thu Jul 9 11:28:24 2015 /usr/bin/ip route add 128.0.0.0/1 via 10.4.0.1

2015-07-09 11:28:24,048 DEBG 'start' stdout output:
Thu Jul 9 11:28:24 2015 Initialization Sequence Completed

Link to comment

Wondering if this has anything to do with the problems??

 

2015-07-09 11:28:20,261 DEBG 'deluge' stderr output:


Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/main.py", line 230, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.7/site-packages/deluge/core/daemon.py", line 161, in __init__
component.start("PreferencesManager")
File "/usr/lib/python2.7/site-packages/deluge/component.py", line 296, in start
deferreds.append(self.components[name]._component_start())
File "/usr/lib/python2.7/site-packages/deluge/component.py", line 124, in _component_start
d = maybeDeferred(self.start)
--- ---
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 150, in maybeDeferred
result = f(*args, **kw)
File "/usr/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 162, in start
self._on_set_listen_interface)
File "/usr/lib/python2.7/site-packages/deluge/config.py", line 312, in register_set_function
function(key, self.__config[key])
File "/usr/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 258, in _on_set_listen_interface
self._on_set_random_port("random_port", self.config["random_port"])
File "/usr/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 276, in _on_set_random_port
self.session.listen_on(listen_ports[0], listen_ports[1], str(self.config["listen_interface"]).strip())
exceptions.RuntimeError: Address family not supported by protocol

Link to comment

Wondering if this has anything to do with the problems??

 

2015-07-09 11:28:20,261 DEBG 'deluge' stderr output:


Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/main.py", line 230, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.7/site-packages/deluge/core/daemon.py", line 161, in __init__
component.start("PreferencesManager")
File "/usr/lib/python2.7/site-packages/deluge/component.py", line 296, in start
deferreds.append(self.components[name]._component_start())
File "/usr/lib/python2.7/site-packages/deluge/component.py", line 124, in _component_start
d = maybeDeferred(self.start)
--- ---
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 150, in maybeDeferred
result = f(*args, **kw)
File "/usr/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 162, in start
self._on_set_listen_interface)
File "/usr/lib/python2.7/site-packages/deluge/config.py", line 312, in register_set_function
function(key, self.__config[key])
File "/usr/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 258, in _on_set_listen_interface
self._on_set_random_port("random_port", self.config["random_port"])
File "/usr/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 276, in _on_set_random_port
self.session.listen_on(listen_ports[0], listen_ports[1], str(self.config["listen_interface"]).strip())
exceptions.RuntimeError: Address family not supported by protocol

 

 

Wish I had a clue...But I'm leaving Deluge pretty much standard after installing it so not even sure how I could be causing this.

Link to comment
Guest
This topic is now closed to further replies.