Issue while doing rsync from ubuntu mirrors
Mail List
maillist at crucialp.com
Wed Jun 19 05:37:18 UTC 2013
Hi All,
We are facing an issue while rsyncing packages from the ubuntu mirrors.
The commands we used are as the following
----
/usr/bin/rsync -avzH --bwlimit=50000 --delay-updates --delete --exclude-from=/opt/crucial_mirror/ubuntu-exclude-list.txt --exclude "Packages*" --exclude "Sources*" --exclude "Release*" rsync://mirror.uber.com.au/ubuntu/archive/ /distros/ubuntu;
/usr/bin/rsync -avzH --bwlimit=50000 --delay-updates --delete --exclude-from=/opt/crucial_mirror/ubuntu-exclude-list.txt rsync://mirror.uber.com.au/ubuntu/archive/ /distros/ubuntu;
----
The command will start rsync process, however after a few hours, it will get failed with an error message like this:
----------
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code 12) at io.c(759) [receiver=3.0.6]
rsync: connection unexpectedly closed (21172499 bytes received so far) [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [generator=3.0.6]
----------
Earlier, we have tried without setting bandwidth limit for rsync, however that also failed.
We tried to rsync from several mirrors (uber, aarnet). However, all failed.
This command worked well when we tried to sync from mirrors of other favors. Any issues noted with Ubuntu mirrors?
Regards
CP Support
More information about the ubuntu-users
mailing list