From owner-freebsd-current Mon Sep 28 07:57:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21304 for freebsd-current-outgoing; Mon, 28 Sep 1998 07:57:24 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21297 for ; Mon, 28 Sep 1998 07:57:22 -0700 (PDT) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.1/8.9.1) with SMTP id KAA23163 for ; Mon, 28 Sep 1998 10:57:10 -0400 (EDT) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA25424; Mon, 28 Sep 1998 10:57:10 -0400 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id KAA01886 for freebsd-current@freebsd.org; Mon, 28 Sep 1998 10:57:08 -0400 (EDT) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199809281457.KAA01886@bb01f39.unx.sas.com> Subject: Cannot creeat boot.std floppy To: freebsd-current@FreeBSD.ORG Date: Mon, 28 Sep 1998 10:57:08 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL38 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, First off, this is an AOUT 'make release' running... I am unable to create the boot floppy due to a lack of space. The last I saw come across concerning this was the removal of tape install support by jkh. I modified doFS.sh to get some blocksize info before the failure which follows below. If we are not going to currently support tape devices, should we not also remove it from the BOOTMFS config file? ie: device sa0 tape ft0 at fdc0 drive 2 and do we really need the following in a boot kernel? device lpt1 at isa? port? tty device mse0 at isa? port 0x23c tty irq 5 vector mseintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr and do we need vx0 with Bill Paul's (I think thats the name) work? device vx0 <--- shouldn't xl cover this now? and the output from doFS.sh is below: Thanks! John + disklabel -Brw -b /R/stage/trees/bin/usr/mdec/fdboot -s /R/stage/trees/bin/usr/mdec/bootfd /dev/rvn0 minimum disklabel: ioctl DIOCWLABEL: Operation not supported by device + newfs -u 0 -t 0 -i 1000000 -m 0 -T minimum -o space /dev/rvn0c 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, + mount /dev/vn0c /mnt + set -x + cd /R/stage/boot.std + du -sc 2854 . 2854 total + set -x + cd /R/stage/boot.std + du -sc boot.config boot.help kernel kernel.config 0 boot.config 4 boot.help 2848 kernel 0 kernel.config 2852 total + set -e + cd /R/stage/boot.std + find . -print + xargs ls -sald 2 drwxr-xr-x 2 root wheel 512 Sep 28 12:40 . 0 -rw-r--r-- 1 root wheel 0 Sep 28 12:40 ./boot.config 4 -rw-r--r-- 1 root wheel 1033 Sep 28 12:40 ./boot.help 2848 -rwxr-xr-x 1 root wheel 1447026 Sep 28 12:40 ./kernel 0 -rw-r--r-- 1 root wheel 0 Sep 28 12:40 ./kernel.config + set -e + cd /R/stage/boot.std + find . -print + cpio -dump /mnt cpio: write error: No space left on device *** Error code 1 Stop. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message