From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29215 invoked by alias); 17 Oct 2011 14:20:23 -0000 Received: (qmail 29204 invoked by uid 22791); 17 Oct 2011 14:20:21 -0000 X-SWARE-Spam-Status: No, hits=3.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT X-Spam-Check-By: sourceware.org Received: from mr0.ht-systems.ru (HELO mr0.ht-systems.ru) (78.110.50.55) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Oct 2011 14:20:03 +0000 Received: from [91.76.250.241] (helo=darkdragon.lan) by mr0.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1RFo2q-0005Zq-Tc; Mon, 17 Oct 2011 18:20:01 +0400 Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Mon, 17 Oct 2011 14:19:15 -0000 Date: Mon, 17 Oct 2011 14:20:00 -0000 From: Andrey Repin Reply-To: Andrey Repin Message-ID: <1699857392.20111017181915@mtu-net.ru> To: Roger Pack , cygwin@cygwin.com Subject: Re: 1.7.9-1 Patch command mangles permissions on windows 7 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-10/txt/msg00324.txt.bz2 Greetings, Roger Pack! > Forgive me if this is a commonly reported bug, but I wasn't sure if > other discussions on permissions issues were the same as this issue... > $ c:\installs\cygwin\bin\patch.exe -p0 < multithread_utilities_trunk.diff > (Stripping trailing CRs from patch.) > patching file xxx/yyy/zzz/Test.java > ... When you're running Cygwin tools outside cygwin shell, you need to let Windows do the security handling for you. In /etc/fstab, uncomment the last line (under one that says "This is the default...") and add "noacl" mount option. none /cygdrive cygdrive binary,posix=0,user,noacl 0 0 Or, even none / cygdrive binary,posix=0,user,noacl 0 0 -- WBR, Andrey Repin (anrdaemon@freemail.ru) 17.10.2011, <18:15> Sorry for my terrible english... -- 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