On Wed, Jun 14, 2000 at 02:59:44AM +1000, [EMAIL PROTECTED] wrote:
> 
> 
> I read a few usenet posts that recommended using an older version to get around
> this problem. Is there another workaround, or does anyone have any suggestions
> or comments about this error?  I submitted it as a bug.
> 
> Thanks in advance,
> 
> Don Maxwell

I think this is the same problem as the "unexpected tag" errors that people
have, because rsync is setting stdout to do non-blocking I/O before it calls
rsh and apparently rsh can't handle that in all circumstances and drops
some data.  You can try putting a "set_blocking(STDOUT_FILENO)" in util.c
right after the "set_blocking(STDIN_FILENO)" or go back to 2.4.1 or 2.3.2.

- Dave Dykstra

Reply via email to