Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2007 14:24:06 +0200
From:      Gabriel Rossetti <mailing_lists@evotex.ch>
To:        Jerry McAllister <jerrymc@msu.edu>
Cc:        f-q <freebsd-questions@freebsd.org>
Subject:   Re: edit files in single-user-mode, the output is all messed up
Message-ID:  <464AF7E6.4000906@evotex.ch>
In-Reply-To: <20070511160354.GA4256@gizmo.acns.msu.edu>
References:  <464448B2.1020901@evotex.ch> <14989d6e0705110751xb9806e2p48c86e465a12de57@mail.gmail.com> <20070511160354.GA4256@gizmo.acns.msu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Jerry McAllister wrote:
> On Fri, May 11, 2007 at 04:51:48PM +0200, Christian Walther wrote:
>
>   
>> On 11/05/07, Gabriel Rossetti <mailing_lists@evotex.ch> wrote:
>>     
>>> Hello,
>>>
>>> I have never been able to figure out how to do this, and I usually end
>>> up copying the file to be edited to a floppy  et be able to edit it from
>>> another machine, but there has to ba a way to do it! Everytime I go into
>>> single-user-mode and I have to edit a file, the output to stdout is
>>> messed up (looks like there are no \n). I tried several editors (vi, ee,
>>> edit (ee I think),  and I get the same thing, useless to say that it's
>>> impossible to edit the files. The only editor that works, is vim, but
>>> it's not always installed. Does anyone know why this happens? And does
>>> anyone know how to fix it?
>>>       
>
> The two main problems are making sure the editors are available
> and making sure you have a terminal type that will work.
>
> Do the following:
>   fsck -p
>   mount -u /
>   mount -a
>   swapon -a
>
> To make sure files are available.
>
> Then, for termtype, if you are using tcsh which is most common on FreeBSD do
>   set term=vt100
>
> or if in sh do as Christian Walther indicated
>
> ////jerry
>
>
>   
Ok, thanks Jerry!
>> You could try to set a decent TERM-variable, such as
>>
>> TERM=vt100
>> export TERM
>>
>> HTH
>> Christian
>> _______________________________________________
>> 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"
>>     
>
>   



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?464AF7E6.4000906>