Using Ubuntu GNU/Linux 13.10 on an new-ish HP laptop.
My ports are forwarded, I am using an Ethernet cable.
Transmission DID work once but I stupidly did not write down the port number it used at the time.
So is there any way to see a list of prior ports Transmission has used?
A thread on the Ubuntu Forums yielded no results.
bobby
Ubuntu 13.10 Fails to Connect to Trackers
-
- Posts: 4
- Joined: Thu Jan 30, 2014 5:56 pm
Re: Ubuntu 13.10 Fails to Connect to Trackers
I'm seeing the same, also Ubuntu 13.10. Running transmission-daemon 2.82 (14160)
Seeing "Scrape error: Connection failed" on virtually all trackers, I have the required port open (according to the web interface)
Looking at what I have, http trackers seem to be ok, udp trackers all seem to be failing.
For example a working tracker is : http://tracker.archlinux.org:6969
A failing tracker is : udp://tracker.archlinux.org:6969
Seeing "Scrape error: Connection failed" on virtually all trackers, I have the required port open (according to the web interface)
Looking at what I have, http trackers seem to be ok, udp trackers all seem to be failing.
For example a working tracker is : http://tracker.archlinux.org:6969
A failing tracker is : udp://tracker.archlinux.org:6969
Re: Ubuntu 13.10 Fails to Connect to Trackers
Well upping some net limits worked for me :
# echo 4194304 > /proc/sys/net/core/rmem_max
# echo 1048576 > /proc/sys/net/core/wmem_max
I don't know what the repercussions of this are, whether a recent Ubuntu update lowered these, or Transmission now needs more. *shrugs*
# echo 4194304 > /proc/sys/net/core/rmem_max
# echo 1048576 > /proc/sys/net/core/wmem_max
I don't know what the repercussions of this are, whether a recent Ubuntu update lowered these, or Transmission now needs more. *shrugs*
-
- Posts: 4
- Joined: Thu Jan 30, 2014 5:56 pm
Re: Ubuntu 13.10 Fails to Connect to Trackers
Didn't get 'Couldn't bind to port...'. It's just 'Could not connect to tracker'.
However, at least on some torrents, a quick change of upd:// trackers to http:// works well.
However, at least on some torrents, a quick change of upd:// trackers to http:// works well.