delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/07/10/18:27:36

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:subject:mime-version:content-type
:content-transfer-encoding:date:from:in-reply-to:references
:message-id; q=dns; s=default; b=nUmb1Ty3GmXNnyhzpQV77cdGJ8R/OAU
+bexwxHeXIk2PRWLvp98uNKdMHodfZdXAJp9osK2RtNN0KXkfolXQLN8Hv9Ya8uL
CSOKmPA1ISn5I3wJDEH/SADIVAuBMF2D51c0v0LfrHHmS9Ch9WRDRQ8jIq8S+4vG
2P1vIH+Se33s=
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:subject:mime-version:content-type
:content-transfer-encoding:date:from:in-reply-to:references
:message-id; s=default; bh=fWCBW9PFjBGgMPbQN20UTRNfdHw=; b=QWsYE
3hCJz2k5qNN4GwuSfC7Y805vRayU9twb3jXlkOa36qFexDGgO5xadEe+w1Qs1TXc
fLzyb0VsH5/lSGLMmI0gW29ecthuukWFan1B9Qrz0I0WDnaqPGGHF+F7w17El34f
kNtq/u1yyuB2oYfKrj7CbOo4dfJ1xV5s52O6X0=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.8 required=5.0 tests=AWL,BAYES_00,FROM_STARTS_WITH_NUMS,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=piped, Eliot, dear, Dear
X-HELO: smtp-out-no.shaw.ca
X-Authority-Analysis: v=2.2 cv=a+JAzQaF c=1 sm=1 tr=0 a=95A0EdhkF1LMGt25d7h1IQ==:117 a=95A0EdhkF1LMGt25d7h1IQ==:17 a=IkcTkHD0fZMA:10 a=SMorJkV_YP8A:10 a=G3gG6ho9WtcA:10 a=K9PENDHXXTf9Mo6AR0MA:9 a=QEXdDO2ut3YA:10
To: cygwin AT cygwin DOT com
Subject: Re: Request to the git maintainer
X-PHP-Originating-Script: 501:rcmail.php
MIME-Version: 1.0
Date: Mon, 10 Jul 2017 15:27:06 -0700
From: Kaz Kylheku <920-082-4242 AT kylheku DOT com>
In-Reply-To: <64cc57cf-09c7-6225-963f-9adacb7d03af@cs.umass.edu>
References: <b5a70575-b81b-12c1-aad3-b100dd7acaa0 AT cs DOT umass DOT edu> <87a84cxcos DOT fsf AT Rainer DOT invalid> <64cc57cf-09c7-6225-963f-9adacb7d03af AT cs DOT umass DOT edu>
Message-ID: <5b9b894856c27a28ce349b3689fe8751@mail.kylheku.com>
X-Sender: 920-082-4242 AT kylheku DOT com
User-Agent: Roundcube Webmail/0.9.2
X-CMAE-Envelope: MS4wfBavqhzaud9TkxZ4CYZz0DCIGfKujKALbWSyqvkSGATohanmgVWtOgxN88Inh/XRNluTppVZDf1J2Eb2S8dcswiRy7JjASFCpk17YSRko1dZ/kXjeh9T 1ZC7put+ukD6fhc0nYG9a9AWaaPT94DIh+AEkLP4O2VuvbBx+RCtrMGr
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id v6AMRYTd006010

On 10.07.2017 14:02, Eliot Moss wrote:
> On 7/10/2017 4:24 PM, Achim Gratz wrote:
>> Eliot Moss writes:
>>> Dear maintainer of git ....
>>> 
>>> I use CrashPlan as my backup engine.  It has difficulty backing up
>>> files with no "other" access.  Many git locale (.mo) and doc-related
>>> files have permissions 600 (directories 700).  Is there a good reason
>>> for this?  I would think that 644 and 755 access would be fine for
>>> these files, and it would prevent the problems I see with CrashPlan.
>> 
>> That's an upstream build system bug.  Some of the installation scripts
>> use cp instead of install and that in turn makes them dependent on 
>> umask
>> (which doesn't get set aywhere I can easily find).  I guess Adam could
>> work around that by setting 'umask 022' in the cygport file, but it
>> really should be fixed in git.git.
> 
> I looked upstream, and at least some of the files I am concerned about
> are installed using "tar" piped to another "tar", with umask 022 set
> explicitly.  I think the problem is that the source of this copying
> has 600 or 700 permissions.  Not sure if *that* is an upstream problem
> or not ...

I would say, get a backup system that handles whatever bits you have
on your disk, or find out how to configure the existing one.

If there are some permission problems, maybe it needs more privilege
to do its job.

You can't ask every vendor of everything that you have installed
or "git pulled" to fix their permissions because your backup program
has bizarre limitations.



--
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019