From owner-freebsd-fs@FreeBSD.ORG Mon Apr 10 18:40:11 2006 Return-Path: X-Original-To: freebsd-fs@FreeBSD.org Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BF6516A402 for ; Mon, 10 Apr 2006 18:40:11 +0000 (UTC) (envelope-from arne_woerner@yahoo.com) Received: from web30306.mail.mud.yahoo.com (web30306.mail.mud.yahoo.com [68.142.200.99]) by mx1.FreeBSD.org (Postfix) with SMTP id 41FB843D5F for ; Mon, 10 Apr 2006 18:40:07 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 68440 invoked by uid 60001); 10 Apr 2006 18:40:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=n6AOsPJB5ao9kiRuOdwSCdscLsqvdq80a6QACX9n02GttWOXJ4ZoZzpZgTXqTL3xmwy+l6fL3/SYW/eX8lLpnwB8C7zHHXacVjvL5JnFOrYiC6P7IdrK7YQZdjeL0uhXQ8ZKJx3Uoe5xThxAfKpeJI55Lm1niwHcfBK7xL2F6mo= ; Message-ID: <20060410184007.68438.qmail@web30306.mail.mud.yahoo.com> Received: from [213.54.79.199] by web30306.mail.mud.yahoo.com via HTTP; Mon, 10 Apr 2006 11:40:07 PDT Date: Mon, 10 Apr 2006 11:40:07 -0700 (PDT) From: "R. B. Riddick" To: Nicolas KOWALSKI , freebsd-fs@FreeBSD.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: [patch] giant-less quotas for UFS X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 18:40:11 -0000 --- Nicolas KOWALSKI wrote: > pave# nfsd -t -u -n 128 > nfsd: nfsd count 128; reset to 4 > > > What am I forgetting here ? > I just had a look at the source code http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/nfsd/nfsd.c which limits the maximum number of nfsd children to 20 in some releases R4 (I have not found the tag for R4.11, so I am not sure, if this holds true for your system...): #define MAXNFSDCNT 20 128 clients is not possible with your nfsd version. So you might want to recompile your nfsd... -Arne __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com