Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2006 11:40:07 -0700 (PDT)
From:      "R. B. Riddick" <arne_woerner@yahoo.com>
To:        Nicolas KOWALSKI <Nicolas.Kowalski@imag.fr>, freebsd-fs@FreeBSD.org
Subject:   Re: [patch] giant-less quotas for UFS
Message-ID:  <20060410184007.68438.qmail@web30306.mail.mud.yahoo.com>
In-Reply-To: <vqoacate1je.fsf@corbeau.imag.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
--- Nicolas KOWALSKI <Nicolas.Kowalski@imag.fr> 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 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060410184007.68438.qmail>