>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:
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to