From owner-freebsd-questions@FreeBSD.ORG Wed May 24 08:07:43 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 585A016A539 for ; Wed, 24 May 2006 08:07:43 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAEFC43D46 for ; Wed, 24 May 2006 08:07:42 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so2042915uge for ; Wed, 24 May 2006 01:07:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h6ypbSkDeiVjVKXlfIN8XubaDJbgEP+mu3V0UKuzIZKafCNEZbBN2OtTY64I999Fkp5kNw6jCUuPMVoGKsBTiVNXutKcVHmY+TtKFK7uQrXH0QbUdyNoPaqGjSkPntdiwc0EqpuuSg4dL3HEoFqBSMDk6sA5YRiNVjQeiECiIJs= Received: by 10.67.103.7 with SMTP id f7mr5347926ugm; Wed, 24 May 2006 01:00:52 -0700 (PDT) Received: by 10.66.216.7 with HTTP; Wed, 24 May 2006 01:00:52 -0700 (PDT) Message-ID: <27dbfc8c0605240100x5ee7bb2ex922b3b6c6fb519ed@mail.gmail.com> Date: Wed, 24 May 2006 10:00:52 +0200 From: "Valerio daelli" To: "Vulpes Velox" In-Reply-To: <20060523115401.72c0e6f6@vixen42.vulpes> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060522231116.00e336b7@vixen42.vulpes> <44730C12.5020102@mac.com> <20060523115401.72c0e6f6@vixen42.vulpes> Cc: questions@freebsd.org Subject: Re: changing kern.ngroups 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: Wed, 24 May 2006 08:07:44 -0000 > > Cool. Any suggestion on what to do if I do want to change it? We managed to get 64 groups changing these files /usr/include/sys/syslimits.h /usr/src/sys/sys/syslimits.h NGROUPS_MAX from 16 to 64, then recompiling world. We use NFS and we never had problems (more than one year running). But I heard you may get some trouble with some hardcoded limits. Bye Valerio Daelli