From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 18:54:36 2010 Received: (at submit) by debbugs.gnu.org; 13 Nov 2010 23:54:36 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PHPvX-0006yY-6A for submit@debbugs.gnu.org; Sat, 13 Nov 2010 18:54:36 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PHPvS-0006yT-6Z for submit@debbugs.gnu.org; Sat, 13 Nov 2010 18:54:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHQ06-00013o-JR for submit@debbugs.gnu.org; Sat, 13 Nov 2010 18:59:23 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:41374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHQ06-00013k-HK for submit@debbugs.gnu.org; Sat, 13 Nov 2010 18:59:18 -0500 Received: from [140.186.70.92] (port=51696 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHPzt-0000RL-9K for bug-coreutils@gnu.org; Sat, 13 Nov 2010 18:59:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHPzg-0000vo-5r for bug-coreutils@gnu.org; Sat, 13 Nov 2010 18:59:05 -0500 Received: from mo-p00-ob.rzone.de ([81.169.146.161]:37431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHPzK-0000pe-4p; Sat, 13 Nov 2010 18:58:30 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1289692707; l=1692; s=domk; d=haible.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:In-Reply-To: References:Cc:Date:Subject:To:From:X-RZG-CLASS-ID:X-RZG-AUTH; bh=PmcYz16iO6gQOPmFEF9LpoTDeu8=; b=QgudHkP2vyjb94SbPrElAb90mdLxVyBm6I320XfSY5i+1y1NKqstl0ImKyF/CPtewNB HB5/QZktqOpKnUTlGBTTSPZzZPwDhnF5mQJpUx6y0pPNyePL3Kxq8lTq4raBOYK1gy2ZB U/f/OqnuTv1aa6Hx/E73SNtoOlL0OSerEP8= X-RZG-AUTH: :Ln4Re0+Ic/6oZXR1YgKryK8brksyK8dozXDwHXjf9hj/zDJRaPAi/IaFpUs= X-RZG-CLASS-ID: mo00 Received: from linuix.haible.de (dslb-088-069-164-180.pools.arcor-ip.net [88.69.164.180]) by post.strato.de (klopstock mo41) (RZmta 24.4) with ESMTP id i02a70mADKnZiL ; Sun, 14 Nov 2010 00:58:24 +0100 (MET) From: Bruno Haible To: Eric Blake Subject: Re: rename() over NFS Date: Sun, 14 Nov 2010 00:58:21 +0100 User-Agent: KMail/1.9.9 References: <1286899722-20690-1-git-send-email-gary@gnu.org> <201011131513.17364.bruno@clisp.org> <4CDF0277.3040509@redhat.com> In-Reply-To: <4CDF0277.3040509@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201011140058.23270.bruno@clisp.org> X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit Cc: bug-coreutils@gnu.org, Paul Eggert , bug-gnulib@gnu.org, Jim Meyering X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) Eric Blake wrote: > For now, I'm okay with weakening the testsuite to ignore the NFS bug; > please apply this patch, but let's also document the bug. OK. Done like this: 2010-11-13 Bruno Haible rename, renameat: Document Linux bug with NFS . * doc/posix-functions/rename.texi: Mention the NFS bug on Linux. * doc/posix-functions/renameat.texi: Likewise. Suggested by Eric Blake. --- doc/posix-functions/rename.texi.orig Sun Nov 14 00:55:19 2010 +++ doc/posix-functions/rename.texi Sun Nov 14 00:50:58 2010 @@ -60,6 +60,11 @@ @code{ENOTDIR} if either argument is a symlink with a trailing slash: glibc, OpenBSD, Cygwin 1.7. @item +After renaming a non-empty directory over an existing empty directory, +the old directory name is still visible through the @code{stat} function +for 30 seconds after the rename, on NFS file systems, on some platforms: +Linux 2.6.18. +@item This function will not rename a source that is currently opened by any process: mingw. --- doc/posix-functions/renameat.texi.orig Sun Nov 14 00:55:19 2010 +++ doc/posix-functions/renameat.texi Sun Nov 14 00:52:06 2010 @@ -39,6 +39,11 @@ @code{ENOTDIR} if either argument is a symlink with a trailing slash: glibc, OpenBSD, Cygwin 1.7. @item +After renaming a non-empty directory over an existing empty directory, +the old directory name is still visible through the @code{stat} function +for 30 seconds after the rename, on NFS file systems, on some platforms: +Linux 2.6.18. +@item This function will not rename a source that is currently opened by any process: mingw. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 30 04:07:08 2012 Received: (at control) by debbugs.gnu.org; 30 Aug 2012 08:07:08 +0000 Received: from localhost ([127.0.0.1]:57030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T6zmO-0004un-2q for submit@debbugs.gnu.org; Thu, 30 Aug 2012 04:07:08 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:33853) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T6zmL-0004uf-2I for control@debbugs.gnu.org; Thu, 30 Aug 2012 04:07:06 -0400 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id ED43A20DA5 for ; Thu, 30 Aug 2012 04:05:55 -0400 (EDT) Received: from web5.nyi.mail.srv.osa ([10.202.2.215]) by compute5.internal (MEProxy); Thu, 30 Aug 2012 04:05:55 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date; s=smtpout; bh=g3x1YkP2vluBEiAMNfVG/RrTs8w=; b=TZifXzPLwB25W+uO3zOoS/hKp7Oe KhJauDa80k+NMovM0kYUSZt+0p/bpnOh0CKI1A233+hxUgr8wXVw3M1yaiA+SIjp 3lcXH7H2asp6p+g+dl6KDunycJuQGMWel+95+AZrDypuVZfWuzQ8lk/q3aAG3yXQ TT9u7m6/S5244xc= Received: by web5.nyi.mail.srv.osa (Postfix, from userid 99) id BD7B04C0212; Thu, 30 Aug 2012 04:05:55 -0400 (EDT) Message-Id: <1346313955.6848.140661121418585.20DF5764@webmail.messagingengine.com> X-Sasl-Enc: T2AqFlIWN6GQ1vxU9Q18H9U0y8luevpcLNcOSgz5PZxR 1346313955 From: era eriksson To: control@debbugs.gnu.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface Subject: Bug maintenance Date: Thu, 30 Aug 2012 11:05:55 +0300 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) forcemerge 6366 10924 merge 7389 7394 tags 7394 + patch merge 7948 7963 7968 retitle 9140 [du] broken on OSX 10.7 (Lion) for >4TB file systems retitle 10003 [df] information differs from GUI retitle 10013 [ls] document origin of name tags 10013 + patch retitle 10054 [cp] 8.13: cp -au may replace newer files [sr #107876] retitle 10877 [sort] too eager to use temp files retitle 11760 [mv] data loss after ctrl-C on ntfs -> ntfs move thanks I also wanted to retitle 10900 but it's too opaque, and should be followed up. I took this out because I'm not sure I was able to summarize it correctly. retitle 10639 [cp] test-copy-acl fails on Solaris 64bit + NFS /* era */ -- If this were a real .signature, it would suck less. Well, maybe not.