Displaying 1 result from an estimated 1 matches for "ftp_root".
2003 Jun 21
2
various "rsync: connection unexpectedly closed" errors on debian unstable rsync 2.5.6-0.1 package
...on unexpectedly closed (1491973 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
In this particular case, I ran "rsync --recursive --links --hard-links
--times --verbose --delete --timeout=600
rsync.jp.gentoo.org::gentoo-portage/
/home/mirrors/ftp_root/sites/gentoo/". On the other hand, when I rsync
against some sites such as rsync.au.gentoo.org, I rarely get such errors.
For my rsync daemon, I run it as "/usr/bin/nice /usr/bin/rsync --daemon
--compress --safe-links --bwlimit=400 --timeout=600" where the
appropriate stanza in...