X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 12C6F385B835 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=towo.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=towo AT towo DOT net Subject: Re: PTY not working in Mintty To: cygwin AT cygwin DOT com References: <250d055d-5cdd-8a50-7e94-e4febc2fea85 AT samsung DOT com> <90de2b7d-f2b9-e0e0-fdc3-54280572687a AT gmail DOT com> From: Thomas Wolff X-Tagtoolbar-Keys: D20200410182157297 Message-ID: Date: Fri, 10 Apr 2020 18:21:57 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <90de2b7d-f2b9-e0e0-fdc3-54280572687a@gmail.com> X-Provags-ID: V03:K1:PXtmEj2Cpy4uwSxPyPfBZbkQLF3E1E217DVqsKVdgJKnuYDg3Fd t9LsmAo23jpwL31saO0eVaN8ndB/oTRn1T5NSE0Ag8ujyQAAi3D3WNV4MyoWZLiEJ3MIeKc mw9n2iH69ORlqKyn+raAvEqUJPkEDfEiGtKLNloNeqXN8mXiNMj7AswHWe78fwG/kBxh9pd rRw1ooJZIRmnb0oluQNuA== X-UI-Out-Filterresults: notjunk:1;V03:K0:fXkNW+tNjgU=:pQI8ysXZiDMrUG36dawUwN EOJYgNguppMzJDA0pbjSQqwYieb6aAisPKwr7iVoKzMDBUzUTS4/ZMDuhqL4wxCd6Ut8P4kAG /morfGCQfRgc1OU2cZmAe2zs+gVziQMf0rrJTGD9UHPfYLeMDQNjV/FE9VFovU+vo1nOHoTXS 8Re5ZtM1K3EGYYjYaqAghgMs2O7FsccO1dqFpcdLHWYNYdFXhcIUmAhVEyLU3OqsN/S8dfWbY zRF/A8lbPNLfKGtZiHWX16/6Uw8sFcjvjFYIioEdKTjZYqCj8xaa1ZC8VIIiHXp5ROa5pSENZ hGR2swyvJ6DdrVXDshRiS/1b8Gx+Mgp8CQEEYnvMQeinlEWE0q/Rj0Q2xPb+siRlGVpSl441e h9tDRMEM6kjF8LXDwbpXpEHRYOAyt2gLfmQfhsuV6PJIZhNst6oMkOKoedl4fZ0XYBYP4EoNa Ax1DKbV+97v4U5FLyCe7PQfQQXHU6Jad5eie0kc2I8MsfQFeCISDei7iNSyVF/x1QMGdDraTv EXyv1Ni8pmYGOP8/hPFTLoljt5pGBkFxGiIhkkHzFNMhqC2zgPwX2qiHzfbB/n9jYVb6XzpPh gjZgvp7NGDWn8whufJwFum5StAwF0qkpDZsTP/2xaFPB71+dsd4EQaQevHkvek4z+VlxKJb5d YQRszhs/QPt4bdTA//CeQRBgc4ypuSds105s65GI9PxxOJ3RcwqrU0tdZ/oorBUj5xIOS+UDk Epxm3SRe837fWTazyhTahSM46b5i7atSVMdT1DziqJL4eslno+LYgx+HEhT03mk14AGCtQDec hPJh0I1HD4d/xbZICwR6oV9chv6SUwAyt0CcDA68F8tUGPuFUc= X-Spam-Status: No, score=-10.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 03AGMSaa014348 Am 10.04.2020 um 14:24 schrieb Marco Atzeri via Cygwin: > Am 10.04.2020 um 14:05 schrieb Pavel Fedin via Cygwin: >>    Hello everyone! >> >>    I have two machines in my posession: a desktop and a laptop. Both >> machines have Windows 10 and the same up to date version of Cygwin >> installed. The only difference is "age". The laptop is a new one, with >> freshly installed OS and Cygwin, and the desktop is about one year old >> and its hard drive is about 10 years old, Cygwin was installed a while >> ago and periodically upgraded. >> >>    So far, on the desktop PTY does not work. Attempt to run docker (i am >> using Docker Desktop for Windows) causes "Terminal is not a PTY" error, >> i have to use winpty wrapper as suggested. On the laptop everything is >> fine, docker works in MinTTY out of the box with no need for winpty. >> >>    Is there maybe some hidden setting, which got stuck somewhere in the >> older system ? Why is PTY not working? Can anyone help me to diagnose >> that ? >> If your desktop Windows version is a bit older, it may not yet support the ConPTY API, so cygwin will silently drop its own conpty support. You might compare the build numbers (cmd /c ver, or winver). > > Hi pavel, > > what is the setting of CYGWIN variable ? > > I suggest you to run > > "cygcheck -svr > cygcheck.out" and compare the output files > > No idea what is "Docker Desktop" but I suggest you to verify that you > are really running mintty with the same invocation in the two cases. > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple