Displaying 1 result from an estimated 1 matches for "testcvs".
Did you mean:
testcsv
2006 Oct 25
0
rsync 2.6.8 timeouts
..._files(1) starting
generator starting pid=27391 count=1
delta-transmission enabled
recv_generator(history,0)
generating and sending sums for 0
count=33367 rem=2109 blength=33352 s2length=3 flength=1112824941
generate_files phase=1
and then nothing.
If I strace the process, I get
home/home/rgetz/testcvs/gcc1 # strace -p 27391
Process 27391 attached - interrupt to quit
select(5, [4], [], NULL, {22, 983000}) = 0 (Timeout)
select(5, [4], [], NULL, {60, 0}) = 0 (Timeout)
select(5, [4], [], NULL, {60, 0}) = 0 (Timeout)
select(5, [4], [], NULL, {60, 0}) = 0 (Timeout)
and it repeats,...