From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56127 Path: main.gmane.org!not-for-mail From: Rob Walker Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmaildir overload? Date: Tue, 20 Jan 2004 12:48:20 -0800 Organization: home net Sender: ding-owner@lists.math.uh.edu Message-ID: <87smiany7f.fsf@ladle.net> References: <87k73r44is.fsf@ladle.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074631750 17309 80.91.224.253 (20 Jan 2004 20:49:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2004 20:49:10 +0000 (UTC) Original-X-From: ding-owner+M4667@lists.math.uh.edu Tue Jan 20 21:49:04 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 1Aj2o4-0001uU-00 for ; Tue, 20 Jan 2004 21:49:04 +0100 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 1Aj2nT-0004hU-00; Tue, 20 Jan 2004 14:48:27 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Aj2nK-0004hM-00 for ding@lists.math.uh.edu; Tue, 20 Jan 2004 14:48:18 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id AA7A13A0039 for ; Tue, 20 Jan 2004 14:48:17 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1Aj2nI-0002vA-00 for ; Tue, 20 Jan 2004 21:48:16 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 21 Original-NNTP-Posting-Host: 157.22.13.237 Original-X-Trace: quimby.gnus.org 1074631696 11228 157.22.13.237 (20 Jan 2004 20:48:16 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 20 Jan 2004 20:48:16 +0000 (UTC) User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, linux) Cancel-Lock: sha1:mF0bNj5I+mgNmOrWCsC5jiONksU= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56127 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56127 >> On Mon, 19 Jan 2004 01:26:49 -0500, prj@po.cwru.edu (Paul Jarc) said: > Rob Walker wrote: >> I have a single mailing list which had over 16000 messages in it. > The actual limit is NLINK_MAX, which varies from system to system. >> Signaling: (file-error "Adding new name" "Too many links" >> "/home/rob/mail/myinternetplace/mail.lists.evals/.nnmaildir/marks/read/:" >> "/home/rob/mail/myinternetplace/mail.lists.evals/.nnmaildir/marks/read/1073931271_0.18828.tp600x,U=17123,FMD5=691287df477cdb411b6f056cb0287f3a") > I know how to fix this; hopefully I'll get to it soon. For now, > you can work around it like this: $ cd > /home/rob/mail/myinternetplace/mail.lists.evals/.nnmaildir/marks/read > $ touch :-new $ mv -f :-new : This worked. Thank you. Are you saying that the fix needs to be made in the nnmaildir backend? rob