From owner-freebsd-current@FreeBSD.ORG Wed Oct 13 12:49:53 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 ACDB816A4CF for ; Wed, 13 Oct 2004 12:49:53 +0000 (GMT) Received: from node15.coopprint.com (node15.cooperativeprinting.com [208.4.77.15]) by mx1.FreeBSD.org (Postfix) with SMTP id E387C43D46 for ; Wed, 13 Oct 2004 12:49:52 +0000 (GMT) (envelope-from ryans@gamersimpact.com) Received: (qmail 14930 invoked by uid 0); 13 Oct 2004 12:48:59 -0000 Received: from unknown (HELO ?192.168.0.5?) (63.231.165.205) by node15.coopprint.com with SMTP; 13 Oct 2004 12:48:59 -0000 Message-ID: <416D2482.2090000@gamersimpact.com> Date: Wed, 13 Oct 2004 07:50:10 -0500 From: Ryan Sommers User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Jakubik References: <1542.192.168.0.188.1097646528.squirrel@192.168.0.188> In-Reply-To: <1542.192.168.0.188.1097646528.squirrel@192.168.0.188> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: 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 12:49:53 -0000 Mike Jakubik wrote: >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. > > This is due to PHK's recent breakage of the syscons driver. When you get to a prompt type 'stty echo' and all will be well. He announced this yesterday but I guess you missed it. This is part of a bigger cleanup he is doing on our tty drivers. Hang in there for now, I'm sure it will be unbroken soon. -- Ryan Sommers ryans@gamersimpact.com