Date: Tue, 30 Jul 2002 12:48:08 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Wilko Bulte <wkb@freebie.xs4all.nl> Cc: alpha@FreeBSD.ORG Subject: Re: Alpha -STABLE snapshots are broken? Message-ID: <20020730094808.GA69789@sunbay.com> In-Reply-To: <20020729200131.A2476@freebie.xs4all.nl> References: <20020725193441.GA65110@sunbay.com> <20020726074354.A2317@freebie.xs4all.nl> <20020726224138.A3934@freebie.xs4all.nl> <20020728172455.GA28493@sunbay.com> <20020729115447.B1246@freebie.xs4all.nl> <20020729200131.A2476@freebie.xs4all.nl>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
On Mon, Jul 29, 2002 at 08:01:31PM +0200, Wilko Bulte wrote:
> On Mon, Jul 29, 2002 at 11:54:47AM +0200, Wilko Bulte wrote:
> > On Sun, Jul 28, 2002 at 08:24:55PM +0300, Ruslan Ermilov wrote:
> > > On Fri, Jul 26, 2002 at 10:41:38PM +0200, Wilko Bulte wrote:
> > > > On Fri, Jul 26, 2002 at 07:43:54AM +0200, Wilko Bulte wrote:
> > > >
> > > > Grr:
> > > >
> > > > Making the regular boot floppy.
> > > > Compressing doc files...
> > > > Copying if_txp.ko to /R/stage/mfsfd/stand/modules
> > > > *** Error code 1 (ignored)
> > > > sh -e /usr/src/release/scripts/doFS.sh -s mfsroot /R/stage /mnt 4320
> > > > /R/stage/mfsfd 8000 auto
> > > > vnconfig: cannot find or load "vn" kernel module
> > > > vnconfig: /dev/rvnn0: Device not configured
> > > > *** Error code 1
> > > >
> > > > Stop in /usr/src/release.
> > > > *** Error code 1
> > > >
> > > > Stop in /usr/src/release.
> > > > [1]+ Done rm -rf ports (wd: /usr)
> > > > (wd now: /usr/src)
> > > > ds10#
> > > >
> > > Please ``kldload vn'' and ``make rerelease''.
> >
> > Looks like to floppy got created ok after I built a vn-equipped kernel.
> > Now the build lacked mkisofs (sigh.. I really have to set this box
> > up to contain all prereq stuff).
>
> Anyway, the relevant bits are:
>
> --------------------------------------------------------------
> cd /usr/obj/usr/src/sys/BOOTMFS; MAKEOBJDIRPREFIX=/usr/obj
> MACHINE_ARCH=alpha MAC
> HINE=alpha OBJFORMAT_PATH=/usr/obj/usr/src/alpha/usr/libexec
> PERL5LIB=/usr/obj/usr
> /src/alpha/usr/libdata/perl/5.00503
> GROFF_BIN_PATH=/usr/obj/usr/src/alpha/usr/bin
> GROFF_FONT_PATH=/usr/obj/usr/src/alpha/usr/share/groff_font
> GROFF_TMAC_PATH=/usr/ob
> j/usr/src/alpha/usr/share/tmac make KERNEL=BOOTMFS reinstall
> install -m 555 -o root -g wheel -fschg BOOTMFS /R/stage/kernels/BOOTMFS
> mv /R/stage/kernels/BOOTMFS /R/stage/image.boot/kernel
> Setting up /boot directory for boot floppy
> /R/stage/image.boot/kernel: 63.2% -- replaced with
> /R/stage/image.boot/kernel.g
> z
> sh -e /usr/src/release/scripts/doFS.sh /R/stage/floppies/boot.flp /R/stage
> /mnt 288
> 0 /R/stage/image.boot 80000 minimum2
> Warning: Block size restricts cylinders per group to 6.
> Warning: 2432 sector(s) in last cylinder unallocated
> /dev/rvnn0c: 5760 sectors in 2 cylinders of 1 tracks, 4096 sectors
> 2.8MB in 1 cyl groups (6 c/g, 12.00MB/g, 64 i/g)
> super-block backups (for fsck -b #) at:
> 32
> 5111 blocks
> Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on
> /dev/vnn0c 2843 2573 242 91% 6 56 10% /mnt
> *** Filesystem is 2880 K, 242 left
> *** 80000 bytes/inode, 56 left
> Created /R/stage/floppies/boot.flp
> Regular and MFS boot floppies made.
> touch release.9
> Making fixit floppy.
> Warning: Block size restricts cylinders per group to 6.
> Warning: 2432 sector(s) in last cylinder unallocated
> /dev/rvnn0c: 5760 sectors in 2 cylinders of 1 tracks, 4096 sectors
> 2.8MB in 1 cyl groups (6 c/g, 12.00MB/g, 736 i/g)
> super-block backups (for fsck -b #) at:
> 32
> 3855 blocks
> Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on
> /dev/vnn0c 2759 1950 781 71% 310 424 42% /mnt
> *** Filesystem is 2880 K, 781 left
> *** 4000 bytes/inode, 424 left
> touch release.10
> Setting up CDROM distribution area
> 0 blocks
>
My build breaks a bit earlier, attempting to build kern.flp. Can
you post me the whole output from release.9 and also the ``ls -lR''
contents of R/stage/image.kern and R/stage/mfsfd from under
${CHROOTDIR}?
: linking BOOTMFS
: text data bss dec hex filename
: 3525400 316116 169776 4011292 3d351c BOOTMFS
: --------------------------------------------------------------
: >>> Kernel build for BOOTMFS completed on Mon Jul 29 13:52:47 GMT 2002
: --------------------------------------------------------------
: cd /usr/obj/alpha/usr/src/sys/BOOTMFS; MAKEOBJDIRPREFIX=/usr/obj/alpha MACHINE_ARCH=alpha MACHINE=alpha OBJFORMAT_PATH=/usr/obj/alpha/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/alpha/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr/obj/alpha/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/alpha/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/alpha/usr/src/i386/usr/share/tmac make KERNEL=BOOTMFS reinstall
: install -m 555 -o root -g wheel -fschg BOOTMFS /R/stage/kernels/BOOTMFS
: mv /R/stage/kernels/BOOTMFS /R/stage/image.kern/kernel
: Setting up /boot directory for kern floppy
: /R/stage/image.kern/kernel: 63.1% -- replaced with /R/stage/image.kern/kernel.gz
: sh -e /usr/src/release/scripts/doFS.sh /R/stage/floppies/kern.flp /R/stage /mnt 1440 /R/stage/image.kern 80000 fd1440
: Warning: Block size restricts cylinders per group to 6.
: Warning: 1216 sector(s) in last cylinder unallocated
: /dev/rvnn0c: 2880 sectors in 1 cylinders of 1 tracks, 4096 sectors
: 1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 32 i/g)
: super-block backups (for fsck -b #) at:
: 32
: cpio: write error: No space left on device
: *** Error code 1
:
: Stop in /usr/src/release.
: *** Error code 1
:
: Stop in /usr/src/release.
: *** Error code 1
:
: Stop in /data/ru/src-4/release.
: 2h15m13.68s real 1h58m32.17s user 30m1.93s sys
Thanks,
--
Ruslan Ermilov Sysadmin and DBA,
ru@sunbay.com Sunbay Software AG,
ru@FreeBSD.org FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)
iD8DBQE9RmDYUkv4P6juNwoRAvZzAJwKJXQIg3IBmWlQet7X9ZAIG0pItgCfYPRP
512edHXLc8/kIs96VrcXCsg=
=Z6lb
-----END PGP SIGNATURE-----
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020730094808.GA69789>
