trickle icon indicating copy to clipboard operation
trickle copied to clipboard

"Read from socket failed: Resource temporarily unavailable" on ssh connection

Open Hubbitus opened this issue 11 years ago • 4 comments

Please look at https://bugzilla.redhat.com/show_bug.cgi?id=1023559 for details.

Hubbitus avatar Aug 18 '14 09:08 Hubbitus

adding both a download limit with -d and an upload limit with -u seems to solve the issue.

lepennec avatar Aug 23 '14 16:08 lepennec

Thanks for the workaround. I'm doubt meantime it is normal behaviour.

Hubbitus avatar Aug 25 '14 07:08 Hubbitus

I just ran into this using trickle on FreeBSD 12, what didn't work:

$ trickle -s -u 5000 ssh myremoteserver
Fssh_ssh_dispatch_run_fatal: Connection to 256.256.256.256 port 2222: Resource temporarily unavailable

what did work:

$ trickle -s -u 5000 -d 5000 ssh myremoteserver

Thank you @lepennec !

bjodah avatar May 04 '19 12:05 bjodah

I can confirm the same issue on Ubuntu 22.04.

Using -d 1500 only gives the Resource temporarily unavailable error, but adding in a -u 1500 as well makes things work correctly. [This is a workaround.....previously, I only needed to specify the download speed limit....]

summetj avatar Jul 27 '22 17:07 summetj