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:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=Wq0Rnkj peOZpMpHFexzPc0kBTdZOwQ5r92rcSFJ1v9l5+lni2aJd7tocrfovlo15VpS3+zi EAYvr2CyDM6gjfrizi41pK78DiZqZfs+sCTsDQg+p+ejFdG0H5WhB5ikBBOZok98 zxrKC1aRv0t3dSbOk6hxKzjCOTYRlhEd0ur0= 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:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=oX1gWRlV4TStD P6v+hVvQAMP9Mo=; b=w/c/7YUvQ63WviN5wfNyvdum27kqk9zlxCPnXpoHFEaaI lQSfr5cZEe9yKjaDc4jHVaDFuVZHPlMBsCNj4vZxqIk+bYhFC7GIOYqTYrd94EeS fAWnMzEbjI1LzVTDvulAUGwNvYWHXlcriNfCD1r+THwAWuiBE8rzPhKKFgCN/0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=lol, H*f:45J, H*f:sk:HCOENw@, H*i:45J X-HELO: mail-lf0-f46.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=t4XON+0+1fP0+2m61/m8y7ICjylkf5dTYJmWupYTl04=; b=j9BmkSvgR168PCeiRJmUVF9LGX1fLNdkzadxhX1nB1XSy4Yu7NH6bC3n7nLJwcEVJJ zL4i26sqcHGUQgzGJl2WeIHgwxKt8vvCkvGQLY8D0oqmPdPYrv38tm1VD67+VBifb4Th aYCfW7hTRPKGxd/grTV8VKoBWpTsHuTMZfrx602BWVuXh2YdxB7eLsFdK8u5Va/ojnSb 6Hv0Gu6FMx0V/oH5/D5XNGJsRQHC0xMpTaurzqZs1UUSiHEfUzZPcdR6zfXio68GiL33 NHAm+LYwcrour9EHRA5ccJWbgN/4o757t+LpP/KjcvPgBnKs9++O5kSn3Wto5RPk6W8U awSg== X-Gm-Message-State: AOPr4FXPIYe5d4Lzb786fmVTTzzMSJlv2vwePOe2PqpML1iaa0VniUjcWUmcuJvDLzC4OZCpcqFIAQr6nM/mdQ== X-Received: by 10.112.63.196 with SMTP id i4mr14872970lbs.93.1460999682081; Mon, 18 Apr 2016 10:14:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20160413052257 DOT GB28803 AT mercury DOT ccil DOT org> <20160413131128 DOT GA3162 AT mercury DOT ccil DOT org> <570E4B45 DOT 7000201 AT cs DOT umass DOT edu> <20160413154351 DOT GF32092 AT mercury DOT ccil DOT org> <570F5ECC DOT 3060409 AT yandex DOT ru> <20160415113805 DOT GL5014 AT calimero DOT vinschen DOT de> From: Gerrit Haase Date: Mon, 18 Apr 2016 19:14:02 +0200 Message-ID: Subject: Re: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 2016-04-18 15:25 GMT+02:00 Gerrit Haase wrote: > my thought was, that UoW maybe requires (X) to access a file, > because this is the bit missing from these files, and of course this > is most probably a bug in UoW, if adding (X) is the solution to access > Cygwin created files from UoW. And this is it: root AT localhost:/mnt/c/cygwin/home/Gerrit# cat file3 cat: file3: Permission denied Gerrit AT GPHT410 ~ $ chmod a+x file3 root AT localhost:/mnt/c/cygwin/home/Gerrit# cat file3 hello root AT localhost:/mnt/c/cygwin/home/Gerrit# ls -la file3 -rwxrwxrwx 1 root root 6 Apr 18 17:07 file3 root AT localhost:/mnt/c/cygwin/home/Gerrit# chmod 644 file3 root AT localhost:/mnt/c/cygwin/home/Gerrit# ls -la file3 -rwxrwxrwx 1 root root 6 Apr 18 17:07 file3 LOL... -- 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