From owner-freebsd-stable Tue Feb 12 9:44:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from bigbird.zeebar.com (adsl-63-202-202-75.dsl.snfc21.pacbell.net [63.202.202.75]) by hub.freebsd.org (Postfix) with SMTP id 4D91237B421 for ; Tue, 12 Feb 2002 09:44:45 -0800 (PST) Received: (qmail 6601 invoked by uid 1000); 12 Feb 2002 17:19:15 -0000 Date: Tue, 12 Feb 2002 09:19:14 -0800 From: Helmut Hissen To: "Crist J. Clark" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: corrupted ISO image? (maybe its just me) Message-ID: <20020212091914.B5379@zeebar.com> References: <20020211180354.A20800@zeebar.com> <20020211234259.G24535@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20020211234259.G24535@blossom.cjclark.org>; from cjc@FreeBSD.ORG on Mon, Feb 11, 2002 at 11:43:00PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG it gets weirder: its a single bit error. If I diff the od-x for the proflibs.ai in the CD image (bad) with the one I doanload separately (good), I see: 9862c9862 < 0464120 bd1a edc4 bd1a c7c4 7a35 cf89 f46b 1f12 --- > 0464120 bd1a ed44 bd1a c7c4 7a35 cf89 f46b 1f12 downloaded (shift-click style) using Netscape 4.76 running on my 4.4 no-moving-parts desktop from ftp://ftp?.freebsd.org over a 4.4 firewall into a file on an NFS mount on a 4.4 file server. maybe I have a leaky 0x80 bit somewhere on my side??? I havent noticed anything else acting up tho. This is so weird. cheers hh "Crist J. Clark" wrote: > On Mon, Feb 11, 2002 at 06:03:54PM -0800, Helmut Hissen wrote: > > > > dont know if anyone cares .. > > > > but looks like the data in the Jan 30 ISO cd images (4.5 RELEASE) > > on the ftp servers is bad. (wrong checksum for proflibs dist for > > instance) > > > > < MD5 (proflibs.ai) = 571234f22fa4f97da86c833b8abeb11f > > --- > > > MD5 (proflibs.ai) = 30ed88bb800b758473272556f58a94a2 > > Everything on the 4.5-install.iso I downloaded from ftp2 last night > checks out. > > for D in bin/ catpages/ compat* crypto/ dict/ doc/ floppies/ games/ info/ manpages/ ports/ proflibs/ src/; do > cd $D > echo "Checking $D" > md5 `ls | fgrep -v CHECKSUM.MD5` | diff - CHECKSUM.MD5 > cd .. > done > > -- > Crist J. Clark | cjclark@alum.mit.edu > | cjclark@jhu.edu > http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message