From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35461 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: Force Oort to verify sigs? Date: 23 Mar 2001 10:54:18 -0500 Sender: prj@multivac.cwru.edu Message-ID: References: <8766h8bb6b.fsf@wesley.springies.com> <5bbsr0gwxk.fsf@avocet.cs.rochester.edu> <868zm4yzat.fsf@mediawars.ne.jp> <871yrvvpah.fsf@inanna.rimspace.net> <764rwm2274.fsf@newjersey.ppllc.com> <87lmpy5wy4.fsf@inanna.rimspace.net> <7666h1ekej.fsf@newjersey.ppllc.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035171201 3218 80.91.224.250 (21 Oct 2002 03:33:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:33:21 +0000 (UTC) Return-Path: Original-Received: (qmail 4502 invoked by alias); 23 Mar 2001 15:54:20 -0000 Original-Received: (qmail 4497 invoked from network); 23 Mar 2001 15:54:19 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 23 Mar 2001 15:54:19 -0000 Original-Received: (qmail 17536 invoked by uid 500); 23 Mar 2001 15:54:40 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: (Russ Allbery's message of "22 Mar 2001 17:39:23 -0800") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 16 Xref: main.gmane.org gmane.emacs.gnus.general:35461 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35461 Russ Allbery writes: > Paul Jarc writes: > > Jake Colman writes: > >> This time I fail with a message that my tmp directory must have mode > >> 0700. The problem is that I think it does! > > >> drwx--l--- 2 colman research 96 Dec 28 14:17 tmp/ > > You have it set mode 2700 instead of 700. Ok, I'm used to seeing that as "drwx--S---" on Linux, where it probably means something different. chmod g-s should turn it off, though that may not have anything to do with your problem. paul