X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 24 Mar 2010 10:49:13 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: /cygdrive permissions problem [failing duplicity backup] Message-ID: <20100324094913.GA1961@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4BA35384 DOT 1040100 AT frydenbo-bruvoll DOT com> <20100319112252 DOT GL6505 AT calimero DOT vinschen DOT de> <4BA3658D DOT 4060705 AT gmail DOT com> <4BA36211 DOT 30109 AT frydenbo-bruvoll DOT com> <20100319114731 DOT GO6505 AT calimero DOT vinschen DOT de> <4BA37B3A DOT 8070901 AT frydenbo-bruvoll DOT com> <20100319173948 DOT GB17541 AT calimero DOT vinschen DOT de> <4BA8FD46 DOT 2080904 AT frydenbo-bruvoll DOT com> <20100324091739 DOT GT32321 AT calimero DOT vinschen DOT de> <4BA9DC28 DOT 1070401 AT frydenbo-bruvoll DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BA9DC28.1070401@frydenbo-bruvoll.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Mar 24 09:32, Jan-Aage Frydenb?-Bruvoll wrote: > On 24/03/2010 09:17, Corinna Vinschen wrote: > >The new 1.7.2 DLL should fix your original problem, but as far as the > >weird output of getfacl is concerned, you would have to debug this. > >With a debugger and all that. I don't know any other way to find out > >why that happens. > > Ok - on the outskirts of my comfort zone, but it should be doable. > Could you possibly point me in the right direction for the best > instructions for getting everything I need set up? I am sort of > familiar with using strace, but for instance gdb is new to me. That's bad. It's very tiresome for both sides to step through GDB instructions. Start with testing 1.7.2. If ls shows the right result $ ls -ld /cygdrive dr-xr-xr-x 8 you your_group 0 2006-12-01 01:00 /cygdrive but getfacl still doesn't show the right permissions $ getfacl /cygdrive # file: /cygdrive # owner: you # group: your_group user::r-x group::r-x other:r-x mask:rwx then the problem is to find out why the fhandler_disk_file::facl() method doesn't call fhandler_cygdrive::fstat(). However, first check that your problem is really fixed with 1.7.2. If so, the above problem has less importance. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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