Re: [PATCH] fix read-batch SEGFAULT [WAS: --write-batch just hangs?]

2004-05-07 Thread Chris Shoemaker
On Thu, May 06, 2004 at 06:26:15PM -0400, Chris Shoemaker wrote: On Wed, May 05, 2004 at 11:34:29PM -0700, Jos Backus wrote: On Tue, May 04, 2004 at 08:14:22PM -0400, Chris Shoemaker wrote: Just so I'm on the right page, AFAICT, batch mode doesn't work _at all_. If that's the case, it

Re: [PATCH] fix read-batch SEGFAULT [WAS: --write-batch just hangs?]

2004-05-06 Thread Jos Backus
On Tue, May 04, 2004 at 08:14:22PM -0400, Chris Shoemaker wrote: Just so I'm on the right page, AFAICT, batch mode doesn't work _at all_. If that's the case, it could be that the batch mode code needs to be updated to work with recent changes to rsync. Last time I tried running the tests

Re: [PATCH] fix read-batch SEGFAULT [WAS: --write-batch just hangs?]

2004-05-06 Thread Wayne Davison
On Wed, May 05, 2004 at 11:34:29PM -0700, Jos Backus wrote: On Tue, May 04, 2004 at 08:14:22PM -0400, Chris Shoemaker wrote: Just so I'm on the right page, AFAICT, batch mode doesn't work _at all_. If that's the case, it could be that the batch mode code needs to be updated to work with

Re: [PATCH] fix read-batch SEGFAULT [WAS: --write-batch just hangs?]

2004-05-06 Thread Jos Backus
On Thu, May 06, 2004 at 09:11:15AM -0700, Wayne Davison wrote: On Wed, May 05, 2004 at 11:34:29PM -0700, Jos Backus wrote: On Tue, May 04, 2004 at 08:14:22PM -0400, Chris Shoemaker wrote: Just so I'm on the right page, AFAICT, batch mode doesn't work _at all_. If that's the case, it

Re: [PATCH] fix read-batch SEGFAULT [WAS: --write-batch just hangs?]

2004-05-06 Thread Chris Shoemaker
On Wed, May 05, 2004 at 11:34:29PM -0700, Jos Backus wrote: On Tue, May 04, 2004 at 08:14:22PM -0400, Chris Shoemaker wrote: Just so I'm on the right page, AFAICT, batch mode doesn't work _at all_. If that's the case, it could be that the batch mode code needs to be updated to work with

Re: [PATCH] fix read-batch SEGFAULT [WAS: --write-batch just hangs?]

2004-05-05 Thread Wayne Davison
On Tue, May 04, 2004 at 08:14:22PM -0400, Chris Shoemaker wrote: this patch does allow me to read a batch written locally. Thanks, that insight makes a batch test I tried with 2.5.7 finally work (i.e. I explicitly specify --no-whole-file in the options), so this bug has been around for quite

[PATCH] fix read-batch SEGFAULT [WAS: --write-batch just hangs?]

2004-05-04 Thread Chris Shoemaker
On Fri, Apr 30, 2004 at 10:32:18AM -0700, Wayne Davison wrote: On Thu, Apr 29, 2004 at 05:00:32PM -0400, Chris Shoemaker wrote: Instead of any update, with the --write-batch=mytest argument, rsync just hangs. The batch code is still experimental (as noted in the man page), so I'm not

Re: --write-batch just hangs?

2004-04-30 Thread Wayne Davison
On Thu, Apr 29, 2004 at 05:00:32PM -0400, Chris Shoemaker wrote: Instead of any update, with the --write-batch=mytest argument, rsync just hangs. The batch code is still experimental (as noted in the man page), so I'm not surprised by this. The code still needs someone to test it and fix it to

--write-batch just hangs?

2004-04-29 Thread Chris Shoemaker
I'm using rsync version 2.5.7, and I see this behavior with Debian and Redhat installations. This works: rsync rsync://mirror.physics.ncsu.edu/redhat/linux/updates/9/en/os/i386/zebra* ./temp But this doesn't: rsync --write-batch=mytest