From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A0421138D0B for ; Mon, 6 Jul 2015 17:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0AD4E08AD; Mon, 6 Jul 2015 17:19:00 +0000 (UTC) Received: from mail-la0-f46.google.com (mail-la0-f46.google.com [209.85.215.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF3E6E0887 for ; Mon, 6 Jul 2015 17:18:59 +0000 (UTC) Received: by lagx9 with SMTP id x9so163853478lag.1 for ; Mon, 06 Jul 2015 10:18:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=YB31VhkhJfCy5Uyl/pcQ14Hz4s+Kz/+VsaUkLVXaJGo=; b=RriywKy7ng4woS69/00HC63m9/p2ddBmHHiQEp3oRlpO6gJeXMcR6pEE7PdOX1/iQG izYU7Ru4e+5tynGAA+ykBUbJnkUzR6/ILFUyo7sw+5QvI7ttJs0bislOhJXuV0ARTLF5 4UJ6X44bks49PNdUPfyL2vExgCudLx6lKGOajdAFoOExwMP8tg53TX4JhCd223TCZfh0 ijfj19pSK7I2lpvFVoe8h6L2XymbZev2sbAyjGAfkRXaXhbEnwFJTAdji16afoyGJ5K3 eePtnWl34Tl7/RByxLCx5JVZ5dCYAXuyB87fR8+dAtwZKP7gHzfQdDP7OXPiWKWZp5Qa 9fdw== X-Received: by 10.152.21.65 with SMTP id t1mr8492668lae.26.1436203138255; Mon, 06 Jul 2015 10:18:58 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.25.145.7 with HTTP; Mon, 6 Jul 2015 10:18:18 -0700 (PDT) In-Reply-To: <20150706100117.0d993a04@a6> References: <20150706100117.0d993a04@a6> From: Alexander Kapshuk Date: Mon, 6 Jul 2015 20:18:18 +0300 Message-ID: Subject: Re: [gentoo-user] Anyone else having a problem with bash? To: Gentoo mailing list Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: da89b449-f324-42b4-bf39-90b3614af51c X-Archives-Hash: 872fcbc38657f7a3007999658cec0a14 On Mon, Jul 6, 2015 at 8:01 PM, walt wrote: > My bash problem started a few weeks ago but I can't remember when. > This problem is intermittent and hard to reproduce. I'm seeing it > maybe less than ten times per day but often enough to be really > annoying. > > This is the problem: occasionally bash gets in a state where it stops > echoing the characters I type. The commands I type continue to work > properly and I can see the output from them but I can't see the commands > on the screen as I type them. > > So far I've seen this problem start *after* some bash command has > finished executing, e.g. after doing 'git diff'. It never happens when > I open a new xterm, before I run a command. > > I emerged app-shells/sash and I don't see the problem there, so I think > this is a bash problem, but I'm just guessing. > > Any ideas? > > > What's the output of 'stty -a'? Is the 'echo' attribute on, 'echo', or off, '-echo'?