From owner-freebsd-stable Mon Feb 11 23:43:22 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id BB26637B41E for ; Mon, 11 Feb 2002 23:43:08 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020212074304.LMJW2951.rwcrmhc53.attbi.com@blossom.cjclark.org>; Tue, 12 Feb 2002 07:43:04 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1C7h0c27331; Mon, 11 Feb 2002 23:43:00 -0800 (PST) (envelope-from cjc) Date: Mon, 11 Feb 2002 23:43:00 -0800 From: "Crist J. Clark" To: Helmut Hissen Cc: freebsd-stable@FreeBSD.ORG Subject: Re: corrupted ISO images on US ftp mirrors for 4.5 Message-ID: <20020211234259.G24535@blossom.cjclark.org> References: <20020211180354.A20800@zeebar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020211180354.A20800@zeebar.com>; from helmut@zeebar.com on Mon, Feb 11, 2002 at 06:03:54PM -0800 X-URL: http://people.freebsd.org/~cjc/ 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 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