From owner-freebsd-questions@FreeBSD.ORG Sat Apr 2 22:31:47 2005 Return-Path: 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 2BE0C16A4CE for ; Sat, 2 Apr 2005 22:31:47 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C1343D41 for ; Sat, 2 Apr 2005 22:31:46 +0000 (GMT) (envelope-from bob@a1poweruser.com) Received: from barbish ([69.172.31.81]) by mta11.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with SMTP id <20050402223146.YONL5402.mta11.adelphia.net@barbish>; Sat, 2 Apr 2005 17:31:46 -0500 From: To: "Kris Kennaway" Date: Sat, 2 Apr 2005 17:31:41 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20050402213208.GA69888@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: 5.3 auto starting NFS by error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bob@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2005 22:31:47 -0000 My rc.conf only contains the default serial mouse statements and the usbd_enable statement. I also get this msg in the boot log "Mounting NFS file systems" The only way to stop the 4 nfsoid tasks is issue a kill command on their task number every time you boot the system or recompile the kernel and remove the nfs statements in the kernel source. Answering no to the 2 questions in stand/sysinstall about nfs client and server should have prevented those nfs tasks from starting at boot time like in the 4.x releases. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Kris Kennaway Sent: Saturday, April 02, 2005 4:32 PM To: bob@a1poweruser.com Cc: freebsd-questions@FreeBSD. ORG Subject: Re: 5.3 auto starting NFS by error On Sat, Apr 02, 2005 at 03:18:56PM -0500, bob@a1poweruser.com wrote: > I just installed 5.3 production release version and did not select > nfs server or nfs client during the install but nfs still gets > installed. > When I issue the ps -x command I see that nsfiod 0, 1, 2 ,4 is > running. > > Is this still part of a dirty release process? > This is consuming unnecessary system resources. > I though this was reported as bug during 5.0 development? > What gives here??? > Am I missing some technical reason for NFS being forced on the > default install process. > > Shouldn't this simple install error have this been corrected before > 5.3 left development?? Try to calm down, and give us enough details to investigate your problem, e.g. a copy of your /etc/rc.conf. Kris