Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 1998 16:50:28 -0400 (EDT)
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"
Message-ID:  <199804082050.QAA13470@brain.zeus.leitch.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
[ 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      <gwoods@acm.org>      <robohack!woods>
Planix, Inc. <woods@planix.com>; Secrets of the Weird <woods@weird.com>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804082050.QAA13470>