From owner-freebsd-current@FreeBSD.ORG Tue Mar 18 20:01:52 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC3F0B9F for ; Tue, 18 Mar 2014 20:01:52 +0000 (UTC) Received: from mail-vc0-x22e.google.com (mail-vc0-x22e.google.com [IPv6:2607:f8b0:400c:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 695777B3 for ; Tue, 18 Mar 2014 20:01:52 +0000 (UTC) Received: by mail-vc0-f174.google.com with SMTP id ld13so7947611vcb.33 for ; Tue, 18 Mar 2014 13:01:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=j6wsKCYH2ZSwgJwS9pyTSrpeH10u41Tg+UJIajOdpwI=; b=Qa3020DwJFBUy8nxCFsgEzjLvfg9R6VnW94CysnFiPXbeW4vGJeBvMYXvk/d0yDEuI d8fdMHTf+kFXWdNu+KIIg/3V4vWLW6WRY5PKvWZ/tj1M7z/DL5m6vdXqupxup6gw4fBS nND9WWfnXd6rqtLR7cPi0D8XwJGj72OKBo3S60+CBc1xjv9Yhgm1whz3+w46IwEO1bZe gwabwwxvaYqBw7pglVqImqY2VJlpHQERtuiS92bqa+0+ULx9KCuYnEaLfADaks6fwleS Zct1tqS9pQiTntNef3y99DH/4jnQG83d+KtqtgXcRoqx6haxOuFkWEvvK5L55BMOD6py T4xQ== MIME-Version: 1.0 X-Received: by 10.220.88.204 with SMTP id b12mr26229361vcm.3.1395172911593; Tue, 18 Mar 2014 13:01:51 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.58.231.105 with HTTP; Tue, 18 Mar 2014 13:01:51 -0700 (PDT) In-Reply-To: <20140318204630.22442fcf.ohartman@zedat.fu-berlin.de> References: <20140318204630.22442fcf.ohartman@zedat.fu-berlin.de> Date: Tue, 18 Mar 2014 14:01:51 -0600 X-Google-Sender-Auth: Ai1NGWv8yO5lNok_Gp0qFW_Hqp0 Message-ID: Subject: Re: r263306: rcorder: Circular dependency on provision `mountcritremote' in file `/etc/rc.d/ldconfig'. From: Alan Somers To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2014 20:01:52 -0000 On Tue, Mar 18, 2014 at 1:46 PM, O. Hartmann wrote: > On CURRENT r263306 I get this weird result when checking the order of the rc.d scripts > with rcorder: > > rcorder: Circular dependency on provision `mountcritremote' in file > `/etc/rc.d/ldconfig'. Are you also including /usr/local/etc/rc.d/ with rcorder? If so, what do you have installed there? I find that rcorder's error message is almost useless for identify the cause of the circular dependency. -Alan