Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-07-10 Thread Andrew J. Schorr
Just for the record, the patch to token.c for the -z bug that was discovered by Yasuoka Masahiko and patched by him and Wayne Davison has fixed the problem that I reported here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg07289.html Thanks guys, this bug has been biting me for the past 6

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-18 Thread jw schultz
On Wed, Jun 18, 2003 at 10:38:54AM -0400, Andrew J. Schorr wrote: > On Tue, Jun 17, 2003 at 06:35:50AM -0700, jw schultz wrote: > > > > You could try turning on transfer logging i suppose. If you > > haven't already done so you might want to use the "log file" > > option in case chroot is getting

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-18 Thread Andrew J. Schorr
On Tue, Jun 17, 2003 at 06:35:50AM -0700, jw schultz wrote: > > You could try turning on transfer logging i suppose. If you > haven't already done so you might want to use the "log file" > option in case chroot is getting in the way. Beyond this i > have no suggestions; i dont use rsyncd. I may

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-17 Thread jw schultz
On Tue, Jun 17, 2003 at 09:10:38AM -0500, Nathaniel Case wrote: > On Mon, 16 Jun 2003 at 16:24:25 -0700, jw schultz wrote: > > > > > After looking at io.c, it seems like the problem (rather, the symptom) > > > for > > > this error message is a failed write() call (which explains the Broken > > > Pi

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-17 Thread Nathaniel Case
On Mon, 16 Jun 2003 at 16:24:25 -0700, jw schultz wrote: > > > After looking at io.c, it seems like the problem (rather, the symptom) > > for > > this error message is a failed write() call (which explains the Broken > > Pipe message to stderr). I thought maybe --blocking-io would avoid this > > i

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-16 Thread jw schultz
On Mon, Jun 16, 2003 at 11:53:04AM -0500, Nate Case wrote: > I'm experiencing some unexpected behavior with rsync v2.5.6. After > looking around it seems like several people have experienced similar > problems in the past, but those appear to be old bugs that are solved now. > Also doesn't appear