From owner-freebsd-bugs Sun Mar 12 15:02:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA26282 for bugs-outgoing; Sun, 12 Mar 1995 15:02:43 -0800 Received: from sxpo.fdn.org (sxpo.fdn.org [193.55.4.40]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA26273 for ; Sun, 12 Mar 1995 15:02:41 -0800 Received: by sxpo.fdn.org id AA00500 (5.65c8/IDA-1.4.4/FdN-1.0 for freebsd-bugs@freebsd.org); Sun, 12 Mar 1995 12:15:24 +0100 Received: by v34.fdn.fr (Cray III experimental) id 008c for freebsd-bugs@freebsd.org; Sat, 11 Mar 1995 22:31:21 +0100 From: ccouv@v34.fdn.fr (Christian Couvida) To: freebsd-bugs@FreeBSD.org Subject: 940210 snapshot is really bugged :(((( Date: Sat, 11 Mar 1995 22:31:20 +0100 X-Mailer: CrayMail 5.2 pl 26 experimental 1.2 Crypticode: 3990002060 Message-Id: <794979080.7054@v34.fdn.fr> Sender: bugs-owner@FreeBSD.org Precedence: bulk 1) Download (ftp) ENTIRELY this snapshot (10th of February). 2) Install the boot disk and the cpio disk. 3) If you try to install the "bin" distribution, for instance, then you'll have checksum errors : ------------------ (file do_cksum.sh) if [ -f bin.aa ] then if [ "`cksum 'bin.aa'`" != "3911826025 240640 bin.aa" ] then dialog --title "Checksum Error" ....etc. ----------------- In fact, if you type "cksum bin.aa" (if you jump to shell), then you'll get : "2774410508 240640 bin.aa" BTW I did NOT download bin.aa in ascii mode but in binary mode.