[Info-vax] EMU-vm follow-up
Vertis Sidus
vertissidus at faeroes.freeshell.org
Fri Aug 3 21:51:25 EDT 2012
On 2012-06-18, Single Stage to Orbit <alex.buell at munted.eu> wrote:
> On Mon, 2012-06-18 at 22:58 +0200, Artem Alimarin wrote:
>
>> It be must RAW mode, because the console does not speak TELNET but
>> rather just sends characters to the VT100 or whatever is connected.
>
> It is. telnet passes the stream of bytes to the underlying terminal,
> which happens to be gnome-terminal on my Gentoo installation which
> probably doesn't know to force NOECHO/NOLN on.
>
> I have another script which perfectly emulates a VT100 terminal which I
> will try out. If it works, I'll post the script here.
I know I'm a bit late to this, but I'm using gnome-terminal as well, and
I'm certain the echo comes from the telnet client, not the terminal. The
solution I found was to install socat and use this command to connect:
socat -,raw,echo=0 tcp:127.0.0.1:20000
I think netcat will probably work for this too, but I couldn't figure out
how to make that happen.
--
vertissidus at sdf.org
SDF Public Access UNIX System - http://sdf.org
More information about the Info-vax
mailing list