From owner-freebsd-current@FreeBSD.ORG Wed Oct 13 05:48:50 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ADB916A4CE for ; Wed, 13 Oct 2004 05:48:50 +0000 (GMT) Received: from CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com (CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com [69.193.222.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDBB743D2F for ; Wed, 13 Oct 2004 05:48:49 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from 192.168.0.1 (localhost [127.0.0.1]) with ESMTP id 8A6D9295437 for ; Wed, 13 Oct 2004 01:48:48 -0400 (EDT) Received: from 192.168.0.188 (SquirrelMail authenticated user mikej); by 192.168.0.1 with HTTP; Wed, 13 Oct 2004 01:48:48 -0400 (EDT) Message-ID: <1542.192.168.0.188.1097646528.squirrel@192.168.0.188> Date: Wed, 13 Oct 2004 01:48:48 -0400 (EDT) From: "Mike Jakubik" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-wettoast-MailScanner-Information: Please contact the ISP for more information X-wettoast-MailScanner: Found to be clean X-MailScanner-From: mikej@rogers.com Subject: Odd behaviour from bash after recent cvsup and world... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 05:48:50 -0000 I just cvsuped and did a full world make/install/mergemaster around 2 hours ago. The system comes up fine, and everything seems to work fine so far, except for bash (which is my default shell). I can not see the characters i am typing when in bash, hitting enter redisplays the prompt on the same line. Ctrl-L will not clear the screen, untill i hit enter afterwards. Commands do work, but the screen handling aspect of it is wacky, almost like a terminal emulation problem (im using vt100 via SecureCRT). Csh and sh work fine. I have tried reinstalling from ports, thinking that it was a problem of the recent library changes, but same thing. I also have /etc/libmap.conf defined as stated in UPDATING. Same problem with it undefined too. Thanks.