Re: can't reboot after messing up my rc.conf file
From: Chris Hodgins (chodgins_at_cis.strath.ac.uk)
Date: 02/17/05
- Previous message: Greg 'groggy' Lehey: "Re: emacs on freebsd 5.3"
- In reply to: Mike Jeays: "Re: can't reboot after messing up my rc.conf file"
- Next in thread: Jamie Novak: "Re: can't reboot after messing up my rc.conf file"
- Reply: Jamie Novak: "Re: can't reboot after messing up my rc.conf file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 17 Feb 2005 01:47:13 +0000 To: Mike Jeays <Mike.Jeays@rogers.com>
Mike Jeays wrote:
> On Wed, 2005-02-16 at 13:42, aklist_061666 wrote:
>
>>Hi All:
>>
>>I was editing my rc.conf file and left off a quote mark, and now when I try
>>to reboot I get an error and am prompted to drop into shell to fix it.
>>
>>The default prompt is /bin/sh, and if I hit return I get a prompt.
>>
>>How can I edit the file while I'm in that prompt? VI doesn't work...is there
>>another text editor I can use to fix the file?
>>
>>TIA
>>
>>_______________________________________________
>>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"
>
>
> /bin/ed
>
> Be prepared with a printed manual and a wet towel for your head!
>
> _______________________________________________
> 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"
>
Or you could just simply:
# /bin/mv /etc/rc.conf /etc/rc.conf.bad
# /bin/echo "<variable>=<value>" >> /etc/rc.conf
This will give you a nice new rc.conf that you can edit once you are up
and running again.
HTH
Chris
_______________________________________________
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"
- Previous message: Greg 'groggy' Lehey: "Re: emacs on freebsd 5.3"
- In reply to: Mike Jeays: "Re: can't reboot after messing up my rc.conf file"
- Next in thread: Jamie Novak: "Re: can't reboot after messing up my rc.conf file"
- Reply: Jamie Novak: "Re: can't reboot after messing up my rc.conf file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|