Hello, I'm trying to connect to one of the mirror sites to get a package update for Linux server through the proxy server, but after approximately 10- 15 minutes it times out with the following error: "rsync error: timeout in data send /received (code 30) at ioc (140) [receiver=3.0.9] rsync: connection unexpectedly closed (973 bytes received so far) rsync error: error in rsync protocol data stream (code 12) at io.c (343) I'm using Ubuntu OS version 12.4. Here is the script we use for rsync #!/bin/sh export RSYNC_PROXY="proxy server.com:80" rsync="/usr/bin/rsync -aviHz --delete --progress --timeout=10" # Centos mirror=rsync://rsync.gtlib.gatech.edu/centos #local=/data/mirrors/centos $rsync $mirror $local I've searched through Google, but have not found much. Does anybody know what this cause this problem? Thanks Cuong -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20121102/a8220508/attachment.html>
Francis.Montagnac at inria.fr
2012-Nov-03 08:19 UTC
Rsync problem when connected to mirror site
On Fri, 02 Nov 2012 19:32:14 +0100 Cuong X Dang wrote:> "rsync error: timeout in data send /received (code 30) at ioc (140)...> rsync="/usr/bin/rsync -aviHz --delete --progress --timeout=10"This is a timeout of 10 seconds. Try to increase it. -- Francis.Montagnac at inria.fr
Francis I did increase the timeout to 60 is the same resolve Thanks From: Francis.Montagnac at inria.fr To: Cuong X Dang <cdang at raytheon.com> Cc: rsync at lists.samba.org Date: 11/03/2012 04:19 AM Subject: Re: Rsync problem when connected to mirror site On Fri, 02 Nov 2012 19:32:14 +0100 Cuong X Dang wrote:> "rsync error: timeout in data send /received (code 30) at ioc (140)...> rsync="/usr/bin/rsync -aviHz --delete --progress --timeout=10"This is a timeout of 10 seconds. Try to increase it. -- Francis.Montagnac at inria.fr -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20121105/89a60fff/attachment.html>