X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=pDvdCtFZZVf2t/yQW5noXAy8MFHm1T8fmmQN8ApSlp430Jt7UjNQJ k1MZuwhUHkvr6uvCxjG0r9XpaqgsquZYaxvfJGR2FLg/0uWTW6oxIdiIOLCwB+6T njJNTeZa52KKlF939dFh8msmihsLasEdueJiWr3Fj5MCnCBqssUVls= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=Zlh97Dd9h3hCei4lnnX7/Xdlho8=; b=MWs4HSmXNchojqpc0SVZCbb4wxSH Bm3soLMuYiulSdQ24/He2I0fe65Sy+un5Y1+D1KWF3zTNiBOVT+xarTyzoBfItMh 0V9CCK0kARilL/uMref+2HGkr4YAHsLkWp9z30qijzawGgZVgpBnxTsBI+nBAiix gadR/VcfRB5msmo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BASE64_LENGTH_79_INF,BAYES_50,FSL_HELO_BARE_IP_2,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: How to correctly rebase? Date: Thu, 15 Oct 2015 07:14:49 +0000 (UTC) Lines: 1 Message-ID: References: <22046 DOT 25592 DOT 311399 DOT 765933 AT woitok DOT gmail DOT com> <8925F252-F479-4990-B568-1EC612DF39A5 AT etr-usa DOT com> <87si5dqmh9 DOT fsf AT Rainer DOT invalid> <9275354A-6BFA-4964-BA05-008441168922 AT etr-usa DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t9F7FFLj008981 Warren Young etr-usa.com> writes: > $ getfacl /var/log/setup.log > # file: /var/log/setup.log > # owner: Warren > # group: Warren > user::rw- > group::--- > other:r— > > So, why is setup.exe not writing to it? 604 is a weird permission set, but does it really need world writability? > > I get the same permission set when saying “touch x” on this box. > > Windows 10, 64-bit. You seem to be using a Microsoft Account rather than a local one. That has the wierd effect that the SID for the user and the group becomes identical. Corinna already added a few workarounds here and there for this, but it may not be complete and setup may also need to do something extra in this case. I've never used a Microsoft Account, so I can't help any further with this. Regards, Achim.