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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=ySpRhaJtTrgOHcEuzE4vvkJRLWrz es9uS+7K6jZB2FOJ1x2HSJBoGhCIj1JUT1EdTLXEBH+tK1sYzvWjhOLiJwK5IQPh G3TjbNGC01b4xkfUd/p8mtBi1scnGauSM1MK5ptbJ+Jwwot0DDxYQW6PGnRvyD1G 3xIwtoH9hm0UODs= 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=2PdK3KxuIZaLA9rwH56YNk+uQ6Y=; b=er lcm8wUWxbrDc1VwLL86R15wS4fL6BsNMp7kbYYiMaDQHsgCvfm6PknoWA5rEiOBt hQjYKCln6JC/z0TcU8X2naR5KeRTo+yMwu8v9Jqfq1KTsbdt2WNip9jfSn+6uNOJ qqOVZZBDDEzHp2RWEH2vbjuZ+hepb5YsBNAiKB+i4= 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=1.0 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 In-Reply-To: <9275354A-6BFA-4964-BA05-008441168922@etr-usa.com> Date: Wed, 14 Oct 2015 16:08:53 -0600 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> To: The Cygwin Mailing List X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t9EM9DMw014580 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. (That resulted in 606 permissions, for some reason. I have no idea why I effectively have an 0070 umask on this system, even though “umask” from the normal Cygwin terminal says 0022.) Then, since I thought I remembered that setup.exe had a mode where it wrote debugging stuff to stdout/stderr, I tried running “setup-x86_64.exe -vB” from a dash admin shell, but got nothing on the console. -- 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