From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80057 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus registry upgrade didn't import old registry Date: Mon, 26 Sep 2011 17:02:38 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87zkhruflt.fsf@lifelogs.com> References: <87ehzkh4j2.fsf@uwo.ca> <87litbxd7x.fsf@lifelogs.com> <87zkhr11n1.fsf@uwo.ca> <87r533111i.fsf@uwo.ca> Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317074724 27202 80.91.229.12 (26 Sep 2011 22:05:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Sep 2011 22:05:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28351@lists.math.uh.edu Tue Sep 27 00:05:20 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R8JIe-00036H-CK for ding-account@gmane.org; Tue, 27 Sep 2011 00:05:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1R8JIX-0005zy-1U; Mon, 26 Sep 2011 17:05:13 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1R8JIV-0005zf-LB for ding@lists.math.uh.edu; Mon, 26 Sep 2011 17:05:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R8JIU-0001J2-M1 for ding@lists.math.uh.edu; Mon, 26 Sep 2011 17:05:11 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R8JIS-0001Fa-NG for ding@gnus.org; Tue, 27 Sep 2011 00:05:08 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R8JIS-00030S-0d for ding@gnus.org; Tue, 27 Sep 2011 00:05:08 +0200 Original-Received: from 38.98.147.133 ([38.98.147.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Sep 2011 00:05:08 +0200 Original-Received: from tzz by 38.98.147.133 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Sep 2011 00:05:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 31 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.133 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:GnQxdO+FExocjjuG4wPyoSzTSso= X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80057 Archived-At: On Mon, 26 Sep 2011 16:50:01 -0400 Dan Christensen wrote: DC> Hmm, now slurping in new mail doesn't seem to be working: DC> Reading incoming mail from file... [8 times] DC> Gnus registry: article spooled to nnfolder:picasa-linux DC> Trying to prune the registry because it's full DC> Mail source (file :path ~/Mail/lists) failed: (error Cannot get new mail) DC> Here are my settings: DC> (setq gnus-registry-max-entries 10000 DC> gnus-registry-use-long-group-names t DC> gnus-registry-ignored-groups '(("nntp" t) DC> ("nnrss" t) DC> ("spam" t) DC> ("train" t)) DC> ) DC> (gnus-registry-initialize) DC> I tried increasing max-entries to 12000, but it didn't help. I'll DC> restore my registry backup, which I expect will fix things. I haven't run into this issue. What's the (registry-size gnus-registry-db)? Can you e-mail me a copy of the .eieio and .eld files if they don't have private information? I have max-entries at 100000, could you try that? I run up to the limit often and the prune-factor of 0.1 gets applied. Ted