Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2012 14:14:35 GMT
From:      Steven Hartland <steven.hartland@multiplay.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/169373: mountd starts to early when exporting fs marked as late
Message-ID:  <201206241414.q5OEEZN7037656@red.freebsd.org>
Resent-Message-ID: <201206241420.q5OEK6cD099214@freefall.freebsd.org>

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

>Number:         169373
>Category:       misc
>Synopsis:       mountd starts to early when exporting fs marked as late
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>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:
>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:
>Unformatted:



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