From owner-freebsd-stable@FreeBSD.ORG Sun Mar 30 21:39:06 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9B7337B401 for ; Sun, 30 Mar 2003 21:39:06 -0800 (PST) Received: from chapel-hill.tfd.com (hnllhi1-ar3-4-3-111-082.hnllhi1.dsl-verizon.net [4.3.111.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9AA443F75 for ; Sun, 30 Mar 2003 21:39:05 -0800 (PST) (envelope-from kenthauser@mindspring.com) Received: from mindspring.com (localhost [127.0.0.1]) by chapel-hill.tfd.com (8.12.8/8.12.8) with ESMTP id h2V5bkbK055815 for ; Sun, 30 Mar 2003 19:38:52 -1000 (HST) (envelope-from kenthauser@mindspring.com) Message-ID: <3E87D429.2090005@mindspring.com> Date: Sun, 30 Mar 2003 19:37:45 -1000 From: Kent Hauser User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030329 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: multipart/mixed; boundary="------------010601020702090201080108" Subject: BOOTMFS image too big X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2003 05:39:10 -0000 This is a multi-part message in MIME format. --------------010601020702090201080108 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I tried building a "release" ISO image today, but it failed because it couldn't build the boot floppies. Tail end of the build process (with an `ls' and `du' thown in). Is this known? Kent --------------010601020702090201080108 Content-Type: text/plain; name="error.out" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="error.out" linking BOOTMFS text data bss dec hex filename 2650861 209180 210260 3070301 2ed95d BOOTMFS -------------------------------------------------------------- >>> Kernel build for BOOTMFS completed on Mon Mar 31 05:23:27 GMT 2003 -------------------------------------------------------------- cd /usr/obj/usr/src/sys/BOOTMFS; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/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 dload=0x200000 dsize=0x25000 isize=0x25000 entry=0x200000 nsize=0x11ae9 /R/stage/image.kern/kernel: 53.6% -- 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 ..... chapel-hill# ls -l R/stage/image.kern total 1330 drwxr-xr-x 2 root wheel 512 Mar 30 19:23 boot -r-xr-xr-x 1 root wheel 1339861 Mar 30 19:23 kernel.gz chapel-hill# du R/stage/image.kern 88 R/stage/image.kern/boot 1418 R/stage/image.kern --------------010601020702090201080108--