From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from srv.zendro.de (srv.zendro.de [159.69.89.134]) by sourceware.org (Postfix) with ESMTP id B74C23858D32 for ; Mon, 29 Aug 2022 09:36:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B74C23858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=zendro.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=zendro.de Received: from [IPV6:2a02:8106:24f:fe00:2eaf:3618:6456:a67e] (unknown [IPv6:2a02:8106:24f:fe00:2eaf:3618:6456:a67e]) by srv.zendro.de (Postfix) with ESMTPSA id D0DC8100DEA for ; Mon, 29 Aug 2022 11:36:15 +0200 (CEST) Message-ID: Date: Mon, 29 Aug 2022 11:36:14 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 From: Markus Hansmair Subject: Re: ca-certificates postinstall permission denied error To: cygwin@cygwin.com References: <0deb131e-26bd-7180-b23f-caf03387a5ea@aussiebb.com.au> <310e03a1-943c-4e37-6130-197742917a57@aussiebb.com.au> <877d2vcyc4.fsf@Otto.invalid> Content-Language: de-DE In-Reply-To: <877d2vcyc4.fsf@Otto.invalid> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello, may I chime in... I had the very same issue. In an enterprise environment I'm forced to do setup --no-admin --no-desktop Am 26.08.22 um 08:28 schrieb ASSI: > Can you try if these patches fiy your issue (if you havent installed > ca-certificates-letsencrypt then obviously the second one will not > apply)? > > [...] I applied this patch and can confirm that the error message has gone. I ran the script as follows: 1. Started cmd.exe 2. set PATH=C:\\bin;%PATH% 3. C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/ca-certificates.sh" Step 3 is one line and was logged by the setup program before it reported "abnormal exit: exit code=1" Sorry, I cannot tell anything about ca-certificates-letsencrypt.sh as the corresponding package has not been installed. Kind regards Markus Hansmair