From owner-freebsd-bugs Wed Apr 8 13:54:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16001 for freebsd-bugs-outgoing; Wed, 8 Apr 1998 13:54:00 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from gateman.zeus.leitch.com (gateman.zeus.leitch.com [204.187.61.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15834; Wed, 8 Apr 1998 13:50:42 -0700 (PDT) (envelope-from woods@tap.zeus.leitch.com) Received: from zeus.leitch.com (tap.zeus.leitch.com [204.187.61.10]) by gateman.zeus.leitch.com (8.8.5/8.7.3/1.0) with ESMTP id QAA25088; Wed, 8 Apr 1998 16:50:38 -0400 (EDT) Received: from brain.zeus.leitch.com (brain.zeus.leitch.com [204.187.61.32]) by zeus.leitch.com (8.7.5/8.7.3/1.0) with ESMTP id QAA18589; Wed, 8 Apr 1998 16:50:29 -0400 (EDT) Received: (from woods@localhost) by brain.zeus.leitch.com (8.8.8/8.8.8) id QAA13470; Wed, 8 Apr 1998 16:50:28 -0400 (EDT) (envelope-from woods@tap.zeus.leitch.com) Date: Wed, 8 Apr 1998 16:50:28 -0400 (EDT) Message-Id: <199804082050.QAA13470@brain.zeus.leitch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: woods@zeus.leitch.com (Greg A. Woods) To: freebsd-bugs@FreeBSD.ORG, FreeBSD-gnats@FreeBSD.ORG Subject: Re: kern/6242: vnode disk driver too unstable in -STABLE to "make release" In-Reply-To: Greg A. Woods's message of "Wed, April 8, 1998 11:32:25 -0400" regarding "Re: kern/6242: vnode disk driver too unstable in -STABLE to "make release"" id <199804081532.LAA25182@brain.zeus.leitch.com> References: <199804081318.XAA24407@godzilla.zeta.org.au> <199804081532.LAA25182@brain.zeus.leitch.com> X-Mailer: VM 6.45 under Emacs 20.2.1 Reply-To: woods@zeus.leitch.com (Greg A. Woods) Organization: Planix, Inc.; Toronto, Ontario; Canada Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ On Wed, April 8, 1998 at 11:32:25 (-0400), Greg A. Woods wrote: ] > Subject: Re: kern/6242: vnode disk driver too unstable in -STABLE to "make release" > > [ On Wed, April 8, 1998 at 23:18:19 (+1000), Bruce Evans wrote: ] > > Subject: Re: kern/6242: vnode disk driver too unstable in -STABLE to "make release" > > > > >Ah ha. It seems for some reason that the fixit floppy stuff has grown > > >too large to fit on a floppy, at least in my local build environment. > > > > The newfs options could be optimised for space a bit more. > > I'll try that! Thanks! Indeed the following patch leaves 94 KB free (and 56 inodes free) on fixit.flp: === cd /usr/src/release/ === /usr/bin/cvs diff -c Makefile Index: Makefile =================================================================== RCS file: /cvs/Leitch/FreeBSD-2.2/release/Makefile,v retrieving revision 1.4 diff -c -r1.4 Makefile *** Makefile 1998/04/06 19:01:02 1.4 --- Makefile 1998/04/08 20:47:26 *************** *** 59,65 **** # These are adjusted down to the minimum needed by doFS.sh. BOOTMFSSIZE= 1440 MFSINODE= 15000 ! FIXITINODE= 6000 BOOTINODE= 100000 # Things which may get you into trouble if you change them --- 59,65 ---- # These are adjusted down to the minimum needed by doFS.sh. BOOTMFSSIZE= 1440 MFSINODE= 15000 ! FIXITINODE= 18000 BOOTINODE= 100000 # Things which may get you into trouble if you change them === Exit status: 1 === cd /usr/src/release/ === /usr/bin/cvs diff -c fixit_crunch.conf Index: fixit_crunch.conf =================================================================== RCS file: /cvs/Leitch/FreeBSD-2.2/release/fixit_crunch.conf,v retrieving revision 1.2 diff -c -r1.2 fixit_crunch.conf *** fixit_crunch.conf 1998/01/29 22:42:15 1.2 --- fixit_crunch.conf 1998/04/08 19:27:30 *************** *** 20,26 **** # /sbin stuff ! progs badsect chown clri disklabel dump dmesg fdisk ft progs mknod mount newfs ping reboot restore scsi swapon umount progs mount_msdos mount_cd9660 mount_nfs --- 20,26 ---- # /sbin stuff ! progs badsect chown clri disklabel dump dmesg fdisk progs mknod mount newfs ping reboot restore scsi swapon umount progs mount_msdos mount_cd9660 mount_nfs === Exit status: 1 -- Greg A. Woods +1 416 443-1734 VE3TCP Planix, Inc. ; Secrets of the Weird To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message