Re: rsync connection/transfer error

2011-10-26 Thread Henri Shustak
Hello, It seems that the issue is todo with the network. However, I would suggest you try with a different computer system to be sure. Additional notes follow : -- > server: iperf -s -D -p 873 > (problematic network) client: iperf -c iperf.server.com -L 873 > >

Re: rsync connection/transfer error

2011-10-26 Thread Herb Burnswell
Thanks for the response.. >Is your output on this problematic network similar to the following : >$ telnet mirrors.usc.edu 873 >Trying 68.181.195.4... >Connected to hpc-mirror.usc.edu. >Escape character is '^]'. >@RSYNCD: 30.0 Yes, this is exactly the output. >Also, what happens if you add -n (--

Re: rsync connection/transfer error

2011-10-26 Thread Henri Shustak
Hello, Is your output on this problematic network similar to the following : $ telnet mirrors.usc.edu 873 Trying 68.181.195.4... Connected to hpc-mirror.usc.edu. Escape character is '^]'. @RSYNCD: 30.0 Also, what happens if you add -n (--dry-run) to the following command : > rsync -artv rsync:/

rsync connection/transfer error

2011-10-24 Thread Herb Burnswell
Hi All, I am somewhat new to rsync and am looking for some guidance. I've been using it successfully for a couple months syncing CentOS updates from a university mirror with the following specs: rsync version 2.6.8 protocol version 29 rsync -artv rsync://mirrors.usc.edu/centos/5.6/updates/i386/RP