From owner-freebsd-questions@FreeBSD.ORG Sun Apr 3 01:43:54 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 4729316A4CE for ; Sun, 3 Apr 2005 01:43:54 +0000 (GMT) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89EBB43D2D for ; Sun, 3 Apr 2005 01:43:53 +0000 (GMT) (envelope-from bob@a1poweruser.com) Received: from barbish ([69.172.31.81]) by mta13.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with SMTP id <20050403014353.CYFU4618.mta13.adelphia.net@barbish>; Sat, 2 Apr 2005 20:43:53 -0500 From: To: "Kris Kennaway" Date: Sat, 2 Apr 2005 20:43:47 -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: <20050403010420.GA18715@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: Sun, 03 Apr 2005 01:43:54 -0000 This is a standard vanilla install from mini.iso cd with all the sysinstall questions answered as no. I have not made any changes to any /etc files. What was delivered in the install is what the current content is. The /etc/fstab as delivered does not have any nfs mounts. This is not a configuration error on my part. This is how the 5.3 system gets installed for cd. This is a problem with how the sysinstall process configures the system. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Kris Kennaway Sent: Saturday, April 02, 2005 8:04 PM To: bob@a1poweruser.com Cc: freebsd-questions@FreeBSD. ORG; Kris Kennaway Subject: Re: 5.3 auto starting NFS by error On Sat, Apr 02, 2005 at 05:31:41PM -0500, bob@a1poweruser.com wrote: > 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. NFS support will be dynamically loaded if you specify NFS mounts in your /etc/fstab. Is this the case? Kris P.S. Please don't top-post.