Displaying 2 results from an estimated 2 matches for "resif".
Did you mean:
resid
2015 Feb 27
2
rsync hangs on select() system call
hello,
trying to understand why a rsync client hangs during a transfer. Hopefully
someone can advise.
client = rsync 3.0.6, server = rsync 3.1.1 , transfer is done to a rsync
module with such a command:
rsync -rtxvvv my_data rsync://test at my.rsync.server/INCOMING/
<rsync://test at rsync.resif.fr/INCOMING_TEST/>
the client starts to transfer data (a few Mb) then hangs, then manually
interrupted (CTRL+C)
a few minutes after. strace output on the client side is:
(...)
4251 17:14:30 select(4, NULL, [3], [3], {60, 0}) = 1 (out [3], left {59,
999998})
14251 17:14:30 write(3, "\374\1...
2015 Mar 09
0
rsync hangs on select() system call
...and why a rsync client hangs during a transfer. Hopefully
> someone can advise.
>
> client = rsync 3.0.6, server = rsync 3.1.1 , transfer is done to a rsync
> module with such a command:
> rsync -rtxvvv my_data rsync://test at my.rsync.server/INCOMING/
> <rsync://test at rsync.resif.fr/INCOMING_TEST/>
>
> the client starts to transfer data (a few Mb) then hangs, then manually
> interrupted (CTRL+C)
> a few minutes after. strace output on the client side is:
>
> (...)
> 4251 17:14:30 select(4, NULL, [3], [3], {60, 0}) = 1 (out [3], left {59,
> 999998}...