From owner-freebsd-current@FreeBSD.ORG Sun Oct 31 18:39:08 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 8B99C16A4CE for ; Sun, 31 Oct 2004 18:39:08 +0000 (GMT) Received: from smtp.bbeyond.nl (smtp.bbeyond.nl [62.177.144.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB87943D1D for ; Sun, 31 Oct 2004 18:39:07 +0000 (GMT) (envelope-from paulz@vanderzwan.org) Received: from hari.vanderzwan.org (62-177-151-219.bbeyond.nl [62.177.151.219]) by smtp.bbeyond.nl (Postfix) with ESMTP id D1F302AD9A5; Sun, 31 Oct 2004 19:39:06 +0100 (CET) Received: from [192.168.200.8] (rincewind.vanderzwan.org [192.168.200.8]) by hari.vanderzwan.org (8.12.11/8.12.11) with ESMTP id i9VId5H0098773; Sun, 31 Oct 2004 19:39:06 +0100 (CET) (envelope-from paulz@vanderzwan.org) Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <21E7EAFE-2B6C-11D9-8800-000D93C3841C@vanderzwan.org> Content-Transfer-Encoding: 7bit From: Paul van der Zwan Date: Sun, 31 Oct 2004 19:39:00 +0100 To: freebsd-current@freebsd.org X-Mailer: Apple Mail (2.619) X-Virus-Scanned: ClamAV 0.80/545/Thu Oct 21 15:33:33 2004 clamav-milter version 0.80j on hari.vanderzwan.org X-Virus-Status: Clean cc: Poul-Henning Kamp Subject: stty sane broken on current. 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: Sun, 31 Oct 2004 18:39:08 -0000 It looks like stty sane clears the echo flag on -current, while stty sane should put the settings to reasonable values for interactive terminal use according to the man-page (IMHO reasonable include echo ;-)) I can reproduce this both on the console and in an ssh session. Could this be related to phk's patches for the tty drivers of about 2 weeks ago? Paul BTW portupgrade calls 'stty sane' so I loose your echo everytime I run portupgrade. -- For a successful technology, reality must take precedence over public relations, for nature cannot be fooled. Richard P. Feynman