From owner-freebsd-current Tue Oct 24 4:56:20 2000 Delivered-To: freebsd-current@freebsd.org Received: from bsdone.bsdwins.com (www.bsdwins.com [192.58.184.33]) by hub.freebsd.org (Postfix) with ESMTP id 4AC7237B479; Tue, 24 Oct 2000 04:56:16 -0700 (PDT) Received: (from jwd@localhost) by bsdone.bsdwins.com (8.11.0/8.11.0) id e9OBtgs49928; Tue, 24 Oct 2000 07:55:42 -0400 (EDT) (envelope-from jwd) Date: Tue, 24 Oct 2000 07:55:42 -0400 From: "John W. De Boskey" To: Makoto MATSUSHITA Cc: current@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: "make release" breakage on today's -current Message-ID: <20001024075542.A49857@bsdwins.com> References: <20001024155920T.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001024155920T.matusita@jp.FreeBSD.org>; from matusita@jp.FreeBSD.org on Tue, Oct 24, 2000 at 03:59:20PM +0900 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The following patch brings the floppy size down enough to fix the problem. One is a leftover from the config file syntax change. Also, I don't know how useful INET6 is to a GENERIC kernel on todays' networks (faith & gif are already removed). Index: dokern.sh =================================================================== RCS file: /mirror/ncvs/src/release/scripts/dokern.sh,v retrieving revision 1.37 diff -r1.37 dokern.sh 43c43 < -e '/apm0/d' \ --- > -e '/apm/d' \ 46a47 > -e '/INET6/d' \ 65c66 < -e '/apm0/d' \ --- > -e '/apm/d' \ 68a70 > -e '/INET6/d' \ I'll commit this later today unless I hear objections. -John ----- Makoto MATSUSHITA's Original Message ----- > > Maybe kernel image for kern.flp is a little bit larger than a 1.44MB floppy. > > *** > > linking BOOTMFS > text data bss dec hex filename > 2613503 196388 130744 2940635 2cdedb BOOTMFS > install -c -m 555 -o root -g wheel -fschg BOOTMFS /R/stage/kernels > mv /R/stage/kernels/BOOTMFS /R/stage/image.kern/kernel > Setting up /boot directory for kern floppy > /R/stage/image.kern/kernel: 54.9% -- 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 > disklabel: ioctl DIOCWLABEL: Operation not supported by device > Warning: Block size restricts cylinders per group to 6. > Warning: 1216 sector(s) in last cylinder unallocated > /dev/rvnn1c: 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. > > *** > > FYI: > > You can also fetch (last 50 lines of) logfile via: > > > > "finger current@current.jp.FreeBSD.org" will also provide you the same > result. > > -- - > Makoto `MAR' MATSUSHITA > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message