delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/04/16/12:48:31

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:date:from:to:message-id:in-reply-to:references
:subject:mime-version:content-type:content-transfer-encoding; q=
dns; s=default; b=iQyqDUqn3dQz1Q4BDvl5pbd0CrO41JckOfXXJR9KrBya5S
fhLcoVf8YGpJP9xDoA4EiE/L/QloKfViv6F53Is+hWzPhdOZeQKj3WG0oA5hWjhX
Cf/i87ikYOdmS04vCrbOUqzm2I0G5fCdCFyWKYvYcvA8XImvnZRJcrKzH9xU8=
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:date:from:to:message-id:in-reply-to:references
:subject:mime-version:content-type:content-transfer-encoding; s=
default; bh=QOlU4izrVYxo3NORqZ7MHv6FXTg=; b=p3sCFPQg9DYl8lM42e9G
1Zh4ueLUGKEcpLTlVzQ1+qVP/6XEjsU5ZiT6ZC+uGm2ka5t9XoNjHiprXywWfRcM
NTCe+Nag5e22s2zjeQ8sNRW41OLeBDeAYpboPV3PkoRySpuAwkvDiNj1wEEsl/U4
EhtPXBhuLPeo4e1w3P1kCCY=
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=2.9 required=5.0 tests=AWL,BAYES_50,SPF_SOFTFAIL,URI_HEX autolearn=no version=3.3.2
X-HELO: mwork.nabble.com
Date: Thu, 16 Apr 2015 09:48:02 -0700 (MST)
From: Ismail Donmez <ismail AT donmez DOT ws>
To: cygwin AT cygwin DOT com
Message-ID: <1429202882763-117627.post@n5.nabble.com>
In-Reply-To: <20150416162358.GE3657@calimero.vinschen.de>
References: <20150410100703 DOT GA4401 AT calimero DOT vinschen DOT de> <1428772308972-117455 DOT post AT n5 DOT nabble DOT com> <20150412083532 DOT GM7343 AT calimero DOT vinschen DOT de> <1428844894032-117479 DOT post AT n5 DOT nabble DOT com> <20150412142521 DOT GR7343 AT calimero DOT vinschen DOT de> <20150415154225 DOT GD7343 AT calimero DOT vinschen DOT de> <1429179605687-117615 DOT post AT n5 DOT nabble DOT com> <20150416110304 DOT GA26837 AT calimero DOT vinschen DOT de> <1429200569630-117621 DOT post AT n5 DOT nabble DOT com> <20150416162358 DOT GE3657 AT calimero DOT vinschen DOT de>
Subject: Re: [TESTERS needed] New POSIX permission handling
MIME-Version: 1.0
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t3GGmPZg031186

Corinna Vinschen-2 wrote
> On Apr 16 09:09, Ismail Donmez wrote:
>> Hi,
>> 
>> [...]
>> So I am trying to configure and install mutt, and the first error I see
>> is
>> at the end of configure:
>> 
>> configure: creating ./config.status
>> chmod: changing permissions of './config.status': Permission denied
>> configure: error: write failure creating ./config.status
>> 
>> Well, looks like its right:
>> 
>> [~/src/mutt]> chmod +x config.status
>> chmod: changing permissions of ‘config.status’: Permission denied
>> 
>> [~/src/mutt]> uname -a
>> CYGWIN_NT-6.3 ux31a 2.0.0(0.287/5/3) 2015-04-15 17:39 x86_64 Cygwin
>> 
>> [~/src/mutt]> getfacl .
>> # file: .
>> # owner: ismail
>> # group: ismail
>> user::rwx
>> group::r-x
>> group:SYSTEM:rwx
>> group:Administrators:rwx
>> mask:r-x
>> other:r-x
>> default:user::rwx
>> default:group::r-x
>> default:group:SYSTEM:rwx
>> default:group:Administrators:rwx
>> default:mask:r-x
>> default:other:r-x
>> 
>> [~/src/mutt]> getfacl config.status
>> # file: config.status
>> # owner: ismail
>> # group: ismail
>> user::rwx
>> group::r-x
>> group:SYSTEM:rwx
>> group:Administrators:rwx
>> mask:r-x
>> other:r-x
>> 
>> Any ideas? :)
> 
> Not yet.  Can you add the output of icacls for both?  For easier
> copy/pasting, just pipe the icacls output through `cat' for the time
> being.

[~/src/mutt]> icacls config.status
config.status NULL SID:(DENY)(Rc,S,REA,X,DC)
              UX31A\ismail:(F)
              UX31A\ismail:(RX)
              NT AUTHORITY\SYSTEM:(RX,W,DC)
              BUILTIN\Administrators:(RX,W,DC)
              Everyone:(RX)

Successfully processed 1 files; Failed processing 0 files

[~/src/mutt]> icacls .
. NULL SID:(DENY)(Rc,S,REA,X,DC)
  UX31A\ismail:(F)
  UX31A\ismail:(RX)
  NT AUTHORITY\SYSTEM:(RX,W,DC)
  BUILTIN\Administrators:(RX,W,DC)
  Everyone:(RX)
  NULL SID:(OI)(CI)(IO)(DENY)(Rc,S,REA,X,DC)
  CREATOR OWNER:(OI)(CI)(IO)(F)
  CREATOR GROUP:(OI)(CI)(IO)(RX)
  NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(RX,W,DC)
  BUILTIN\Administrators:(OI)(CI)(IO)(RX,W,DC)
  Everyone:(OI)(CI)(IO)(RX)

Successfully processed 1 files; Failed processing 0 files



--
View this message in context: http://cygwin.1069669.n5.nabble.com/TESTERS-needed-New-POSIX-permission-handling-tp117406p117627.html
Sent from the Cygwin list mailing list archive at Nabble.com.

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