www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/01/28/11:11:57

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:mime-version:message-id:from:to:subject
:content-type:date:in-reply-to:references; q=dns; s=default; b=y
u6j/FYV2EPL087leMF8Q1w40ZSNWH8NjoUeqB0ORI1+vDFfk4Am85CzG0G3FVh2H
JFIwRzAxF8iaJUkKlEH89I9wdbbcbig9wLaTSzEQN30S71U4QJg/3zbEHMf/NT4p
qvDEAVX50v+UspMS8mLFMQ7ifi957aX7v4Cpcr8lk4=
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:mime-version:message-id:from:to:subject
:content-type:date:in-reply-to:references; s=default; bh=QpIX+fi
TRfrTaSiPwTBOmG55EOQ=; b=nwbO+QaI7z4fqxcCgb/zER2WOBBoTOGEqEKVctp
dmKn+RhLPjlvCD1knl0wQ+LGj4Zq93Khn54koCoJQpmIwVxtGccA1IMPVzwQURly
V19X7V2W4TaUsQScVLlfz0MGP81Lo8C4eIbzC0P5RrXagssxxeXuA6CUGDDseZUK
t/G0=
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=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=strace, chmodstrace, chmod.strace, UD:strace
X-HELO: mout.gmx.net
MIME-Version: 1.0
Message-ID: <trinity-9e3ac9aa-18df-4344-a04a-f2d3bb5b3d97-1453997491409@3capp-gmx-bs39>
From: "Rainer Blome" <rainer DOT blome AT gmx DOT de>
To: cygwin AT cygwin DOT com
Subject: Aw: Re: git clone fails with: error: chmod on config.lock failed: Invalid argument
Date: Thu, 28 Jan 2016 17:11:31 +0100
Sensitivity: Normal
In-Reply-To: <20160128143302.GB27369@calimero.vinschen.de>
References: <trinity-3a438ac3-41ea-4364-8a55-e9750829ee24-1453898493961 AT 3capp-gmx-bs63> <56A8C67A DOT 6070101 AT cornell DOT edu> <20160127145314 DOT GE547 AT calimero DOT vinschen DOT de> <trinity-55056902-bdcc-4525-897a-716505b2f75b-1453940836750 AT 3capp-mailcom-lxa03> <20160128132310 DOT GA18626 AT calimero DOT vinschen DOT de>, <20160128143302 DOT GB27369 AT calimero DOT vinschen DOT de>
X-UI-Message-Type: mail
X-UI-Out-Filterresults: notjunk:1;V01:K0:VrRlIDepZe4=:pLEDgUT98kLr14IY64lajX iARDKWX6t5dOF7nFqflVzoNbdNhDD0JhVFGXWuQ2XzAjl/AxPvlySSs9kdHURWnZ1ClDVszIK wEo+Bedk+JzOMiFoMmxPEThjP+GJZBgEs9Ln3CqyP+EU8JFHGj2E2KcxdJRA6KTYzyNIYdi+t b91Zp60xnAzCAgv4QYjeIE+Cwq7zJ8MC8DkcuKqzFE59TgPEAV9JXlVNSMNV7QI9HB4WKjG7I IGN9runCb5pYk+Ue3iRpDwb9G1B5X1qTxOR3DN7FmDpKJyPgWVwjsaZtEal/gizd9GB//c6iZ y6rYJf+ovV5C4MnUkv0A5NqL9CncboMtZGUJB2gP/pNW3gbS9KSDkvPoV8I2h+/FmaxaejRWB DzSkjYY+GgsSe+5YfqZjkxXpuCaB/zCKd+3Ia3y5AeZRSHJYSkkDc6D4YhIu0iWY2EontIX8f B5PiAIzhjg==
X-IsSubscribed: yes

> Gesendet: Donnerstag, 28. Januar 2016 um 15:33 Uhr
> Von: "Corinna Vinschen" <corinna-cygwin AT cygwin DOT com>
> Also, an strace of chmod, e.g.
> 
>   $ strace -o chmod.strace chmod 777 x
> 
> might be helpful.  Please send the file chmod.strace with your reply.

$ strace -o chmod.strace chmod 777 foo
Segmentation fault

$ ls -la
total 0
drwx------+ 1 username 213 0 Jan 28 17:09 .
drwx------+ 1 username 213 0 Jan 28 15:14 ..
-rwx------  1 username 213 0 Jan 28 17:09 chmod.strace
-rwx------  1 username 213 0 Jan 28 15:14 foo

Ragards, Rainer

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