From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57609 Path: main.gmane.org!not-for-mail From: Jon Ericson Newsgroups: gmane.emacs.gnus.general Subject: Re: Patch for filesystems that do not support chmod. Date: Thu, 20 May 2004 16:40:31 -0700 Organization: I speak for myself; not JPL, NASA nor the US Government Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1085096475 21381 80.91.224.253 (20 May 2004 23:41:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 May 2004 23:41:15 +0000 (UTC) Original-X-From: ding-owner+M6149@lists.math.uh.edu Fri May 21 01:41:05 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQx9s-0002v8-00 for ; Fri, 21 May 2004 01:41:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BQx9T-0002F3-00; Thu, 20 May 2004 18:40:39 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BQx9K-0002Ev-00 for ding@lists.math.uh.edu; Thu, 20 May 2004 18:40:30 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BQx9I-0005vC-L8 for ding@lists.math.uh.edu; Thu, 20 May 2004 18:40:28 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 2CE193A01FA for ; Thu, 20 May 2004 18:40:27 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BQx9G-0002y4-00 for ; Fri, 21 May 2004 01:40:26 +0200 Original-Received: from jon-ericson.jpl.nasa.gov ([128.149.227.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2004 01:40:25 +0200 Original-Received: from Jon.Ericson by jon-ericson.jpl.nasa.gov with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 May 2004 01:40:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: jon-ericson.jpl.nasa.gov User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (celeriac, cygwin32) X-Face: "Ro}i#1h*rV:tg+F.!]r/y,RDL'`*sc[_1LB'%*akh@LHbt,:gBJ/:2cS@:hpBLtYO)o3a; w3Tli`r,.jIZD-zR)p7:^V^}#Wz@.\av>O{!8S.h>lnL3eMT1",~EiISLm4rw/*qVW3xE#vj4}#Cq' 57,?HW3K-Hl.B+&{=>+e;R:J~'tJ*~fS*2n-G_8_5eS[w?#*JF~tj#~=zglo*\&YBS1&Zr2gP] Cancel-Lock: sha1:GVKgCzvJTHbJhdVoNMB/pSFHWTA= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57609 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57609 Paul Stodghill writes: > I wrote, > >> This is not a platform bug. IMO, Gnus should not request a file mode >> that the underlying filesystem cannot support. > > ... or, Gnus should gracefully handle the case of when the > set-file-modes call fails. Yes, please. Recently the company mandated virus checker on my machine has been deleting email as Gnus rights it disk. When Gnus tries to chmod the non-existent file, it can't. I've had to delete the mails from .emacs-mail-crash-box to read my mail, which is a huge pain.[1] Thanks, Jon Footnotes: [1] But not enough pain to track down either the virus scan or the Gnus issue yet. I'm not even sure if I have diagnosed the problem correctly.