X-Recipient: archive-cygwin@delorie.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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; q=dns; s=default; b=OxnvkUwMBT2n+yLxt7jezxFQnrmP
	pxry91BD19YhcrharjsxyIwtCVZXEo7khNWZHYXybyWCk8xmZGojPs1j4ND7VARc
	fbNQU3y+zK5Sd1XWqG1BBEhaz/wSMBXcX2F0Wqy3FiHEgqWeGyGKY/ZoPEA9B+2g
	PfCgwBOMXRrp37M=
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:content-type:mime-version:subject:from
	:in-reply-to:date:content-transfer-encoding:message-id
	:references:to; s=default; bh=vyx+16VSEAwEh6CQhv4McuGeT0w=; b=Y/
	++Zv8Fk21h9vDBTAT+m3WeJ/Tg/M513MNy19P09fj/kAhAvc4n34R3y/fS+5zVOu
	tll+MIy1934nH99BRCIehefHzlGU7mjbi0tJPwFGn5RQitW5cGLlD3dbzuoD6Fjr
	SZ6TZKQtrYzZBnup/VdB6BwgegTz2dIVeNXUkDjaA=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2
X-HELO: etr-usa.com
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\))
Subject: Re: How to correctly rebase?
From: Warren Young <wyml@etr-usa.com>
In-Reply-To: <D9E8819C-DC93-4779-A8C8-FC557F48565F@etr-usa.com>
Date: Wed, 14 Oct 2015 16:37:20 -0600
Message-Id: <D2D7AC62-B334-47DA-A24B-AA71F6CD6540@etr-usa.com>
References: <22046.25592.311399.765933@woitok.gmail.com> <8925F252-F479-4990-B568-1EC612DF39A5@etr-usa.com> <87si5dqmh9.fsf@Rainer.invalid> <9275354A-6BFA-4964-BA05-008441168922@etr-usa.com> <D9E8819C-DC93-4779-A8C8-FC557F48565F@etr-usa.com>
To: The Cygwin Mailing List <cygwin@cygwin.com>
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t9EMbaAg018546

On Oct 14, 2015, at 4:08 PM, Warren Young wrote:
> 
> On Oct 14, 2015, at 3:30 PM, Warren Young wrote:
>> 
>> So, why is setup.exe not writing to it?  604 is a weird permission set, but does it really need world writability?
> 
> Nope.  I said “chmod 666 /var/log/setup.log”, and setup.exe still isn’t writing anything new to it.

Well, RTFS for the win: setup/main.cc, line 290 purposely fails to initialize the logger when it’s running with elevated permissions, as it will be when running under UAC.

I can think of some weak reasons why that might be the case, but nothing that convinces me that this is the right thing to do.

Anyway, this has drifted off topic for this list.  Anyone who cares enough to take it further should move the discussion to the cygwin-apps list.
--
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


