From owner-freebsd-current Tue Mar 11 22:18:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA19220 for current-outgoing; Tue, 11 Mar 1997 22:18:19 -0800 (PST) Received: from pent.ibm.net (slip129-37-195-102.nc.us.ibm.net [129.37.195.102]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA19215 for ; Tue, 11 Mar 1997 22:18:10 -0800 (PST) Received: from slip129-37-195-1.nc.us.ibm.net (ns01 [127.0.0.1]) by pent.ibm.net (8.8.5/8.7.3) with ESMTP id BAA12657 for ; Wed, 12 Mar 1997 01:17:44 -0500 (EST) Message-Id: <199703120617.BAA12657@pent.ibm.net> To: current@freebsd.org From: "Adam W. Hawks" Reply-to: awhawks@ibm.net Subject: Problem with 3.0 SNAP build Date: Wed, 12 Mar 1997 01:17:42 -0500 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I posted a problem with this build before and have done what was needed to get as far as release.8 in the Makefile. It is now hanging on the kernel image. It seems as if the 3.0 kernel is too large or I have a problem with my vnconfig the way it currently is setup. Any help on what could be trimmed off the kernel or how to get past the ioctl error below would be greatly appreciated. Can I just leave out stuff like ftp ppp in the boot_crunch.conf to make it smaller since I will be using it strictly to restore my system from CDROM? ----------------------Makefile error output below--------------------------- cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DMFS_ROOT=1440 -DNFS_NOSERVER -DMFS -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -c vers.c loading kernel rearranging symbols text data bss dec hex 1060864 1544192 81892 2686948 28ffe4 ./dumpnlist /R/stage/boot.std/kernel > /tmp/mnt_xx/stand/symbols ./write_mfs_in_kernel /R/stage/boot.std/kernel fs-image.std kzip -v /R/stage/boot.std/kernel real kernel start address will be: 0x100000 real kernel end address will be: 0x38ffe4 kzip data start address will be: 0x27c904 kzip data end address will be: 0x397f90 sh -e /usr/src/release/doFS.sh /R/stage /mnt 1440 /R/stage/boot.std 100000 fd1440 ioctl DIOCWLABEL: Operation not supported by device Warning: Block size restricts cylinders per group to 11. /dev/rvn0c: 2400 sectors in 1 cylinders of 1 tracks, 2400 sectors 1.2MB in 1 cyl groups (11 c/g, 12.89MB/g, 128 i/g) super-block backups (for fsck -b #) at: 32, /mnt: write failed, file system is full cpio: write error: No space left on device *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Thanks in advance Adam W. Hawks awhawks@ibm.net