From owner-freebsd-bugs@FreeBSD.ORG Mon Aug 23 22:10:14 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D31416A4CE for ; Mon, 23 Aug 2004 22:10:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0C943D1F for ; Mon, 23 Aug 2004 22:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NMAED0056341 for ; Mon, 23 Aug 2004 22:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NMAE3G056340; Mon, 23 Aug 2004 22:10:14 GMT (envelope-from gnats) Date: Mon, 23 Aug 2004 22:10:14 GMT Message-Id: <200408232210.i7NMAE3G056340@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ceri Davies Subject: Re: kern/70880: 5.3 beta1 nfs problem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 22:10:14 -0000 The following reply was made to PR kern/70880; it has been noted by GNATS. From: Ceri Davies To: Joe Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/70880: 5.3 beta1 nfs problem Date: Mon, 23 Aug 2004 23:03:24 +0100 On Mon, Aug 23, 2004 at 07:58:20PM +0000, Joe wrote: > Downloaded 5.3 beta1-i386-mininstall.iso, ran md5 checksum and count > matched, burned to cd and installed using standard/kern-dev. Answered no > to both nfs option questions. On first boot nfs server is started. ps ax > command shows nfsiod1, nfsiod2, and nfsiod3 tasks running. /etc/rc.conf > does not have any nsf override statements. Only way to get rid of nfs is > to comment out nfs statements in kernel source and recompile kernel. > This is an error that needs fixing. nfsiod is a NFS client-side process. In this instance they are kernel threads and you can turn them off if you like by adding vfs.nfs.iodmin=0 to /etc/sysctl.conf, or by removing the NFSCLIENT option from your kernel configuration. I have changed the Severity of this PR to something more realistic. Ceri -- It is not tinfoil, it is my new skin. I am a robot.