From nobody@www.freebsd.org  Sat Jun 15 14:43:09 2002
Return-Path: <nobody@www.freebsd.org>
Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by hub.freebsd.org (Postfix) with ESMTP id 6F72137B404
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Jun 2002 14:43:08 -0700 (PDT)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5FLfphG090751
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Jun 2002 14:41:51 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.2/8.12.2/Submit) id g5FLfpPA090750;
	Sat, 15 Jun 2002 14:41:51 -0700 (PDT)
Message-Id: <200206152141.g5FLfpPA090750@www.freebsd.org>
Date: Sat, 15 Jun 2002 14:41:51 -0700 (PDT)
From: Dirk-Willem van Gulik <dirkx@covalent.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: use of /usr/bin/* utils in /etc/rc.diskless2 prior to mount of NFS mounted partitions during diskless boot.
X-Send-Pr-Version: www-1.0

>Number:         39347
>Category:       conf
>Synopsis:       use of /usr/bin/* utils in /etc/rc.diskless2 prior to mount of NFS mounted partitions during diskless boot.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brooks
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 15 14:50:01 PDT 2002
>Closed-Date:    Mon Oct 31 20:09:09 GMT 2005
>Last-Modified:  Mon Oct 31 20:09:09 GMT 2005
>Originator:     Dirk-Willem van Gulik
>Release:        5.0-CURRENT
>Organization:
sammawat
>Environment:
FreeBSD foem.leiden.webweaving.org 5.0-CURRENT FreeBSD 5.0-CURRENT #17: Sat May  4 01:04:42 CEST 2002     dirkx@foem.leiden.webweaving.org:/usr/src/sys/i386/compile/FOEM  i386
>Description:
/etc/rc.diskless2 contains references to /usr/bin binaries (like mtree) but the mounting in /etc/rc has carefully made sure:

	mount_excludes=${mount_excludes%,}
	mount -a -t ${mount_excludes}

that /USR is skipped during mounting.

>How-To-Repeat:
set up a diskless machine according to diskless(8)
>Fix:
perhaps just documenting in diskless(8).
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brooks 
State-Changed-When: Wed Mar 2 02:34:38 GMT 2005 
State-Changed-Why:  
This problem doens't appear to exist in 4.x and I've patched the major 
issues in current.  An MFC to 5 is probably in order at some point. 


Responsible-Changed-From-To: freebsd-bugs->brooks 
Responsible-Changed-By: brooks 
Responsible-Changed-When: Wed Mar 2 02:34:38 GMT 2005 
Responsible-Changed-Why:  
I've working on diskless issues. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39347 
State-Changed-From-To: patched->closed 
State-Changed-By: brooks 
State-Changed-When: Mon Oct 31 20:08:07 GMT 2005 
State-Changed-Why:  
Realisticly, I'm not likely to do the MFC to 5.x at this point. The 
problems are pretty much fixed in 6.0 and I don't have the time to test 
under 5.x. If you do need this MFCd, please request that the PR be 
reopened. 

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