From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.pdinc.us (mail2.pdinc.us [67.90.184.28]) by sourceware.org (Postfix) with ESMTPS id A3E13385380B for ; Mon, 17 May 2021 19:58:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A3E13385380B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pdinc.us Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=jpyeron@pdinc.us Received: from lovegrove (nsa1.pdinc.us [67.90.184.2]) (authenticated bits=0) by mail2.pdinc.us (8.14.4/8.14.4) with ESMTP id 14HJwrda024661 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 17 May 2021 15:58:55 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 mail2.pdinc.us 14HJwrda024661 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pdinc.us; s=default; t=1621281535; bh=aA4IEqpGAUqnzECo44vCKLuHpaAzeW6G3ffsWU/D/7M=; h=From:To:Subject:Date:From; b=W3QsCEwvqCUjpUAD5BnPMg6JY1pn/GPGmYxVplreq/rvlXYQc4OvMfOuxDQJLloZz Dd5hIckFnp+cB4bcYSmycMvsGIgO18jdIgvWq+r+Xx+XpWTikXvGwZTBeHZmGt6uta JbDKxFuXK50vcQ9UvOfXH6wo4y0lCVQhpNAKGpMr2OGRy3sYHp/GPTEb2gSrIdNg9q Q/B6wRgQh+GcEdG2lE5IPvj1Aul/tShlxwDCfMnSLgrVK3ZsPvFaUDadqYA5nOpwHY LsjYVYsgcPpqRz7OlXMCw/EpRnS56jC/LnWXauctfVOjg7QXPVpypg8r0e8z6rRNx/ bZ/7WV8JK6xBg== From: "Jason Pyeron" To: Subject: preventing setup from forking Date: Mon, 17 May 2021 15:59:03 -0400 Message-ID: <000001d74b57$17671af0$463550d0$@pdinc.us> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: AddLVoGdWeJUj9TaTC+VevAQjrXNHQ== Content-Language: en-us X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_20, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, KAM_INFOUSMEBIZ, SPF_HELO_PASS, SPF_PASS, 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 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.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: , X-List-Received-Date: Mon, 17 May 2021 19:58:57 -0000 When I run =20 c:\inst\setup-x86_64.exe -q -f -R c:\cygwin64 -l c:\inst -P = libgcrypt-devel,asciidoc,cygport,gcc-g++,libpoppler-cpp-devel,libpcre-dev= el,dejagnu,texlive-collection-latex =20 or =20 c:\inst\setup-x86_64.exe -qvW -f -R c:\cygwin64 -l c:\inst -P = libgcrypt-devel,asciidoc,cygport,gcc-g++,libpoppler-cpp-devel,libpcre-dev= el,dejagnu,texlive-collection-latex =20 the prompt returns immediately. This is causing problems when it is run = from a (windows) ssh session. =20 e.g. ssh oss-cygwin-server-2019-node -l 'jenkins$' -t = 'c:\inst\setup-x86_64.exe -q -f -R c:\cygwin64 -l c:\inst -P = libgcrypt-devel,asciidoc,cygport,gcc-g++,libpoppler-cpp-devel,libpcre-dev= el,dejagnu,texlive-collection-latex' =20 Any thoughts?=20 =20 This is forcing me to run it interactively, as there is something that = is causing it to hang, with no output. =20 -Jason