From owner-freebsd-current Thu Jul 16 09:47:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08573 for freebsd-current-outgoing; Thu, 16 Jul 1998 09:47:43 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA08555 for ; Thu, 16 Jul 1998 09:47:30 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id JAA26999 for ; Thu, 16 Jul 1998 09:46:56 -0700 (PDT) (envelope-from jdp) Message-Id: <199807161646.JAA26999@austin.polstra.com> To: current@FreeBSD.ORG Subject: Make release fails because kernel is too large Date: Thu, 16 Jul 1998 09:46:55 -0700 From: John Polstra Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Make release of -current is failing, because the install kernel is too large to fit into the filesystem on the boot floppy: loading kernel rearranging symbols text data bss dec hex 1314816 1560576 121404 2996796 2dba3c ./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: 0x3dba3c kzip data start address will be: 0x28b91e kzip data end address will be: 0x3e3990 sh -e /usr/src/release/doFS.sh /R/stage /mnt 1440 /R/stage/boot.std 100000 fd14 40 disklabel: ioctl DIOCWLABEL: Operation not supported by device Warning: Block size restricts cylinders per group to 9. /dev/rvn0c: 2880 sectors in 1 cylinders of 1 tracks, 2880 sectors 1.4MB in 1 cyl groups (9 c/g, 12.66MB/g, 32 i/g) super-block backups (for fsck -b #) at: 32, cpio: write error: No space left on device *** Error code 1 Does anybody have an idea of what we can take out? It seems likely that when CAM comes in, it will further expand the kernel. And CAM definitely needs to come in. It looks like we are currently too big by about 3K. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message