Subject: Re: pkg/15501: rsync development branch causes corruption with alpha server
To: NetBSD Bugs and PR posting List <netbsd-bugs@netbsd.org>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: netbsd-bugs
Date: 02/27/2002 11:38:17
On Wed, Feb 27, 2002 at 11:29:38AM -0500, Greg A. Woods wrote:
> [ On Friday, February 15, 2002 at 10:16:09 (+0200), Alan Barrett wrote: ]
> > Subject: Re: pkg/15501: rsync development branch causes corruption with alpha server
> >
> > On Thu, 14 Feb 2002, Greg A. Woods wrote:
> > > My local rsync'ed copy of the NetBSD CVS repository is still corrupt
> > > and no new files have been transferred from the rsync server since the
> > > repository became corrupted.
> > 
> > It's been about three weeks since I last got a good copy of the anoncvs
> > repository via rsync.  This test still fails:
> > 
> > 	file=pkgsrc/mk/bsd.pkg.defaults.mk,v
> 
> That file was one of 4714 files finally transferred in part or in whole
> during last night's rsync run (without '-c' and without '-W', using 2.5.2).

Charles fixed a serious bug in rsync (promotion of a comparison to unsigned
resulting in it always being true on LP64 platforms, or, more correctly,
any platform where sizeof(off_t) == sizeof(size_t)) and I discovered that
my typo on a cron job was preventing rsync.netbsd.org from updating *at all*
anyway (not, mind you, that updating with corrupt data would have done you
much more good!).  Everything ought to be fine now.

Thor