From nobody@FreeBSD.org  Wed Jan 30 03:43:07 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 3774537B402
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 Jan 2002 03:43:07 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g0UBh7X99526;
	Wed, 30 Jan 2002 03:43:07 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200201301143.g0UBh7X99526@freefall.freebsd.org>
Date: Wed, 30 Jan 2002 03:43:07 -0800 (PST)
From: Andryan <andryan@softhome.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: config broken?
X-Send-Pr-Version: www-1.0

>Number:         34446
>Category:       bin
>Synopsis:       config broken?
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 30 03:50:01 PST 2002
>Closed-Date:    Wed Jan 30 04:00:33 PST 2002
>Last-Modified:  Wed Jan 30 04:10:01 PST 2002
>Originator:     Andryan
>Release:        FreeBSD 4.5-RELEASE (upgraded from 4.4)
>Organization:
Alternative Web Services
>Environment:
FreeBSD sun.altweb.net 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002     murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC  i386
>Description:
/usr/sbin/config doesn't seem to be working properly.
I changed maxusers in the kernel conf file to "maxusers 0" but it says
"maxusers not specified; 8 assumed"
replaced it with "maxusers      0" (with tab), still gives the same output
>How-To-Repeat:
change maxusers in kernel conf file to "maxusers 0"
>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Wed Jan 30 04:00:33 PST 2002 
State-Changed-Why:  
You are using the old version of config(8).  Please do a 
``make buildworld'' first, then use ``make buildkernel''. 
This will use the correct version of config(8). 


Responsible-Changed-From-To: freebsd-bugs->ru 
Responsible-Changed-By: ru 
Responsible-Changed-When: Wed Jan 30 04:00:33 PST 2002 
Responsible-Changed-Why:  

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34446 

From: Sheldon Hearn <sheldonh@starjuice.net>
To: Andryan <andryan@softhome.net>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: bin/34446: config broken? 
Date: Wed, 30 Jan 2002 14:04:58 +0200

 On Wed, 30 Jan 2002 03:43:07 PST, Andryan wrote:
 
 > >Description:
 > /usr/sbin/config doesn't seem to be working properly.
 > I changed maxusers in the kernel conf file to "maxusers 0" but it says
 > "maxusers not specified; 8 assumed"
 > replaced it with "maxusers      0" (with tab), still gives the same output
 > >How-To-Repeat:
 > change maxusers in kernel conf file to "maxusers 0"
 
 It sounds like you're trying to build a 4.5-RELEASE kernel without
 having built and installed a 4.5-RELEASE userland (including config(8)).
 
 It's possible you're using a version of config that doesn't understand
 the new use of maxusers.
 
 Try this:
 
 	cd /usr/src
 	make buildworld
 	make KERNCONF=MYKERNELCONFIG buildkernel
 
 See if you get the same maxusers problem.
 
 Ciao,
 Sheldon.
>Unformatted:
