Skip site navigation (1)Skip section navigation (2)
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:   misc/39347: use of /usr/bin/* utils in /etc/rc.diskless2 prior to mount of NFS mounted partitions during diskless boot.
Message-ID:  <200206152141.g5FLfpPA090750@www.freebsd.org>

next in thread | raw e-mail | index | archive | help


>Number:         39347
>Category:       misc
>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:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 15 14:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206152141.g5FLfpPA090750>