From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 07:10:47 2003 Return-Path: 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 C60D616A4C0 for ; Wed, 3 Sep 2003 07:10:47 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc2.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60B1343FB1 for ; Wed, 3 Sep 2003 07:10:46 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id 934972A1; Wed, 3 Sep 2003 10:10:42 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id 8DF0A4C; Wed, 3 Sep 2003 10:10:42 -0400 (EDT) Date: Wed, 3 Sep 2003 10:10:42 -0400 (EDT) From: Kenneth Culver To: Colin Watson In-Reply-To: <00bf01c37224$6a5a7c90$0b4e1151@blackbox> Message-ID: <20030903101001.O12386@alpha.yumyumyum.org> References: <00bf01c37224$6a5a7c90$0b4e1151@blackbox> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Booting bit-by-bit (rc.conf broken) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 14:10:47 -0000 On Wed, 3 Sep 2003, Colin Watson wrote: > My rc.conf file appears to be broken in some way, and this is preventing > my system from booting. It boots to a heavily resticted system, with > only the / file system mounted and the statically linked binaries > available. Problem is, I can't edit my rc.conf or remove it. Is their > any way I can either selectivly execute statements in the rc.conf during > bootup (similar to the old dos method), or a way I can force login, so I > can remove the damaged rc.conf. swapon -a mount -a vi /etc/rc.conf Although I doubt this is what's broken. rc.conf doesn't "run" it contains variables that are used by other scripts to turn services and other things on or off. Ken > > Thanks > > Colin. > _______________________________________________ > 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" >