From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.sprit.org (smtp.sprit.org [85.124.251.71]) by sourceware.org (Postfix) with ESMTPS id DFA3C3864858 for ; Thu, 21 Jan 2021 14:45:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DFA3C3864858 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=stefanist.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=mb@stefanist.com Received: from localhost (80-109-70-59.cable.dynamic.surfer.at [80.109.70.59]) by smtp.sprit.org (Postfix) with ESMTPSA id 5149A13D0091; Thu, 21 Jan 2021 15:45:28 +0100 (CET) Subject: Re: Terminal output disappearing after SSH into cygwin To: cygwin@cygwin.com References: <644c7c45-b1a5-8c9f-8d6d-70b99a06c378@stefanist.com> <20210121221353.5eff1e02be701518f81fd3b8@nifty.ne.jp> <20210121222948.2e0044acb6d7475328f56ae2@nifty.ne.jp> From: Martyn B Message-ID: Date: Thu, 21 Jan 2021 15:45:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210121222948.2e0044acb6d7475328f56ae2@nifty.ne.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_ASCII_DIVIDERS, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2021 14:45:31 -0000 Takashi Yano via Cygwin wrote on 21.01.21 14:29: > Takashi Yano via Cygwin wrote: >> >> Please update cygwin to 3.1.7. > > Sorry, I might misunderstand your problem. > > Does your problem happen when you exit from ssh session to cygwin? > If so, are you using ~/.bash_logout (for bash) or ~/.logout (for tcsh)? > Thanks for asking. Cygwin version is 3.1.7 now This is exactly what happens: ------------------------------------------------- (1) Screen looks like this: ------------------------------------------------- martyn@linuxbox:~$ echo local command 1 local command 1 martyn@linuxbox:~$ echo local command 2 local command 2 martyn@linuxbox:~$ ssh Winuser@ ------------------------------------------------- hit RETURN ------------------------------------------------- (2) Screen looks like this: ------------------------------------------------- martyn@linuxbox:~$ echo local command 1 local command 1 martyn@linuxbox:~$ echo local command 2 local command 2 martyn@linuxbox:~$ ssh Winuser@ Last login: Thu Jan 21 14:52:35 2021 from Winuser@WINDOWS-BOX ~ $ echo I want to keep this output I want to keep this output Winuser@WINDOWS-BOX ~ $ vim /home/Winuser/editing-testtext.txt Winuser@WINDOWS-BOX ~ $ ls /home/Winuser/editing-testtext.txt /home/Winuser/editing-testtext.txt Winuser@WINDOWS-BOX ~ $ exit ------------------------------------------------- hit RETURN ------------------------------------------------- (3) Screen looks like this: ------------------------------------------------- Connection to closed. martyn@linuxbox:~$ echo all lines are gone all lines are gone martyn@linuxbox:~$ ------------------------------------------------- ADDITIONAL INFORMATION ------------------------------------------------- - same behavior if I use "exit" or "logout". "bash_logout" gives me "command not found" - shell is /bin/bash on both sides - the command "cygcheck -c Cygwin" clears the local lines from screen (1) immediately even _before_ exit