From owner-freebsd-hackers Wed Jun 7 01:07:25 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA07275 for hackers-outgoing; Wed, 7 Jun 1995 01:07:25 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA07268 ; Wed, 7 Jun 1995 01:07:14 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id SAA07793; Wed, 7 Jun 1995 18:03:14 +1000 Date: Wed, 7 Jun 1995 18:03:14 +1000 From: Bruce Evans Message-Id: <199506070803.SAA07793@godzilla.zeta.org.au> To: jkh@freefall.cdrom.com, phk@ref.tfs.com Subject: Re: Quantum hardware errors (Deferred Error: HARDWARE FAILURE asc:87,0) Cc: bde@zeta.org.au, freebsd-hackers@freebsd.org, taob@gate.sinica.edu.tw Sender: hackers-owner@freebsd.org Precedence: bulk >> Actually, thinking about it, yes we extrace a lot of devices from the >> bindist :-( >Actually, now that *I* think of it, we do the MAKEDEV _after_ the >bindist is extracted! >I've just added a check so that it will be done again if you install >the bindist multiple times. It's too dangerous to leave special files with the wrong minors lying around. I hoped to fix tar, cpio and pax to at least complain about the truncation. How about skipping special files that can't be stored without loss? Bruce