Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2015 05:17:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 202726] rcorder: Circular dependency on provision `mountcritremote' in file `/etc/rc.d/ldconfig'.
Message-ID:  <bug-202726-8-Euj10Om9JV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202726-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202726-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202726

Garrett Cooper,425-314-3911 <ngie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-bugs@FreeBSD.org    |glebius@FreeBSD.org
                 CC|                            |ngie@FreeBSD.org

--- Comment #2 from Garrett Cooper,425-314-3911 <ngie@FreeBSD.org> ---
Giving bug to glebius@. I can confirm that reverting the commit fixes the
circular dependency.

Having ldconfig REQUIRE just FILESYSTEMS instead of mountcritremote fixes the
circular dependency, but I'm not sure if people are using NFS for ldconfig
directories (seems like a really bad idea under some circumstances, but maybe
not under diskless boots):

$ svn diff etc/rc.d/ldconfig 
Index: etc/rc.d/ldconfig
===================================================================
--- ../../../etc/rc.d/ldconfig  (revision 289914)
+++ ../../../etc/rc.d/ldconfig  (working copy)
@@ -4,7 +4,7 @@
 #

 # PROVIDE: ldconfig
-# REQUIRE: mountcritremote FILESYSTEMS
+# REQUIRE: FILESYSTEMS
 # BEFORE:  DAEMON

 . /etc/rc.subr

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202726-8-Euj10Om9JV>