From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57587 Path: main.gmane.org!not-for-mail From: Paul Stodghill Newsgroups: gmane.emacs.gnus.general Subject: Re: Patch for filesystems that do not support chmod. Date: Thu, 20 May 2004 13:08:41 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085072918 3742 80.91.224.253 (20 May 2004 17:08:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 May 2004 17:08:38 +0000 (UTC) Original-X-From: ding-owner+M6127@lists.math.uh.edu Thu May 20 19:08:18 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 1BQr1l-0004ei-00 for ; Thu, 20 May 2004 19:08:18 +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 1BQr1e-00083n-00; Thu, 20 May 2004 12:08:10 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BQr1a-00083i-00 for ding@lists.math.uh.edu; Thu, 20 May 2004 12:08:06 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BQr1Z-00007o-Lo for ding@lists.math.uh.edu; Thu, 20 May 2004 12:08:05 -0500 Original-Received: from exchfe1.cs.cornell.edu (exchfenlb-1.cs.cornell.edu [128.84.97.33]) by justine.libertine.org (Postfix) with ESMTP id 51A113A00BB for ; Thu, 20 May 2004 12:08:05 -0500 (CDT) Original-Received: from exchfe1.cs.cornell.edu ([128.84.97.27]) by exchfe1.cs.cornell.edu with Microsoft SMTPSVC(6.0.3790.0); Thu, 20 May 2004 13:08:04 -0400 Original-Received: from barney-xp.cs.cornell.edu.cs.cornell.edu ([128.84.97.171]) by exchfe1.cs.cornell.edu over TLS secured channel with Microsoft SMTPSVC(6.0.3790.0); Thu, 20 May 2004 13:08:04 -0400 Original-To: ding@gnus.org In-Reply-To: (Jesper Harder's message of "Thu, 20 May 2004 03:08:01 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Security Through Obscurity, cygwin32) X-OriginalArrivalTime: 20 May 2004 17:08:04.0472 (UTC) FILETIME=[03967780:01C43E8D] Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57587 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57587 > If XEmacs+cygwin is the odd man out, I think it would be better to > make it consistant with the other ports. XEmacs will raise an exception on any platform when the call to chmod fails. This can happen, for instance, if you do not own the file being chmod'ed. I believe that this can also happen for certain file modes on SMB file systems. Someone with a Linux system and a Samba mounted file system could verify this. This is not a platform bug. IMO, Gnus should not request a file mode that the underlying filesystem cannot support.