rsync 2.5.6 still hangs

2003-09-23 Thread Martin Schröder
Hi, we have two Linux systems (2.4.21 and 2.2.19) with rsync 2.5.6 The 2.4.21 system does backups via cron by rsync to the 2.2.19 system. Via cron rsync always exits with (it is called with --timeout=60) -- rsync error: timeout in data send/receive (code 30) at io.c(103) -- Or

Re: rsync 2.5.6 still hangs

2003-09-23 Thread jw schultz
On Tue, Sep 23, 2003 at 11:18:13AM +0200, Martin Schröder wrote: Hi, we have two Linux systems (2.4.21 and 2.2.19) with rsync 2.5.6 The 2.4.21 system does backups via cron by rsync to the 2.2.19 system. Via cron rsync always exits with (it is called with --timeout=60) -- rsync

Re: rsync 2.5.6 still hangs

2003-03-20 Thread Andrew J. Schorr
Steve, I have a couple of comments: 1. In rsync 2.5.5, I found that the -vvv flag can cause repeatable rsync hangs. Since I was using it to debug a real problem, it was very confusing and misleading. But in the end, I determined that -vvv itself was often the culprit. So I caution

Re: rsync 2.5.6 still hangs

2003-03-20 Thread Steve Greenland
On 20-Mar-03, 08:28 (CST), Andrew J. Schorr [EMAIL PROTECTED] wrote: 1. In rsync 2.5.5, I found that the -vvv flag can cause repeatable rsync hangs. Since I was using it to debug a real problem, it was very confusing and misleading. But in the end, I determined that -vvv itself was

rsync 2.5.6 still hangs

2003-03-19 Thread Steve Greenland
While syncing a directory with about 40 files of various sizes (4KB - 20MB), rsync will hang, in a repeatable manner. (Where repeatable means that I get identical logs with -vvv set, modulo the temp file names.) I am using rsync in server mode - started by xinetd. Both sides are rsync 2.5.6. The