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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=RjuMk86M+LpK5wUp JTZzl0vDtEYvZVrCvDB7jeZPD6zAMLMU9ugElGGRLpBnQVeTSWv66vckzu2jINnJ /XTz7ySCKksxhFZffRK00cnetUYIxWlvMtkOE7dKAnGFcRswxPVgQNKlaX9xA6u4 RZTc/e1DLDtwBgJBhnvWTeha0oE= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=h4/8QUuajWtoc57giYQnTD l+aqU=; b=O2Q+ZXtzx0d/LALW6gOzEPk7x9NamwPRJOk13p5VON0EFQgOFZAH6t LArVQBR7ZidzEffknrqMmjGFgUYHlNnBXfgp/omgvj5ZQwoMecYl52xbgEBongwh KoD6rJW4hF7QScoLFR6ycg8VRfL4bYqw7Lsxeq/IgiflBkXpc7dQc= 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-Spam-SWARE-Status: No, score=-5.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*RU:UNKNOWN, H*r:4.77, HX-Spam-Relays-External:UNKNOWN, H*r:UNKNOWN X-HELO: atfriesa01.ssi-schaefer.com Subject: Re: [ANNOUNCEMENT] cygwin 3.1.0-0.6 (TEST) To: cygwin AT cygwin DOT com References: <20191011182439 DOT 6dd3fedb2c7138627e53c053 AT nifty DOT ne DOT jp> <99298a9a-5de3-0e14-0128-c693b278f5e7 AT ssi-schaefer DOT com> <20191016233503 DOT 742c53ce6dac9cc90ae21609 AT nifty DOT ne DOT jp> From: Michael Haubenwallner Message-ID: Date: Wed, 16 Oct 2019 18:33:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191016233503.742c53ce6dac9cc90ae21609@nifty.ne.jp> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit On 10/16/19 4:35 PM, Takashi Yano wrote: > On Mon, 14 Oct 2019 13:07:22 +0200 > Michael Haubenwallner wrote: >>> haubi AT linuxbox ~ $ ssh -t cygwin2016 hostname; hostname; ssh -t cygwin2016 hostname > > By the way, why do you specify -t option for ssh? > Without -t option, that will work as you expected. > Using ssh here is just the sample. The real project is the Gentoo Linux package manager named "portage", which does open a PTY for each build task. I'm not into it's details, but my guess is to have more control over some package's build system beyond just redirecting stdin, stdout and stderr. /haubi/ PS: In case you wonder why using a Linux package manager on Cygwin: There is the Gentoo Prefix subproject, that allows to install and manage the Gentoo package set within some directory without the need for chroot or even root permission, on top of any POSIXish platform, not just Linux. -- 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