search for: incoming_test

Displaying 2 results from an estimated 2 matches for "incoming_test".

Did you mean: incoming_guest
2015 Feb 27
2
rsync hangs on select() system call
..., 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\17\0\7", 4) =...
2015 Mar 09
0
rsync hangs on select() system call
...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:1...