delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/02/17/07:15:28

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Date: Thu, 17 Feb 2005 13:14:43 +0100
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: snapshots are breaking shred
Message-ID: <20050217121443.GS2597@cygbert.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <020920051745 DOT 590 DOT 420A4C2A000CF0230000024E22058864420A050E040D0C079D0A AT comcast DOT net> <20050209192812 DOT GU2597 AT cygbert DOT vinschen DOT de> <loom DOT 20050214T215335-693 AT post DOT gmane DOT org>
Mime-Version: 1.0
In-Reply-To: <loom.20050214T215335-693@post.gmane.org>
User-Agent: Mutt/1.4.2i

On Feb 14 21:19, Eric Blake wrote:
> Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:
> > > With coreutils 5.3.0-2 and various snapshots, I am seeing regressions in 
> shred(1)caused by cygwin changes:
> > 
> > As far as fsync is affected, I don't see how that could ever fail, except
> > the Windows call fails for some reason.  The fsync code hasn't changed
> > for quite some time.
> 
> I found what is causing this.  Coreutils shred uses the following code:
> int dir_fd = open (dir, O_WRONLY | O_NOCTTY);

So it tries to open directories for writing despite of POSIX not allowing
this?  How weird.

> POSIX requires that open fail with EISDIR on open with O_WRONLY or O_RDWR on a 
> directory, and you implemented that in a patch on Jan 6.  So with 1.5.12, shred 
> got a writeable fd from the first open, but with snapshots after Jan 6 it has 
> only a readable fd from the second open.  But fsync() is implemented with 
> FlushFileBuffers, which requires write access to the handle it is about to 
> flush, so it now fails with EACCES.
> 
> I don't know if it is better to patch open_fs() to additionally grant 
> GENERIC_WRITE access when opening directories as O_RDONLY (since that is the 
> only way to open a directory), or to patch fsync() to temporarily grant write 
> access to a directory for the duration of the flush.  But it is a definite 
> regression from 1.5.12 that should be fixed.
> 
> I also think that fsync() could be patched to return EINVAL on non-directory 
> file descriptors that were opened as O_RDONLY, rather than performing a failed 
> FlushFileBuffers and getting EACCES, as a closer match to the errors allowed by 
> POSIX.  http://www.opengroup.org/onlinepubs/009695399/functions/fsync.html

I'm pretty busy with non-Cygwin stuff at the moment.  But you know,
http://cygwin.com/acronyms/#PTC .


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin AT cygwin DOT com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019