Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Tue, 22 May 2001 18:56:51 -0400
From: Christopher Faylor <cgf@redhat.com>
To: Cygwin List <Cygwin@cygwin.com>
Subject: Re: rm -rf dir hangs on SAMBA drive if dir/foo is read-only.
Message-ID: <20010522185651.A25000@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: Cygwin List <Cygwin@cygwin.com>
References: <002a01c0e2ab$be56f9f0$21c9ca95@mow.siemens.ru> <002b01c0e2ae$90548920$21c9ca95@mow.siemens.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.11i
In-Reply-To: <002b01c0e2ae$90548920$21c9ca95@mow.siemens.ru>; from Andrej.Borsenkow@mow.siemens.ru on Tue, May 22, 2001 at 03:01:33PM +0400

On Tue, May 22, 2001 at 03:01:33PM +0400, Andrej Borsenkow wrote:
>Looks like rm problem - it just loops. It is with fileutils-4.0-3:
>
>mw1g017@MW1G17C /mnt/bor/tmp/tst
>$ rm -r bar
>rm: remove write-protected file `bar/foo'? y
>rm: remove write-protected file `bar/foo'? y
>rm: remove write-protected file `bar/foo'? y
>rm: remove write-protected file `bar/foo'? y
>rm: remove write-protected file `bar/foo'? y
>rm: remove write-protected file `bar/foo'? y
>rm: remove write-protected file `bar/foo'? y
>...

Bleah.  This is apparently due to some "clever" code that I added to
cygwin which attempts to deal with removing a file that is already
opened by using the windows NT DELETE_ON_CLOSE facility.  It doesn't
appear to work right on samba shares.  The CreateFile/CloseHandle
works but the file is never deleted.

I have to think about the best way to deal with this.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

