Page 1 of 1

Deluge Port settings

Posted: Mon Dec 07, 2015 10:02 pm
by HA4g3n
Hello,

Im experiencing some upload issues when useing ports in latest Deluge version.

The download speeds are great :D but very often the upload is very odd and several torrents is showing "capped speeds", all at 2.3 kb/sec for examples.
look likes the ports is not opened or used..
It works great with other torrent clients (transmission & rtorrent)

The active port have green light via GUI and portcheck via webb aswell.
Firewall is temporary disabled and properly rebooted.
Tracker announce is ok.
The ISP dont shape the traffic or closed ports, made several tests.
But, im not posted as connectable in the web tracker list of the torrents in 99.9% of the case. If i suddenly get good upload speed on a torrent im showed as connectable via the tracker webb..
Have googled and checked forums, FAQ and optimization "configs"

I have entered a specific port range for incoming (portforwarded ) 514xx and 514yy for outgoing.
Im useing private tracker and for several other ppl there have the solution been to open a portrange of ports (10-20) instead of just 1-2 and the speeds are greatly increased.

When i start deluged i get this posted in CLI in the startup and that might to do somethig with it? :

File "/Apps/opt/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 254, in _on_set_listen_ports
self.session.listen_on(value[0], value[1], str(self.config["listen_interface"]).strip())
exceptions.RuntimeError: Address family not supported by protocol
[ERROR ] 22:23:39 component:118 [Failure instance: Traceback: <type 'exceptions.RuntimeError'>: Address family not supported by protocol


The lines of /Apps/opt/lib/python2.7/site-packages/deluge/core/preferencesmanager.py with the bottom line of 254:

def _on_set_listen_ports(self, key, value):
# Only set the listen ports if random_port is not true
if self.config["random_port"] is not True:
log.debug("listen port range set to %s-%s", value[0], value[1])
self.session.listen_on(value[0], value[1], str(self.config["listen_interface"]).strip())



Attatched some screendumps aswell
What do you think about the experiance? Is there a know "issue" about the ports? :ugeek:

Re: Deluge Port settings

Posted: Fri Dec 11, 2015 12:14 pm
by Cas
Did you search for the error...

Re: Deluge Port settings

Posted: Sat Dec 12, 2015 10:58 pm
by HA4g3n
Cas wrote:Did you search for the error...
Yes i have