Date: Mon, 11 Feb 2002 23:43:00 -0800 From: "Crist J. Clark" <cjc@FreeBSD.ORG> To: Helmut Hissen <helmut@zeebar.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: corrupted ISO images on US ftp mirrors for 4.5 Message-ID: <20020211234259.G24535@blossom.cjclark.org> In-Reply-To: <20020211180354.A20800@zeebar.com>; from helmut@zeebar.com on Mon, Feb 11, 2002 at 06:03:54PM -0800 References: <20020211180354.A20800@zeebar.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020211234259.G24535>