From nobody@FreeBSD.org  Thu Mar 17 13:38:56 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AEE8616A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Mar 2005 13:38:56 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8012C43D41
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Mar 2005 13:38:56 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HDcuai042952
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Mar 2005 13:38:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j2HDcuJr042951;
	Thu, 17 Mar 2005 13:38:56 GMT
	(envelope-from nobody)
Message-Id: <200503171338.j2HDcuJr042951@www.freebsd.org>
Date: Thu, 17 Mar 2005 13:38:56 GMT
From: P <Patrick@pine.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: when netbooting fsck fails on fsck of nfs
X-Send-Pr-Version: www-2.3

>Number:         78949
>Category:       conf
>Synopsis:       [patch] rc.d/fsck: when netbooting, fsck fails on fsck of nfs
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 17 13:40:02 GMT 2005
>Closed-Date:    Sun Jun 26 16:28:00 GMT 2005
>Last-Modified:  Sun Jun 26 16:28:35 GMT 2005
>Originator:     P
>Release:        FreeBSD 5.3
>Organization:
Pine Digital Security
>Environment:
FreeBSD dork 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Thu Mar 17 10:56:10 CET 2005 root@bisley.pine.nl:/usr/src/sys/i386/compile/DISKLESS  i386 
>Description:
      When netbooting a FreeBSD 5.3 image the /etc/rc.d/fsck script tries to fsck the nfs root. 
>How-To-Repeat:
      Netboot FreeBSD 5.3
>Fix:
      change 'fsck -p' to 'fsck -p -t no,nfs' in the /etc/rc.d/fsck script
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Sun Jun 26 16:26:09 GMT 2005 
State-Changed-Why:  
Close this PR.  I've followed up with a quote from the fstab(5) manual 
page which should fix the user's issue.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78949 
Responsible-Changed-From-To: freebsd-bugs->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Sun Jun 26 16:28:04 GMT 2005 
Responsible-Changed-Why:  
Over to me just in case. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78949 
>Unformatted:

From the fstab(5) manual page:

If the sixth field is not present or is zero, a value of zero is
returned and fsck(8) will assume that the file system does not need to be
checked.

The script is correct, just set 0 in /etc/fstab to fix.  Thanks!
