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 Date: Mon, 10 Jan 2005 11:44:17 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: SSH client hang running uncompressed tar on various servers In-Reply-To: <20050110132810.GA23702@cygbert.vinschen.de> Message-ID: References: <9e3862d80501100309715ff080 AT mail DOT gmail DOT com> <20050110124023 DOT GH7748 AT cygbert DOT vinschen DOT de> <9e3862d8050110050867b1598a AT mail DOT gmail DOT com> <20050110132810 DOT GA23702 AT cygbert DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 10 Jan 2005, Corinna Vinschen wrote: > On Jan 11 00:08, Brett Porter wrote: > > What's weirder: it works when run from bash, but fails when forked > > from Java (actually, via the program Ant). If I fork "bash -c 'set'", > > the environment seems normal, so I assume ssh is also getting the > > normal environment. If I fork bash from java and run ssh, it still > > fails. If I run ssh from cmd.exe, it succeeds. > > It could be a simple problem with stdio buffering or it could be the > same problem which keeps native unison from working over ssh in 1.5.12. > You could try to switch to unbuffered IO in java before forking ssh, > just for testing. Is the output from the server side necessary for > your application to work? If not, you could redirect output on the > server side to /dev/null. Also, redirect the *input* on the *client* side from /dev/null (using either shell redirection, or the -n ssh flag). This is a good idea whenever you invoke non-interactive ssh from another program. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT -- 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/