Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Mon, 10 Jan 2005 14:28:10 +0100
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: SSH client hang running uncompressed tar on various servers
Message-ID: <20050110132810.GA23702@cygbert.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <9e3862d80501100309715ff080@mail.gmail.com> <20050110124023.GH7748@cygbert.vinschen.de> <9e3862d8050110050867b1598a@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <9e3862d8050110050867b1598a@mail.gmail.com>
User-Agent: Mutt/1.4.2i

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.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.

--
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/

