Date: Sun, 17 Dec 2000 23:20:04 -0600 From: Dan Nelson <dnelson@emsphone.com> To: "Philip J. Koenig" <pjklist@ekahuna.com> Cc: questions@FreeBSD.ORG Subject: Re: Telnet idiosyncracies Message-ID: <20001217232004.A367@dan.emsphone.com> In-Reply-To: <3A3D2BA3.16581.2B69C4@localhost>; from "Philip J. Koenig" on Sun Dec 17 21:09:55 GMT 2000 References: <3A3D2BA3.16581.2B69C4@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Dec 17), Philip J. Koenig said: > I have an HP Procurve switch that I periodically use telnet to > access. It is "menu driven" insofar as it uses the cursor keys to > activate menus, and it makes much use of reverse-video to highlight > choices in the menus as you cursor up/down. > > When I telnet to this box from the FreeBSD console, it's not > interpreting this correctly and I can't see any obvious telnet > options that would fix it. What I see are the string "25l" appearing > at the end of lines when I use the cursor key, and sometimes all over > the screen. It's ignoring your TERM variable setting and sending vt100 escape codes. Netware servers do the same thing when you try to telnet to them. Whenever I have to telnet to something that doesn't recognize cons25, I do it under screen (ports/misc/screen). Hasn't let me down yet (and yes, I have HP Procurve switches, so it'll definitely work in your case). -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001217232004.A367>