From owner-freebsd-hackers Mon Sep 22 12:00:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA09360 for hackers-outgoing; Mon, 22 Sep 1997 12:00:09 -0700 (PDT) Received: from marlin.exis.net (root@marlin.exis.net [205.252.72.102]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA09317 for ; Mon, 22 Sep 1997 12:00:04 -0700 (PDT) Received: from sailfish.exis.net (sailfish.exis.net [205.252.72.104]) by marlin.exis.net (8.8.4/8.8.5) with SMTP id PAA09726; Mon, 22 Sep 1997 15:00:48 -0400 Date: Mon, 22 Sep 1997 14:58:01 -0400 (EDT) From: Stefan Molnar To: Daniel Leeds cc: hackers@FreeBSD.ORG Subject: Re: cons25 to solaris? In-Reply-To: <199709221117.LAA08383@kerouac.hepcat.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > im having trouble with term stuff when telnetting from my freebsd laptop > to our solaris hosts. > > is there a way to add the cons25 terminal to solaris terminfo? > > i tried to make it use /etc/termcap and add the entries, but it didnt > work. here at work I just added a line in my .login to see if I cam coming from console or not, and if not to setenv TERM vt100. After that it work with no problems. Stefan