Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 1999 00:34:55 -0800 (PST)
From:      kondo@ysyslab.co.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   kern/14839: RELENG_2_2 boot kernel is large size problem.
Message-ID:  <19991112083455.F092514C09@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         14839
>Category:       kern
>Synopsis:       RELENG_2_2 boot kernel is large size problem.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 12 00:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     kondo hisroshi
>Release:        RELENG_2_2
>Organization:
Yokohama System Laboratory Corp.
>Environment:
# uname -a
FreeBSD shiro.ysyslab.co.jp 2.2-STABLE FreeBSD 2.2-STABLE #0: Thu Nov 11 13:50:09 JST 1999     root@shiro.ysyslab.co.jp:/usr/src/sys/compile/GENSB16  i386

>Description:
src/sys/i386/conf/GENERIC default 'maxusers' is 32 (1.77.2.27)

but src/release/Makefile unchanged 'maxusers' option.

because , made by big kernel, perhaps /mnt filesystem is full. 
>How-To-Repeat:
cd /usr/src/release
make release.8

>Fix:
RCS file: /usr/CVS-Repository/src/release/Makefile,v
retrieving revision 1.246.2.96
diff -u -r1.246.2.96 Makefile
--- Makefile    1999/09/05 11:20:44     1.246.2.96
+++ Makefile    1999/11/12 08:13:14
@@ -653,7 +653,7 @@
                -e '/PROCFS/d' \
                -e '/KTRACE/d' \
                -e 's/GENERIC/BOOTMFS/g' \
-               -e '/maxusers/s/10/4/' < GENERIC > BOOTMFS && \
+               -e '/maxusers/s/32/4/' < GENERIC > BOOTMFS && \
          echo "options  MFS" >> BOOTMFS && \
          echo "options  NFS_NOSERVER" >> BOOTMFS && \
          echo 'options  "MAXCONS=4"' >> BOOTMFS && \


>Release-Note:
>Audit-Trail:
>Unformatted:


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?19991112083455.F092514C09>