X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1C2C3858402 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1632275502; bh=HtN25f9/S3EwE3xZfFuS8FCza7CKG6Sw9UYez6CXZQg=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=AQ1Yj5I0ex0Cq6nT84/O9oROZ/PJ4VNVAFNJmmfzIT59EIZNIYVV3WFGlmonI1Gmj EETAD1h29d0J70KBUU4gX4KWCiLHpOeA4bvbO4amptPHtLJlubmSLHDOHhO1Tlac9/ 66htQ/1RWO+YY8AFrn6fA2SIQbnr/f+/XujCs+xk= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7D5E53858D39 X-Xfinity-VAAS: gggruggvucftvghtrhhoucdtuddrgedvtddrudeiiedggeeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuvehomhgtrghsthdqtfgvshhipdfqfgfvpdfpqffurfetoffkrfenuceurghilhhouhhtmecufedtudenucgopfhokfffucdluddtmdenucfjughrpefofffvhffujghfgggtsehttddttdevtddvnecuhfhrohhmpeftihgthhgrrhguuceuvggvlhhsuceorhgsvggvlhhsseihrghhohhordgtohhmqeenucggtffrrghtthgvrhhnpefftedvueeuveeitefhudeijeeuudeuveeuheeifeegveejjedtgeeuhefhjedtheenucfkphepleekrddvfeehrddujeehrdelheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopefrjeejgedtrdgtohhmtggrshhtrdhnvghtpdhinhgvthepleekrddvfeehrddujeehrdelhedpmhgrihhlfhhrohhmpehrsggvvghlsheshigrhhhoohdrtghomhdprhgtphhtthhopegthihgfihinhestgihghifihhnrdgtohhm X-Xfinity-VMeta: sc=10.00;st=legit X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 21 Sep 2021 21:50:19 -0400 To: cygwin AT cygwin DOT com Subject: Re: cygwin setup version 2.909 not installing (silent mode) - bug or user error? In-Reply-To: <007201d7af05$bd2d0320$37870960$@pdinc.us> References: <007201d7af05$bd2d0320$37870960$@pdinc.us> Mime-Version: 1.0 X-Spam-Status: No, score=4.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, DKIM_VALID, FORGED_YAHOO_RCVD, FREEMAIL_FROM, KAM_DMARC_REJECT, MISSING_MID, NML_ADSP_CUSTOM_MED, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: **** X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: , From: Richard Beels via Cygwin Reply-To: Richard Beels Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Message-Id: <20210922015142.B1C2C3858402@sourceware.org> At 9/21/2021 at 12:28, Shakespearean monkeys danced on Jason Pyeron's keyboard and said: >If the last execution of the setup used download only and the setup >is used with -q and without either -D or -L it still defaults to -D > >Adding -Y does not change the behavior either. > >Workaround was to launch setup, advance to "select download source", >select install, advance to next screen, abort, re-run silent install. > > From setup --help: >-D --download Download packages from internet only >-L --local-install Install packages from local directory only >-Y --prune-install Prune the installation to only the requested > packages I noticed this a while back, too, with .908. I thought I mentioned it but maybe not. There are explicit switches for download (-D) only or local-install (-L) but not for "install from the internet". It looks like the "last-action" setting in /etc/setup/setup.rc controls what is used as the default for the next run: "Download", "Install" (local install) and "Download, Install" (internet install). At a minimum, it seems that the code currently is in contradiction to the --help output: once you choose -L or -D, that becomes the default mode for subsequent runs. Until explicitly changed back by running setup and clicking the appropriate button on the second dialog (or editing the rc file?). -- 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