From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78756 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Trying to enter a group: "registry max-hard size limit reached" Date: Mon, 09 May 2011 12:52:02 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87fwondanx.fsf@lifelogs.com> References: <877ha09a5k.fsf@topper.koldfront.dk> <87pqnsxnud.fsf@topper.koldfront.dk> <87tyd4b0uo.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1304963745 26183 80.91.229.12 (9 May 2011 17:55:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 May 2011 17:55:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27057@lists.math.uh.edu Mon May 09 19:55:40 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 1QJUgF-0007nW-4r for ding-account@gmane.org; Mon, 09 May 2011 19:55:39 +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 1QJUfk-0006Du-RQ; Mon, 09 May 2011 12:55:08 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QJUfk-0006Dn-1N for ding@lists.math.uh.edu; Mon, 09 May 2011 12:55:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QJUfj-0001XM-4T for ding@lists.math.uh.edu; Mon, 09 May 2011 12:55:07 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QJUfh-0003wO-47 for ding@gnus.org; Mon, 09 May 2011 19:55:05 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QJUfh-0007VD-1b for ding@gnus.org; Mon, 09 May 2011 19:55:05 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 May 2011 19:55:05 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 May 2011 19:55:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 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" User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:O5sKSHZF9VOeQEvXBIrNJ72N4Ho= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78756 Archived-At: On Mon, 09 May 2011 05:54:39 -0500 Ted Zlatanov wrote: TZ> On Mon, 09 May 2011 10:47:06 +0200 asjo@koldfront.dk (Adam Sjøgren) wrote: AS> On Sun, 08 May 2011 23:04:23 +0200, Adam wrote: >>> "registry max-hard size limit reached" >>> and Gnus didn't open the group. AS> This morning when I tried to start Gnus, I got the same message and Gnus AS> wouldn't start. AS> I have removed the .gnus.registry.* files and was then able to start AS> Gnus again. AS> This is with No Gnus 4872ab1e. TZ> As Tassilo said, increase `gnus-registry-max-entries' until I fix it to TZ> call `registry-prune'. No need to remove the registry (though that TZ> works too, certainly). Now the code calls `registry-prune' but will still fail if the registry is full. I think that's the right thing to do, though I could ask the user if he wants to increase `gnus-registry-max-entries'. Ted