[Bug 202726] rcorder: Circular dependency on provision `mountcritremote' in file `/etc/rc.d/ldconfig'.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 25 05:17:21 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202726

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

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

--- Comment #2 from Garrett Cooper,425-314-3911 <ngie at FreeBSD.org> ---
Giving bug to glebius at . 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.


More information about the freebsd-bugs mailing list