Re: ./configure hang in 2.6.0

2004-03-24 Thread Wayne Davison
On Wed, Mar 24, 2004 at 11:51:34PM +0100, Nicolas Schodet wrote: > I diffed the two configure.in files and find many lines changed only > with a extra white space at end of line. Yes, I tend to get rid of superfluous trailing whitespace if I happen to notice it while I'm making other changes. ..w

Re: ./configure hang in 2.6.0

2004-03-24 Thread Nicolas Schodet
* Wayne Davison <[EMAIL PROTECTED]> [040324 23:26]: > > EGREP seems to be null and the yes command is executed forever. > I fixed an EGREP problem in the CVS version of configure a while back, > so try out the brand new 2.6.1pre-1 release and let me know if you still > see a problem. It works for

Re: ./configure hang in 2.6.0

2004-03-24 Thread Wayne Davison
On Wed, Mar 24, 2004 at 10:47:16PM +0100, Nicolas Schodet wrote: > EGREP seems to be null and the yes command is executed forever. I fixed an EGREP problem in the CVS version of configure a while back, so try out the brand new 2.6.1pre-1 release and let me know if you still see a problem. ..wayne

rsync 2.6.1pre-1 released

2004-03-24 Thread Wayne Davison
On Wed, Mar 24, 2004 at 08:26:30PM +0100, Paul Slootman wrote: > BTW, there was some discussion not too long ago about releasing 2.6.1 as > a performance release (and including such fixes as this one, I presume). Yes, I was justing thinking that I should bundle CVS up into a pre- release and get s

./configure hang in 2.6.0

2004-03-24 Thread Nicolas Schodet
Hi, I tried to run configure for rsync 2.6.0 on a Debian stable system. It hangs on configure line 7842 : if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then rsync_cv_HAVE_GETADDR_DEFINES=yes else rsync_cv_HAVE_GETADDR_DEFINES=no fi EGREP seems to be null and the

Re: incorrect exclude list with -C

2004-03-24 Thread Paul Slootman
On Wed 24 Mar 2004, Wayne Davison wrote: > On Wed, Mar 24, 2004 at 01:12:25PM +0100, Paul Slootman wrote: > > Here the patterns of a .cvsignore file is apparently used to exclude > > file outside the directory where the .cvsignore file is found. > Thi has been fixed in CVS since early Januaray an

Re: incorrect exclude list with -C

2004-03-24 Thread Wayne Davison
On Wed, Mar 24, 2004 at 01:12:25PM +0100, Paul Slootman wrote: > Here the patterns of a .cvsignore file is apparently used to exclude > file outside the directory where the .cvsignore file is found. Thi has been fixed in CVS since early Januaray and I've mentioned the fix on this list before: ---

Re: rsync --files-from with symlink in path

2004-03-24 Thread Wayne Davison
On Tue, Mar 23, 2004 at 06:33:48PM -0600, Jeremy Grant wrote: > Does anyone have any ideas how I get this to work with the > --files-from option? Try using the --no-implied-dirs option. With that set, you'll need to mention all the directories that need to be created on the destination system, bu

(no subject)

2004-03-24 Thread graham1 . simpson
Hi All, I'm cannot get large files (i.e. >2GB) working with rsync 2.6.0 on HP-UX 11i. Here's the error: host% /usr/local/bin/rsync -v --rsync-path=/usr/local/bin/rsync --rsh=/opt/ssh/bin/ssh ./large.tar [EMAIL PROTECTED]:large2.tar large.tar rsync: writefd_unbuffered failed to write 32768 by

rsync errors

2004-03-24 Thread Michael J. Lynn
FreeBSD 4.8-Release rsync-2.5.6_1 The error: rsync: writefd_unbuffered failed to write 16385 bytes: phase "unknown": Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(515) Log file: (about a dozen of these) Mar 24 07:35:10 vault-a /kernel: (da0:dpt0:0:0:0): READ(10)

incorrect exclude list with -C

2004-03-24 Thread Paul Slootman
I just received this bug report on Debian's rsync package. I've verified it. The entry from the manpage: -C [...] Finally, any file is ignored if it is in the same directory as a .cvsignore file and matches one of the patterns listed therein. Here the patterns of a .cvsignore file is app