From owner-freebsd-questions Wed Mar 6 14:13:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns2.digitalglobe.com (dns2.digitalglobe.com [205.166.175.35]) by hub.freebsd.org (Postfix) with ESMTP id 3F46637B417 for ; Wed, 6 Mar 2002 14:13:14 -0800 (PST) Received: from lohr.digitalglobe.com (lohr.digitalglobe.com [10.10.11.18]) by dns2.digitalglobe.com (8.11.4/8.11.4) with ESMTP id g26MCts30707; Wed, 6 Mar 2002 15:12:56 -0700 (MST) Subject: Re: no longer processing rc.d directives on reboot... From: John-David Childs To: Dave Cc: questions@freebsd.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2-4mdk Date: 06 Mar 2002 15:12:55 -0700 Message-Id: <1015452778.15496.107.camel@lohr> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Standard answer is to check all rc.conf lines immediately above/below the change (especially for unterminated strings), but specifically look for local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" in your /etc/rc.conf and/or /etc/default/rc.conf file(s). Also check the permissions on /usr/local/etc/rc.d and all files therein, to make sure the execute bit is set. On Wed, 2002-03-06 at 14:47, Dave wrote: > remote machine, 4.3 release > recently did a reboot of the server, and had to manually run each script in the > /usr/local/etc/rc.d directory. The only change made (to my knowledge) was > adding enable_quotas="YES" to the rc.conf > > Nothing in the messages log (AFAIK rc dumps to terminal not to logs by default) > and the system is about an hours drive away. > > Anyway to determine the cause of this? > > Dave > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message