Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: Mark Bohlman Subject: Re: ssh : commands not echoed back to terminal Date: Wed, 21 Jul 2004 15:50:34 -0400 Lines: 48 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: exchange.tcicredit.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 In-Reply-To: X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-IsSubscribed: yes Dave Korn wrote: >>-----Original Message----- >>From: cygwin-owner On Behalf Of Song Ken Vern-E11804 >>Sent: 21 July 2004 03:51 > > >>I find that whenever I keep a ssh session for long time >>(overnight), and come back to it the next morning, I cannot >>seem to see anything I type. >> >>I am using rxvt, with bash. >> >>Everything runs as normal, just that whatever I type is not >>seen on screen. >> >>When I exit the session (local cygwin), it goes back to normal. >> >>Then I ssh into the same server, and everything is OK again, >>for a while. > > > I have no idea why this might be happening, but what happens if, when it > goes invisible, you try entering the command "stty sane"? Does that restore > your display? > > > cheers, > DaveK This may or may not be related: I've found that I can duplicate this type of behavior by setting the CYGWIN environment variable AFTER I start a bash shell. Start bash shell $ export CYGWIN=tty $ vi anyfile ; quit vi $ ls [this is NOT echoed back]. Then running $ stty sane stty: standard input: unable to perform all requested operations shows the above error message and changes nothing. I know that to get CYGWIN properly set it needs to be done BEFORE starting the shell, but it seems to give me fits no matter what. Have also tried doing "stty echoe" but get the same message and no changes. -- Mark -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/