Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 1998 19:34:52 -0500
From:      Graeme Tait <graeme@echidna.com>
To:        "K. Marsh" <durang@u.washington.edu>
Cc:        Ben Smithurst <ben@scientia.demon.co.uk>, "q's" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: bash echo turning off
Message-ID:  <36745D2C.ABA@echidna.com>
References:  <Pine.A41.3.95b.981213102758.167422B-100000@goodall1.u.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
K. Marsh wrote:
> 
> On Sun, 13 Dec 1998, Ben Smithurst wrote:
> 
> > K. Marsh wrote:
> >
> > > I'm having odd problems with bash, which I just began using a week back.
> > > Sometimes an x-term running bash will mysteriously stop echoing commands
> > > as I type them in.  It still accepts commands and executes them, but I
> > > can't see them.
> >
> > $ stty echo
> >
> > should solve this. Perhaps you know this, and want to stop it happening
> > altogether, in which case I don't know. As you said, upgrading bash may
> > help.
> 
> I've narrowed down the occurance of this problem.  If I terminate man
> mid-page with ^C, then echo works for one more command, and then turns
> off.  "stty echo" does turn it back on.  I think an upgrade will fix it
> for good.  Thanks!


I have noticed almost exactly the same problem, but when connected to a remote 
system via telnet. In this case, echo is lost immediately after ^C out of man.

The same system used in console mode locally is fine, but if I telnet to 
localhost, the problem occurs. I though it was something I needed to RTFM for, 
so hadn't asked here. "stty echo" fixes it - previously I was having to log out 
and back in again.

This is true with 2.2.7S (7-15-98) and 2.2.6R, and I don't think it's confined 
to bash - I got the same problem in csh, but not sh. So I'm not sure an upgrade 
is the solution, unless there's been a recent change.

Is this a bug?


I have also been quitting "man" with ^C, but just realized that as "man" uses 
"more" as the default pager, you can quit with "q". This seems to avoid the 
problem of loss of echo.


-- 
Graeme Tait - Echidna


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36745D2C.ABA>