Date: Wed, 2 Aug 2000 13:58:00 +0100 From: Dominic Mitchell <hdm@mistral.co.uk> To: David O'Brien <obrien@FreeBSD.ORG> Cc: Sean Kelly <smkelly@zombie.org>, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: FreeBSD Console Message-ID: <20000802135800.B1161@bizboz.mistral.co.uk> In-Reply-To: <20000802054410.C8263@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Wed, Aug 02, 2000 at 05:44:10AM -0700 References: <20000728100018.A12519@edgemaster.zombie.org> <20000802054410.C8263@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 02, 2000 at 05:44:10AM -0700, David O'Brien wrote: > On Fri, Jul 28, 2000 at 10:00:18AM -0500, Sean Kelly wrote: > > and productive, but I have one problem. We have many HP/UX machines, and > > I am constantly connecting to them. I can't find a terminal type on > > HP/UX that matches the FreeBSD console exactly. 'ansi' appears to be close, > > Run ``screen'' (pkg_add -r screen) on the FreeBSD console. Then set your > TERM=vt100 and connect to the HP-UX box. Make sure TERM=vt100 there. > All should work fine. An alternative is to take a copy of the cons25 entries from /usr/share/misc/termcap and use captoinfo(1) on the HP-UX box to translate from termcap to terminfo. Then use tic(1) to compile them (you may need to be root at this point - or set TERMINFO to point somewhere you have write access to). After that, HPUX should recognise the FreeBSD console type, "cons25". A final alternative might be to recompile your kernel with pcvt instead of syscons. That'll give you a vt220 by default. But I'm not sure how well supported that is these days (probably fine; I just haven't heard of anyone using it in a while). -Dom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000802135800.B1161>