Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 1996 10:41:34 +0200 (MET DST)
From:      grog@lemis.de (Greg Lehey)
To:        jkh@time.cdrom.com (Jordan K. Hubbard)
Cc:        FreeBSD-current@FreeBSD.ORG (FreeBSD current users)
Subject:   Re: Build is complete
Message-ID:  <199609120841.KAA15214@allegro.lemis.de>
In-Reply-To: <2283.842517522@time.cdrom.com> from "Jordan K. Hubbard" at Sep 12, 96 01:38:42 am

next in thread | previous in thread | raw e-mail | index | archive | help
Jordan K. Hubbard writes:
>
>> Ditto.  I've build the latest version via NFS every night, and I tried
>> building a release via NFS as Jordan suggested.  I also went to the
>> trouble of doing it on a SunOS machine.  Everything went well until it
>> tried to access a 1.2 MB floppy, which I don't have.  How far from the
>> end was I?  Here's my ustat info:
>
> Huh?  The current release tools don't use floppies during any stage of
> the build process.  They use the vn device to simulate a 1.2MB floppy
> image.

Then I'm misinterpreting the command line.  Here's what I get:

+ gzip -c /usr/src/release/../COPYRIGHT > /R/stage/mfsfd/stand/help/COPYRIGHT.hlp.gz
+ # 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
+ real    831m52.172s
+ user    239m1.716s
+ sys     67m19.010s
+ === root@freebie (/dev/ttyp0) /usr/home/grog 3 -> 

What's it trying to open?  I'm not really worried, but it would be
nice to know.

Greg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609120841.KAA15214>