From owner-freebsd-questions Wed Sep 22 11: 4: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 4401F154E3 for ; Wed, 22 Sep 1999 11:03:57 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id NAA26039; Wed, 22 Sep 1999 13:01:58 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <01a101bf0524$c213c3e0$fba3f9cf@megared.net.mx> Reply-To: "Alejandro Ramirez" From: "Alejandro Ramirez" To: , "Monte Westlund" References: <3.0.5.32.19990922105121.007abbd0@memes.com> Subject: RE: bad rc.conf? Date: Wed, 22 Sep 1999 13:03:22 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Just boot in to single user mode "boot: boot -s" mount your / partition "mount /" and erase this lines at the bottom of your /etc/rc.conf file: for i in ${rc_conf_files}; do if [ -f $i ]; then . $i fi done This creates a loop in your system, then you can reboot your system "shutdown -r now", and thats all. Have Fun... Ales ----- Original Message ----- From: Monte Westlund To: Sent: Wednesday, September 22, 1999 12:51 PM Subject: bad rc.conf? > Hello, > I think I may have made a mistake. > > FreeBSD ver 3.x (the current one) > > I have COPIED /etc/defaults/rc.conf to /etc/rc.conf, and now the machine > (486) either won't boot or is just taking a very long time to boot. There > is a copy of rc.conf in both directories and they are the same. > > What should / can I do? > > Thanks in advance, > Monte Westlund > -Monte > montejw@memes.com > > > 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