From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 23:13:31 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 2368337B404 for ; Fri, 27 Jun 2003 23:13:30 -0700 (PDT) Received: from [204.213.64.2] (firewall.tiadon.com [204.213.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB1A4400D for ; Fri, 27 Jun 2003 23:13:29 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from rmc.tiadon.com by [204.213.64.2] via smtpd (for [216.136.204.125]) with ESMTP; Sat, 28 Jun 2003 01:13:29 -0500 Received: from applications.tiadon.com (mail.tiadon.com [172.16.18.172]) by bcec01.tiadon.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id M49F6ML1; Sat, 28 Jun 2003 01:12:44 -0500 Received: from firewall.tiadon.com ([204.213.65.101]) by applications.tiadon.com with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 28 Jun 2003 01:12:46 -0500 Received: from [204.213.65.101] by firewall.tiadon.com via smtpd (for mail.tiadon.com [172.16.18.172]) with ESMTP; Sat, 28 Jun 2003 01:12:42 -0500 Message-ID: <045101c33d3c$482210b0$6541d5cc@nitanjared> From: "Kevin Kinsey, DaleCo, S.P." To: "Keith Spencer" , "Adam" References: <20030628060458.24753.qmail@web12004.mail.yahoo.com> Date: Sat, 28 Jun 2003 01:12:37 -0500 Organization: DaleCo, S.P.---"the solutions people" MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: freebsd-questions@freebsd.org Subject: Re: Help! I killed my rc.conf and cant boot correctly! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Kevin Kinsey, DaleCo, S.P." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 06:13:31 -0000 From: "Keith Spencer" To: "Adam" Cc: Sent: Saturday, June 28, 2003 1:04 AM Subject: Re: Help! I killed my rc.conf and cant boot correctly! > Thanks Adam, > When the machine boots it drops straight into (I > guess) single user mode. The /usr/sbin /usr/bin cant > be cd-ed to and the /etc dir says it is read only file > system! So I can't save to it. > I have a "Schlacter tute" fireall setup on it. With > whatever security it entails. > Any clue? Can I interupt the boot and do something? > This is a mission critical machine darn it...Oh dear! > Keith You need to mount the filesystems properly, and it needs be done manually. IIRC: $/sbin/mount -t ufs /dev/ad1sf /usr //...change device to match your setup HTH, KDK