*BSD News Article 28880


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!zip.eecs.umich.edu!newsxfer.itd.umich.edu!news.cic.net!magnus.acs.ohio-state.edu!math.ohio-state.edu!howland.reston.ans.net!EU.net!Germany.EU.net!news
From: bs@Germany.EU.net (Bernard Steiner)
Newsgroups: comp.os.386bsd.bugs
Subject: yet more FreeBSD-1.1-BETA install bugs
Date: 28 Mar 1994 18:45:43 +0200
Organization: EUnet Deutschland GmbH, Dortmund, Germany
Lines: 15
Distribution: world
Message-ID: <2n71jn$6c3@Germany.EU.net>
References: <Cn7vwo.2z0@cosy.sbg.ac.at> <JKH.94Mar25151624@sentnl.ilo.dec.com>
NNTP-Posting-Host: qwerty.germany.eu.net


There is a bug in the FreeBSD-1.1-BETA install script with respect to the
bad144 stuff.
It reads something like
bad144 -s > /dev/null 2>&1 | BLAH
but should IMHO read
(bad144 -s > /dev/null) 2>&1 | BLAH

The stock kernel probes my wd8013 sitting at 0x300 as mcd0, but that's just a
minor annoyance

One of these days I'll end up using e-mail to the bugfixers for such
messages...

-Bernard