From owner-freebsd-current Mon Sep 16 10:34:28 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA20229 for current-outgoing; Mon, 16 Sep 1996 10:34:28 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA20222 for ; Mon, 16 Sep 1996 10:34:24 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v2hWr-000Ql6C; Mon, 16 Sep 96 19:32 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id TAA19507 for FreeBSD-current@FreeBSD.ORG; Mon, 16 Sep 1996 19:27:55 +0200 Message-Id: <199609161727.TAA19507@allegro.lemis.de> Subject: More on vn driver To: FreeBSD-current@FreeBSD.ORG (FreeBSD current users) Date: Mon, 16 Sep 1996 19:27:55 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk OK, I've configured, built and run a kernel with the vn driver, but my 'make release' still craps out in the same place. I seem to have all sorts of /dev/vn0*, so doesn't seem to be the reason. What else could I need to do? Here's the end of the make output: # make the small bootfd Making the small 4MB boot floppy. sh -e /usr/src/release/doFS.sh /R/stage /mnt 1200 /R/stage/mfsfd 42000 minimum open: Device not configured *** Error code 1 (continuing) rm -rf /R/stage/fixitfd mkdir /R/stage/fixitfd cd /R/stage/fixitfd && mkdir dev stand bin sbin etc mnt mnt1 mnt2 mnt3 mnt4 tmp if true ; then gzip -9 < /R/stage/crunch/fixit > /R/stage/fixitfd/stand/fixit_crunch ; else ln -f /R/stage/crunch/fixit /R/stage/fixitfd/stand/fixit_crunch ; fi chmod 555 /R/stage/fixitfd/stand/fixit_crunch for i in `crunchgen -l /usr/src/release/fixit_crunch.conf` ; do ln -f /R/stage/fixitfd/stand/fixit_crunch /R/stage/fixitfd/stand/$i ; done ( cd /R/stage/fixitfd/dev && cp /R/stage/trees/bin/dev/MAKEDEV . && sh MAKEDEV all ) cp /R/stage/trees/bin/etc/spwd.db /R/stage/fixitfd/etc cp /usr/src/release/fixit.profile /R/stage/fixitfd/.profile sh -e /usr/src/release/doFS.sh /R/stage /mnt 1200 /R/stage/fixitfd 10000 fd1200 open: Device not configured *** Error code 1 (continuing) `doRELEASE' not remade because of errors. + echo make release Finished make release Finished This is all the more fun because I can't just cd to the directory and try it out again. Every attempt takes 15 hours to die in the same place. Greg