delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/05/05/11:23:47

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:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
q=dns; s=default; b=p1JlNN/BP3rhAxvwKO9jDXEkIxvJqN40fH7IEBIrWXV
JF2lrzVSp8ohOclycgsASC/Cu8WmYUslbSjPu7HSa93tWNgq3weglWzT5Ru233Bv
HZSj/Qww45erBOyWgt7dvspzqgbXQCdG6VztqTcDCInvR5s6/tTYfSlaFZDBC0sc
=
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:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
s=default; bh=8Zzzmep5MtFnTZFeItUoEHQPUe0=; b=thiC7/Pi4jX5Lhh0g
jfPmuSd6t6Ad9ov8iY5mzhrWp+8BdSqBq8utXdroJc7WS3aOBIfiJOFpj1cyEUDO
O4E7jLA0FlYvMJMlKzQ8equ54KaZWGw6nvPs0f/Va4TT02JA+WA6dQBMDAk541eZ
sYoFU2tp/7bEVX6oKIFp81dhiU=
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.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-ie0-f175.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=uRbifsLGPU2nn+qbSp+2/7rbUoYglCcRtZl682YglrE=; b=dJUKQ5Re0qqr74XntrDefGR+FFM8vZhAnquv4DjDc75jqebSAEXjbZdR0kN/Z6wH5a nSWZZ3Sz3kKsJBl2xtQOviiJWfOQGJjNbw4xwVWexY3jxnOlrjyTiIUdQJw11AAMLPow QjwM9in24PYGmJ0u8w5lIP3FwKvzECMcNEh2flcHidAG2nTW3CtAXxIWhvm7pndRDINg yOLUtLxhKUR+yg/oN3xXPOqVRh22fZ3xjkT+rRY0bZ3rWJ5VcUVER9KACpDpFpOtagf3 C55dmM7w6ZJR2qNxA0UKJZIkg/JWFwGooGY8dv6biWwto+lOlEbyc3pjxZuYY7iPL5Br xi1Q==
X-Gm-Message-State: ALoCoQlCg6SvCP4TcAfSHAjnONxQr9KuOYIIE3luMrpvc3OM8takEaP7ewEBqUxub/aoT/S1LAEg
X-Received: by 10.50.153.72 with SMTP id ve8mr24652570igb.16.1399303407649; Mon, 05 May 2014 08:23:27 -0700 (PDT)
Message-ID: <5367ACED.40409@breisch.org>
Date: Mon, 05 May 2014 11:23:25 -0400
From: "Chris J. Breisch" <chris DOT ml AT breisch DOT org>
User-Agent: Postbox 3.0.9 (Windows/20140128)
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: Problem with "None" Group on Non-Domain Members
References: <536796E4 DOT 2090009 AT breisch DOT org> <20140505135928 DOT GK30918 AT calimero DOT vinschen DOT de> <53679D5C DOT 5030209 AT breisch DOT org> <20140505144745 DOT GA6993 AT calimero DOT vinschen DOT de>
In-Reply-To: <20140505144745.GA6993@calimero.vinschen.de>
X-IsSubscribed: yes

Corinna Vinschen wrote:
>
> I wasn't talking about the POSIX permissions, but about the Windows
> ACL.  In your current dir, what does `icacls .' print?  Maybe that
> gives a clue.

Mea culpa. I should read better. I could have included that the last time.

$ icacls .
. WIN8-VM\Chris:(F)
   BUILTIN\Users:(RX)
   Everyone:(RX)
   NT AUTHORITY\Authenticated Users:(OI)(CI)(IO)(M)
   CREATOR OWNER:(OI)(CI)(IO)(F)
   CREATOR GROUP:(OI)(CI)(IO)(RX)
   Everyone:(OI)(CI)(IO)(RX)

Successfully processed 1 files; Failed processing 0 files

That doesn't seem too terribly strange to me.

>
>> [...]
>> Taking the example one step farther:
>>
>> $ chmod 600 bar
>> $ ls -l bar
>> -rw-rw---- 1 Chris None 0 May  5 10:10 bar
>> $ chmod 400 bar
>> $ ls -l bar
>> -r--r----- 1 Chris None 0 May  5 10:10 bar
>
>    vmbert8164+lcorinna AT vmbert8164 ~
>    $ chmod 400 bar
>
>    vmbert8164+lcorinna AT vmbert8164 ~
>    $ ls -l bar
>    -r-------- 1 vmbert8164+lcorinna vmbert8164+None 0 May  5 16:41 bar
>
> So I'd say it's not a generic issue but something in your environment.
> It would be nice to know what that is, of course.  Maybe there's some
> security setting?!?
>

Thanks for looking into this, Corinna. Apparently this is my problem, 
and not a Cygwin/Windows issue. That's rather odd, because the two 
machines I have tested this on are nothing alike, other than both being 
Windows 8.1 machines. They weren't even set up by the same people, or 
following the same (or any) script.

In both cases, I am logging on to the machine with a "Microsoft 
Account": http://www.microsoft.com/en-us/account/default.aspx

I can attach a cygcheck if you think there's any value in it. Doesn't 
seem likely, though. I'm looking at what's installed on the machine. 
More than I thought, but there doesn't appear to be any BLODA. I may try 
to create a new VM with nothing on it but Cygwin and see what happens.

I don't have access to the second machine right now, but I'll dig later.

I'll dig a little more on my own. I don't want to waste bandwidth on the 
Cygwin list for what appears to be a Stupid User Error.

Thanks again.

-- 
Chris J. Breisch

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