X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Fri, 28 Jan 2011 13:23:50 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: 1.7: Basic file operations fail on network shares provided by Tru64 Advanced Server Message-ID: <20110128122350.GY28470@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4C73712F DOT 7000801 AT dla-marbach DOT de> <20100824083631 DOT GN6726 AT calimero DOT vinschen DOT de> <20100824122144 DOT GS6726 AT calimero DOT vinschen DOT de> <20100824162810 DOT GU6726 AT calimero DOT vinschen DOT de> <20100825091521 DOT GW6726 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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 Jan 28 12:45, Heinz Werner Kramski wrote: > Analysis: > --------- > 1) In the 'NT Create AndX Request' the Cygwin client is sending an > Access Request of 0x00010000 > Thereby requesting only for the "DELETE" access corresponding to > 0x00010000 > Hence, this is the Access that gets granted to the Cygwin client > from the ASU server side. > > 2) The next request, 'Query File Basic Info' is sent with a Granted > Access of 0x00010000 > that was obtained in the previous 'NT Create AndX Request' > This request fails with the error, 'STATUS_ACCESS_DENIED' as the > client does not have the > "Desired Access" to Query for the File Basic Info. > For this request to have completed successfully, the Granted > Access should have been 0x00000080 > which corresponds to Read Attributes Access > > Thus, the Cygwin client should have requested for a minimum Access > of 0x00010080 in the first > 'NT Create AndX Request' which is required for > copying/moving/renaming files. This must really be an NT4 internal problem. Cygwin does not request File Basic info in rename, just File Standard and File Internal info, which both don't require specifc rights. 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