X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=TNFTLDFjMIiZQ1JW33vaA/YM0v3HxDsBtcA3Tm1YAwfoGa0dNbl1v luWmjqDcD5e3Gqp4i6QG+JNoZk5iZX4S7Rzyge5NosOhZb/k7aQFv/Ls3rqAkxpo Kf23A6dB+3sI0afM209XnV7FPM0p08tLdEKxcc2Ltm7CvR+oE7srWc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=Ll0sHzEYBZm+HCq2fwYVMZ1NHDg=; b=Ucr2z4MTGtiRwGMMt7ZXVbDLE/yb epxhJnDkiQj6lrmXG0z8o3WK8LKsgEsLkPtD4DTSwNg+7lDiBR2dzNQ+NzilXsaG ewguF0MPqS65IzZDS3VMwLkvLmAqkChWqWg0TgCYOEnfN3LB1VZ8c4N9nJiAvHaB TcCED6c+OAq414c= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Thorsten Kampe Subject: Re: Need general snapshot testers Date: Fri, 28 Feb 2014 10:38:26 +0100 Lines: 40 Message-ID: References: <20140218190809 DOT GA4395 AT ednor DOT casa DOT cgf DOT cx> <20140219141520 DOT GA4382 AT ednor DOT casa DOT cgf DOT cx> <20140220181139 DOT GA3576 AT ednor DOT casa DOT cgf DOT cx> <20140227202633 DOT GA3337 AT ednor DOT casa DOT cgf DOT cx> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/3.0.4 X-IsSubscribed: yes * Christopher Faylor (Thu, 27 Feb 2014 15:26:33 -0500) > On Thu, Feb 27, 2014 at 07:14:49PM +0100, Thorsten Kampe wrote: > >* Christopher Faylor (Thu, 20 Feb 2014 13:11:39 -0500) > >> I forgot to mention that I managed to duplicate this problem and am > >> working on a fix for this and the other screen garbling seen in > >> recent snapshots. > > > >Reporting a possibly related bug in connection with the latest > >snapshots: connecting to a Byobu session with GNU screen backend via > >ssh has the effect that everything in the last line will not be > >output. > > Sorry but I have no idea what Byobu is or what it means to be backed by > ssh. ssh normally uses ptys which don't touch any of the code that > I have been modifying. > > Please see my request for information in: > > http://cygwin.com/ml/cygwin/2014-02/msg00634.html > > I would REALLY appreciate it if anyone reporting issues would be as > absolutely detail rich as possible. Byobu is a frontend for GNU screen (or tmux). The easiest way to reproduce it is... (Cygwin 32-bit 20140227) 1. Install byobu on the remote host: http://byobu.co/downloads.html 2. Select screen as backend: byobu-select-backend screen 3. Run a GNU screen session on remote host via ssh: ssh -t USER AT HOST byobu 4. Press enter multiple times to reach the bottom of the screen. 5. Issue any command (ls, echo whatever) and see that there is no visible output Thorsten -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple