From owner-freebsd-questions@FreeBSD.ORG Sat Oct 15 22:07:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EAAC16A420 for ; Sat, 15 Oct 2005 22:07:25 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B35BE43D48 for ; Sat, 15 Oct 2005 22:07:23 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 5278 invoked by uid 207); 15 Oct 2005 22:07:21 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.170):. Processed in 0.42874 secs); 15 Oct 2005 22:07:21 -0000 Received: from dialup170.ach.sch.gr (HELO flame.pc) ([81.186.70.170]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 15 Oct 2005 22:07:20 -0000 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9FM61kM066827; Sun, 16 Oct 2005 01:06:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9FM61cZ066826; Sun, 16 Oct 2005 01:06:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 16 Oct 2005 01:06:01 +0300 From: Giorgos Keramidas To: Lefteris Tsintjelis Message-ID: <20051015220601.GA66787@flame.pc> References: <435154BA.8030307@ene.asda.gr> <20051015203910.GA60135@flame.pc> <4351777A.3010203@ene.asda.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4351777A.3010203@ene.asda.gr> Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Is rcorder working under /usr/local/etc/rc.d? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 22:07:25 -0000 On 2005-10-16 00:41, Lefteris Tsintjelis wrote: > Giorgos Keramidas wrote: > >% flame:/home/keramida$ rcorder /etc/rc.d/* /usr/local/etc/rc.d/* >/dev/null > >% rcorder: Circular dependency on provision `mountcritremote' in file `/etc/rc.d/newsyslog'. > >% rcorder: Circular dependency on provision `mountcritremote' in file `/etc/rc.d/syslogd'. > > Gia sou Giorgo kai pali, Hehehe, "geia" :) > That certainly fixes just about all of the "no providers" but the start up > rcorder problem remains. To be more specific, I specify for a service this: > > # REQUIRE: mysql > > This service however still fails to start after MySQL and keeps on starting > right before it. Hmm, that's odd. Can I see the dependency lines of the two scripts and the output of rcorder?