From owner-freebsd-small Sat Jul 1 11:38:56 2000 Delivered-To: freebsd-small@freebsd.org Received: from mailrouter1.strath.ac.uk (orkney.cc.strath.ac.uk [130.159.248.40]) by hub.freebsd.org (Postfix) with ESMTP id 9EAB037B612; Sat, 1 Jul 2000 11:38:49 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from [62.252.136.191] (helo=cs.strath.ac.uk) by mailrouter1.strath.ac.uk with esmtp (Exim 3.12 #2) id 138S9b-0004SC-00; Sat, 01 Jul 2000 19:38:12 +0100 Message-ID: <395E3AD3.DFFE0893@cs.strath.ac.uk> Date: Sat, 01 Jul 2000 19:39:15 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Doug White Cc: small@freebsd.org Subject: /etc rc commit breaks PicoBSD References: <200007010420.VAA14274@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-RBL-Warning: (dul.maps.vix.com) See Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug, CC to small Your commit to release/picobsd/mfs_tree/etc/rc for REGENG_3 is broken. :-( 'small' reader: Doug changed gzip -d *.gz to gzip -df *.gz For some reason this fails to work on the PicoBSD disk. I'm using a 3.5-stable bridge disk. The kernel boots and now says "Reading /etc from /dev/fd0c" "-df : File not Found" or invalid file name or something like that. It then goes into a continual loop, retunning the 'broken' rc file as it cannot extrac the proper 'rc' file from the floppy. gzip -df *.gz works on my command line. I wonder why PicoBSD does not like it. I did not think we used a cut down guzip. Maybe we do. So, Doug, can you back out the change please. Thanks. Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message