From owner-freebsd-stable@FreeBSD.ORG Wed Feb 20 21:11:57 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8FA116A405 for ; Wed, 20 Feb 2008 21:11:57 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 6566213C4E1 for ; Wed, 20 Feb 2008 21:11:56 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 96282744006; Wed, 20 Feb 2008 23:11:55 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10027) with ESMTP id P2uYEHek6-bh; Wed, 20 Feb 2008 23:11:55 +0200 (EET) Received: from [10.74.70.239] (unknown [193.138.145.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id E21E6744004; Wed, 20 Feb 2008 23:11:54 +0200 (EET) Message-ID: <47BC9796.5040303@icyb.net.ua> Date: Wed, 20 Feb 2008 23:11:50 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.9 (X11/20071208) MIME-Version: 1.0 To: bseklecki@collaborativefusion.com References: <479A0053.5020409@icyb.net.ua> <1203533154.10391.45.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> In-Reply-To: <1203533154.10391.45.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: sysinstall: weird ui problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 21:11:57 -0000 on 20/02/2008 20:45 Brian A. Seklecki said the following: > > On Fri, 2008-01-25 at 17:29 +0200, Andriy Gapon wrote: >> FreeBSD 6.3-RELEASE amd64 >> Running sysinstall for "post-installation configuration" of sorts in >> xterm/konsole/gnome-terminal. > > Hmm your $TERM environmental variable is set to vt100? vt200? wscons? $ echo $TERM xterm > ~BAS > >> Very strange issue: arrow keys work quite well throughout sysinstall >> menus but in Fdisk and Label screens both up and down arrow keys are >> interpreted as down key. This is not fatal in Label screen because >> navigation cycles, but in Fdisk menu you can not reach up from the >> bottom entry (slice). >> >> In system console everything is OK, though. >> -- Andriy Gapon