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 Subject: Remote jobs running through SSH get stuck From: Peter Solodov Date: Wed, 21 Aug 2002 10:10:54 -0400 Message-ID: <871y8scnf5.fsf@lorien.concordia.ca> Lines: 34 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hello, I've encountered a very strange problem recently. I have a job which is executed on Windows machine running OpenSSH 3.4p1 with Cygwin DLL 1.3.12-2. The job writes a lot of output to standard output (about 3Mb of text) and some goes to standard error (much less). This output is being redirected to a file on Linux machine which started the job (stdout goes to one file, stderr to another one). I run the job with the following command: ssh -q -C -o ForwardAgent=no -o ForwardX11=no -n machine-name \ command > file Sometimes the program on the other end just gets stuck. It stops any output, doesn't use CPU anymore, nothing. I guess I also should mention that the program being run on Windows machine is not a cygwin one, it's purely Windows program. I was able to get to run to completion using tfy, but the text is full of escape sequences, not to mention that there's no more stdout/stderr separation. And what seems really strange to me that it doesn't get stuck all the time, the problem is intermittent. Has anyone seen anything like that? Is there a solution for it? - Peter -- Peter Solodov | IITS peter AT alcor DOT concordia DOT ca | Concordia University http://alcor.concordia.ca/~peter | Montreal, QC, Canada -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/