From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 19:23:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1713106564A for ; Mon, 16 Feb 2009 19:23:07 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 79FA08FC1B for ; Mon, 16 Feb 2009 19:23:06 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 500FEAFC208; Mon, 16 Feb 2009 10:23:05 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 16 Feb 2009 10:23:05 -0900 User-Agent: KMail/1.9.10 References: <325E4EC8-BD2B-45C1-978C-4922D16D3A94@identry.com> <1234498626.13067.96.camel@laptop1.herveybayaustralia.com.au> In-Reply-To: <1234498626.13067.96.camel@laptop1.herveybayaustralia.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902161023.05182.fbsd.questions@rachie.is-a-geek.net> Cc: Da Rock Subject: Re: Old user can't log in X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2009 19:23:08 -0000 On Thursday 12 February 2009 19:17:05 Da Rock wrote: > I've been following this thread with interest: are you saying FreeBSD > logins cannot handle more than 16 groups? If so, why? Because the kernel needs to keep this info. At the time of conception, 16 shorts (16*4=64) per login and maxusers of 10, is only 640 bytes kernel memory. When working with 32MB physical memory per machine those 640 bytes sound a lot more invasive. The variable is defined in sys/sys/syslimits.h, in case you need to tune your kernel. In any case, work is being done to make this a sysctl runtime tuneable: http://lists.freebsd.org/pipermail/freebsd-hackers/2009-February/027738.html -- Mel Problem with today's modular software: they start with the modules and never get to the software part.