|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [RFC PATCH] allow connecting to xenconsole from remote h
On 7/9/06 07:51, "Muli Ben-Yehuda" <muli@xxxxxxxxxx> wrote:
> I assume you mean run the terminal the telnet is running in in raw
> mode, via 'stty raw'? if yes, it doesn't work, neither with telnet nor
> with nc. In any case, since we don't need it for gdb, I'll split
> 'noecho' out and resubmit. Thanks for the comments!
Telnet has a character mode. You enable it by escaping to the control
console from within telnet ('^]') and then typing 'mode char'. Input is then
sent immediately to the remote host rather than being batched into lines,
and it is not locally echoed. Or use the miniterm program included in the
Xen tree's tools directory.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|