From nobody@FreeBSD.org  Sun Jun 24 14:14:36 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 540751065674
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jun 2012 14:14:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 3F2DF8FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jun 2012 14:14:36 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5OEEZbY037657
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jun 2012 14:14:35 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q5OEEZN7037656;
	Sun, 24 Jun 2012 14:14:35 GMT
	(envelope-from nobody)
Message-Id: <201206241414.q5OEEZN7037656@red.freebsd.org>
Date: Sun, 24 Jun 2012 14:14:35 GMT
From: Steven Hartland <steven.hartland@multiplay.co.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mountd starts too early when exporting fs marked as late
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         169373
>Category:       conf
>Synopsis:       mountd starts too early when exporting fs marked as late
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    smh
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 24 14:20:06 UTC 2012
>Closed-Date:    
>Last-Modified:  Thu Dec 13 22:23:35 UTC 2012
>Originator:     Steven Hartland
>Release:        8.2-RELEASE
>Organization:
Multiplay
>Environment:
FreeBSD core5host.multiplay.co.uk 8.2-RELEASE-p8 FreeBSD 8.2-RELEASE-p8 #0: Thu May 31 11:03:17 UTC 2012 buildhost:/usr/obj/usr/src/sys/MULTIPLAY_NOUSB  amd64
>Description:
mountd runs too early in the boot process to be able export filesystems that are marked as late in /etc/fstab.
>How-To-Repeat:
1. export a directory which lies on a filesystem that is marked as late in /etc/fstab.
2. reboot
>Fix:
mark mountd as requiring mountlate e.g.

--- mountd      2012-06-24 14:09:50.074267521 +0000
+++ /etc/rc.d/mountd    2012-06-24 13:47:35.012295797 +0000
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: mountd
-# REQUIRE: NETWORKING nfsserver rpcbind quota
+# REQUIRE: NETWORKING nfsserver rpcbind quota mountlate
 # KEYWORD: nojail shutdown

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-rc 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Sun Jun 24 23:14:25 UTC 2012 
Responsible-Changed-Why:  

Over to the rc.d team 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169373 

From: Doug Barton <dougb@FreeBSD.org>
To: freebsd-rc@FreeBSD.org
Cc: bug-followup@FreeBSD.org
Subject: Re: conf/169373: mountd starts to early when exporting fs marked
 as late
Date: Sun, 24 Jun 2012 16:19:10 -0700

 Off hand, I don't see any reason that this shouldn't be done. Any thoughts?
 
 Doug
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=169373
 
 -- 
 
     This .signature sanitized for your protection
 
 
Responsible-Changed-From-To: freebsd-rc->smh 
Responsible-Changed-By: smh 
Responsible-Changed-When: Thu Dec 13 22:23:34 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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