From owner-freebsd-stable@FreeBSD.ORG Thu Apr 7 20:58:08 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2170E16A4CE for ; Thu, 7 Apr 2005 20:58:08 +0000 (GMT) Received: from saturn.criticalmagic.com (saturn.criticalmagic.com [64.74.124.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBE1843D45 for ; Thu, 7 Apr 2005 20:58:07 +0000 (GMT) (envelope-from rcoleman@criticalmagic.com) Received: from [10.40.30.162] (delta.ciphertrust.com [216.235.158.34]) by saturn.criticalmagic.com (Postfix) with ESMTP id B157A3BD53; Thu, 7 Apr 2005 16:58:06 -0400 (EDT) Message-ID: <42559F16.7080402@criticalmagic.com> Date: Thu, 07 Apr 2005 16:59:02 -0400 From: Richard Coleman Organization: Critical Magic User-Agent: Mozilla Thunderbird 1.0 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20050407202947.GB21190@odin.ac.hmc.edu> <20050407203626.GB33137@xor.obsecurity.org> In-Reply-To: <20050407203626.GB33137@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: nfsiod tasks started in error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 20:58:08 -0000 Kris Kennaway wrote: >>It looks like setting vfs.nfs.iodmin=0 and then klling them off works. >>We probably should think about changing the default to 0 and setting >>appropriate values via /etc/rc.d/nfs. Over all, I can't say this is a >>very high priority though patches would certaintly be accepted. > > > This was a deliberate change by Peter, since if you have NFSCLIENT in > the kernel it's assumed you want to use the machine as a NFS client. > > Kris That seems like a bad assumption. There are many features that are made available in GENERIC (or via module) in which it is not assumed will be used by everyone. I thought the general trend was to get away from requiring everyone to recompile their kernel to configure their box. It's not a big deal to me, since I rebuild my world anyways. But I suspect this question will come up semi-frequently since sysinstall explicitly asks you if you want the machine to be a nfs client. Richard Coleman rcoleman@criticalmagic.com