From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18860 invoked by alias); 19 Dec 2017 08:38:14 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 16947 invoked by uid 89); 19 Dec 2017 08:38:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=rarely, Administrator X-HELO: mail-wm0-f45.google.com Received: from mail-wm0-f45.google.com (HELO mail-wm0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 19 Dec 2017 08:38:08 +0000 Received: by mail-wm0-f45.google.com with SMTP id f9so2002145wmh.0 for ; Tue, 19 Dec 2017 00:38:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=e44FsIoLjL8qvczVjWffhGFWC/klw+8gKSE13UxN+Mc=; b=ap/4zz8ojoAZw/cvniHnVfmn9N+dOMjFDrI3hQTprPtj5PkUbxDSlz7xIwNo4VMfwc S3zSM02nfWUgIUzs/Ze+yF4UjqpW1TrkLfwmzmRo+sTiznI99VECJQ6WpNyRASn/tFyn CvosHFKdh8Qprjg0AcN3MSNq+D1W0My9DqR4ZbiJ78FrPcwbN4j8Gl5L0jS0c87sfXnJ LrgfybCkqBKiDlBwQqAH7L0lgwQP1t4781nbhO6bC/h2Vnj3UI+VLzqnxs0FmKqNl19r fXQJrAd2Be9RpcGVwsXGrasvfnEoP3wXjzTS1o0kgHPjU27Bxvy0fRt15NDvE4+rSZKW ITXw== X-Gm-Message-State: AKGB3mJ/641idObrWkXnKSwVblW2ImP1k5jLLtZ6AyAofBgLMbMrypFv GmcPDj4Jf0nynMQ7oDSJ9sZeTz4C4fCNe2rZNS9vxA== X-Google-Smtp-Source: ACJfBosFOuQ+XExI0bmA1KvQIORuWrSOHerbMyQMATJgUdWmZgNIu1jxi2kli3eekeO9emaJgmMOPGC/qudN3xdQeVI= X-Received: by 10.28.62.20 with SMTP id l20mr2890775wma.6.1513672685732; Tue, 19 Dec 2017 00:38:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.142.94 with HTTP; Tue, 19 Dec 2017 00:37:45 -0800 (PST) In-Reply-To: References: From: Arkady Date: Tue, 19 Dec 2017 09:51:00 -0000 Message-ID: Subject: Re: cygwin installation fails in Windows 10 when running with --quite-mode To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-12/txt/msg00190.txt.bz2 Another update: the quite mode sometimes succeeds. I estimate that the success rate is 30%. It rarely succeeds very first time. The problem is definitely not new. See, for example, https://github.com/boxcutter/windows/blob/master/floppy/cygwin.bat#L50 The batch start with rather encouraging "Force CYGWIN_ARCH to 32-bit - 64-bit seems to crash a lot" Indeed 32 bits installer sometimes works. On Mon, Dec 18, 2017 at 8:50 PM, Arkady wrote: > Reproduced again with Autounattend.xml > My goal is to prepare a Windows machine with Cygwin installed. I am > trying to script the process. > > I have the following section the Autounattend.xml file > > > cmd.exe /c > C:\Windows\Temp\setup-x86.exe -q -R C:\cygwin -l C:\Windows\Temp > --packages "wget,zip,screen" -s > http://cygwin.mirror.constant.com > Install Cygwin > 99 > true > > > > The whole file is > https://github.com/larytet/auto-win/blob/master/autounattend/packer-floppy-win10/Autounattend.xml > > The installation fails with the same "setu-x86.exe has stopped > working". I do not see output, but I bet that this is the same > "Changing gid to > Administrators" problem. > I suspect that this is something related to running as an > Administrator or System. > > I will greatly appreciate any tip. > > > On Mon, Dec 18, 2017 at 7:41 PM, Arkady wrote: >> I tried again on the clean Windows VM >> >> setup-x86_64.exe -q -B -R C:\Users\user\Downloads -s >> http://cygwin/mirror/constant.com >> >> After that I tried >> >> >> setup-x86_64.exe -q -B -R C:\Users\user\Downloads -s >> http://cygwin/mirror/constant.com -p wget,screen >> >> Both worked. Looks like my bad >> >> On Mon, Dec 18, 2017 at 7:27 PM, Arkady wrote: >>> Hi, >>> >>> I am trying to do: >>> >>> setup-x86_64.exe -q -p wget -v >>> >>> The installation fails with the last line "Changing gid to >>> Administrators" and a small dialog box "setup-x86_64.exe" has stopped >>> working A problem caused the program to stop working correctly..." >>> >>> I tried >>> setup-x86_64.exe -q -p wget -v -B >>> and >>> setup-x86_64.exe -q -p wget -v -B -R C:\Windows\Temp >>> >>> The same result - the setup fails >>> The interactive GUI installation works fine. >>> The quite mode fails to install/update Cygwin on the machin where it >>> is already installed. >>> >>> >>> What am I missing? >>> >>> Thanks. -- 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