From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 15:39:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B3DA1065672 for ; Mon, 14 Apr 2008 15:39:36 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id C1F308FC13 for ; Mon, 14 Apr 2008 15:39:35 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m3EFc5Jv032137; Mon, 14 Apr 2008 11:38:05 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m3EFc5bc032136; Mon, 14 Apr 2008 11:38:05 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 14 Apr 2008 11:38:05 -0400 From: Jerry McAllister To: Eric Message-ID: <20080414153805.GD31602@gizmo.acns.msu.edu> References: <480258D5.1090301@mikestammer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <480258D5.1090301@mikestammer.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions Subject: Re: start up scripts stopped working 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: Mon, 14 Apr 2008 15:39:36 -0000 On Sun, Apr 13, 2008 at 01:02:45PM -0600, Eric wrote: > hello, > > does anyone know what I can do to fix the following problem? Every time > my FreeBSd 6.2 machine reboots, none of the scripts in the > /usr/local/etc/rc.d directory launch the various programs i have defined > in my rc.conf file. when i added > > rc_info=yes > rc_debug=yes > > to rc.conf i see things getting evaluated, but nothing is launched. this > forces someone to log in locally to the machine and start openssh so i > can get to the box. Are there startup scripts for these things in rc.d? Putting something in rc.conf is only setting a flag or value that scripts read up to see if they should run or not and what values to run with. Nothing actually starts (or shouldn't) from the rc.conf file. ////jerry > > does anyone know what could be causing this? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"