From nobody@www.freebsd.org  Mon Jun 17 11:03:28 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 6EFC637B48D
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Jun 2002 11:01:44 -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 g5HI1hhG047349
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Jun 2002 11:01:43 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.2/8.12.2/Submit) id g5HI1ho1047348;
	Mon, 17 Jun 2002 11:01:43 -0700 (PDT)
Message-Id: <200206171801.g5HI1ho1047348@www.freebsd.org>
Date: Mon, 17 Jun 2002 11:01:43 -0700 (PDT)
From: Kensaku MASUDA <greg@greg.rim.or.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Auto mounted directory was not found at boot time.
X-Send-Pr-Version: www-1.0

>Number:         39425
>Category:       kern
>Synopsis:       [amd] Auto mounted directory was not found at boot time.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 17 11:10:01 PDT 2002
>Closed-Date:    Thu Jun 14 06:13:06 GMT 2007
>Last-Modified:  Thu Jun 14 06:13:06 GMT 2007
>Originator:     Kensaku MASUDA
>Release:        FreeBSD 4.6-RC
>Organization:
>Environment:
FreeBSD uzume.greg.rim.or.jp 4.6-RC FreeBSD 4.6-RC #11: Fri Jun 14 19:22:38 JST 2002     greg@uzume.greg.rim.or.jp:/export/src/system-4-stable/src/sys/compile/uzume.greg.rim.or.jp  i386

>Description:
      My FreeBSD box set up that /usr/local, /usr/X11R6 and etc   has been managed with amd.
It is fine, But boot process can not use auto mounted directories.

>How-To-Repeat:
      Use amd for /usr/local, /usr/X11R6 and so on.
my amd.conf was follow

/defaults opts:=intr,nfsv3,rsize=8192,wsize=8192;rhost:=apollon

src host==uzume;type:=link;fs:=/export/${key} \
    host!=uzume;type:=nfs;rhost:=uzume;rfs:=/export;sublink:=${key}
obj             host==uzume;type:=link;fs:=/export/${key} \
                host!=uzume;type:=nfs;rhost:=uzume;rfs:=/export;sublink:=${key}
ports           host==uzume;type:=link;fs:=/export/${key} \
                host!=uzume;type:=nfs;rhost:=uzume;rfs:=/export;sublink:=${key}

#
# Common directory, But host oriented
#
home            type:=link;fs:=/export/${key}

#
# Default server
#
*               host==apollon;type:=link;fs:=/export/${key} \
                host!=apollon;type:=nfs;rfs:=/export;sublink:=${key}

And symbolic link was follow
/usr
    X11R6 -> <Auto mount point>/X11R6
    local -> <Auto mount point>/local

>Fix:
      
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: brooks 
State-Changed-When: Fri Dec 8 02:31:00 UTC 2006 
State-Changed-Why:  
Thanks for reporting this issue and sorry it's taken the project over 
four years to respond. In some regards this problem is unavoidable 
because amd needs to start during the boot process and thus the things 
it mounts must not be available for part of the process. 

Having said that, I believe we have a usable workaround in 6.1 and 
later releases. If the early_late_divider variable is set to "amd" in 
/etc/rc.conf, then the system will not attempt to access /usr/local and 
/usr/X11R6 until after that point and thus amd will be started. If you 
still have an interest in this problem, would you be willing to verify 
this is true? 


http://www.freebsd.org/cgi/query-pr.cgi?pr=39425 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Thu Jun 14 06:11:56 UTC 2007 
State-Changed-Why:  
Feedback timeout (> 6 months).  If this is still a problem, we can reopen 
this PR. 

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