Re: Problem with posix flags and permission denied on domain computer

2015-05-27 Thread Corinna Vinschen
On May 19 08:43, Jiří Engelthaler wrote: > I'd like to hear an answer from Corinna Vinschen pls. The problem with the given permissions is that they don't reflect anything comparable with POSIX ACLs. The Cygwin ACL code is based on trying to emulate POSIX ACL behaviour and the permissions you hav

RE: Problem with posix flags and permission denied on domain computer

2015-05-19 Thread Buchbinder, Barry (NIH/NIAID) [E]
Jirí Engelthaler sent the following at Tuesday, May 19, 2015 2:44 AM >I'd like to hear an answer from Corinna Vinschen pls. She's on vacation.

Re: Problem with posix flags and permission denied on domain computer

2015-05-18 Thread Jiří Engelthaler
I'd like to hear an answer from Corinna Vinschen pls. 2015-05-13 19:22 GMT+02:00 schilpfamily : > finally, someone else experiencing the same problems i have been > seeing. i have to run chmod -r u+r,u+w * to fix this issue. cygwin > really need to fix this. > > On Wed, May 13, 2015 at 8:17 AM, Ji

Re: Problem with posix flags and permission denied on domain computer

2015-05-13 Thread schilpfamily
finally, someone else experiencing the same problems i have been seeing. i have to run chmod -r u+r,u+w * to fix this issue. cygwin really need to fix this. On Wed, May 13, 2015 at 8:17 AM, Jiří Engelthaler wrote: > Digging couple of hours found the cause. File security.cc line 389 > RtlGetGroupS

Re: Problem with posix flags and permission denied on domain computer

2015-05-13 Thread Jiří Engelthaler
Digging couple of hours found the cause. File security.cc line 389 RtlGetGroupSecurityDescriptor gets group SID "DOM_LAN\Domain Users" but this group is not in Access list parsed in get_attribute_from_acl function. I think this is not only my problem and hope Cygwin will be fixed. Powershell get-a

Problem with posix flags and permission denied on domain computer

2015-05-12 Thread Jiří Engelthaler
I have problem with posix file flags and permission denied on computer which is in domain. I have file on disk D: named foo. It is accessible both in Windows and in Cygwin as /cygdrive/d/foo but has flags rwx---+. If I copy this file to file named bar, it is not accessible in Cygwin nor in Wind