From owner-freebsd-stable Wed Aug 2 5:58:16 2000 Delivered-To: freebsd-stable@freebsd.org Received: from exchange.mistral.co.uk (gate.mistral.co.uk [195.184.225.3]) by hub.freebsd.org (Postfix) with ESMTP id B746537B7ED; Wed, 2 Aug 2000 05:58:08 -0700 (PDT) (envelope-from hdm@mistral.co.uk) Received: from bizboz.mistral.co.uk ([195.184.225.25]) by exchange.mistral.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id PLBL6CD7; Wed, 2 Aug 2000 13:50:42 +0100 Received: by bizboz.mistral.co.uk (Postfix, from userid 1000) id 2120737C; Wed, 2 Aug 2000 13:58:01 +0100 (BST) Date: Wed, 2 Aug 2000 13:58:00 +0100 From: Dominic Mitchell To: David O'Brien Cc: Sean Kelly , questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: FreeBSD Console Message-ID: <20000802135800.B1161@bizboz.mistral.co.uk> References: <20000728100018.A12519@edgemaster.zombie.org> <20000802054410.C8263@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000802054410.C8263@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Wed, Aug 02, 2000 at 05:44:10AM -0700 X-Warning: Incoming message from The Big Giant Head! X-OS: FreeBSD 4.1-RC i386 X-Uptime: 1:44PM up 12 days, 21:20, 8 users, load averages: 0.22, 0.10, 0.17 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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