From owner-freebsd-isp Tue Apr 2 12:11: 6 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mailsrv.amplex.net (mailsrv.amplex.net [65.165.120.194]) by hub.freebsd.org (Postfix) with ESMTP id 0C5D337B434 for ; Tue, 2 Apr 2002 12:11:00 -0800 (PST) Received: from ADAMKUJ.amplex.net (adam-laptop.amplex.net [65.165.120.146]) (authenticated (0 bits)) by mailsrv.amplex.net (8.11.6/8.11.6) with ESMTP id g32K8qh15380 (using TLSv1/SSLv3 with cipher DES-CBC3-SHA (168 bits) verified NO) for ; Tue, 2 Apr 2002 15:08:53 -0500 (EST) Message-Id: <5.1.0.14.0.20020402143726.02469128@pop3.amplex.net> X-Sender: adamkuj@pop3.amplex.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 02 Apr 2002 15:10:52 -0500 To: freebsd-isp@freebsd.org From: Adam Kujawski - Amplex Support Subject: kern.ngroups Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On a FreeBSD 4.4 system, I want to increase the value of kern.ngroups. I've setup /etc/sysctl.conf to set the value, but it doesn't work -- dmesg reports back "oid 'kern.ngroups' is read only". I tried to override the default value by putting "options NGROUPS_MAX=256" in my kernel config and recompiling, but it fails with "unknown option "NGROUPS_MAX"". Do I have to modify the value in the source code to get this to work? The value is set in /usr/src/sys/sys/syslimits.h. If I make the change there, do I just have to rebuild the kernel, or do I have to 'make world' to get the new value to work? Thanks, Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message