X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <50931C6B.5070506@cs.umass.edu> Date: Thu, 01 Nov 2012 21:05:47 -0400 From: Eliot Moss User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: A cygwin mosh question References: <509163E8 DOT 2010106 AT cs DOT umass DOT edu> In-Reply-To: <509163E8.2010106@cs.umass.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 On 10/31/2012 1:46 PM, Eliot Moss wrote: > After seeing the announcement on mosh, I decided to install it and > try it out. I installed it on a remote server running Red Hat style > Linux using yum, and on my laptop using cygwin. Sadly, I have run > into some problems: > > 1) The cygwin install does not include the dependency on the > IO:Tty package. I installed that manually, using cpan. > > 2) When I try to mosh to my remote server, all I ever get is > "Hangup". Since there does not seem to be any "verbose mode", > I am not sure how to diagnose this further. I installed the latest version today and was able to get things working. (It prints out more about issues connecting, which allowed me to resolve them.) - The remote end was not setting LANG for UTF-8. I had to do this by: mosh --server='mosh-server new -l LANG=en_US.UTF-8' - I discovered that mosh does not support an xterm escape sequence that I use, namely one to *read* the window icon label: CSI 20 t and also CSI 11 t (reports whether the window is iconified). My main purpose is to save and use the icon label as the base for setting a longer label or title I have worked around this by setting an extra environment variable when using mosh, and skipping the reading of the icon label in that case. However, all of this is not really cygwin-specific, so I'll stop there. However, the failure to install the IO:Tty dependency may be relevant. Is there an easy way I can test that again? What would I uninstall and reinstall to check? That is, cpan will install things, but how would I *un*-install IO:Tty to check whether cygwin install of mosh loads it? Regards -- Eliot Moss -- 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