From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78740 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Trying to enter a group: "registry max-hard size limit reached" Date: Mon, 09 May 2011 08:37:03 +0200 Message-ID: <87hb94gz1s.fsf@member.fsf.org> References: <877ha09a5k.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304923112 15691 80.91.229.12 (9 May 2011 06:38:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 May 2011 06:38:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27042@lists.math.uh.edu Mon May 09 08:38:25 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 1QJK6o-0006Go-95 for ding-account@gmane.org; Mon, 09 May 2011 08:38:23 +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 1QJK5h-0002j5-K9; Mon, 09 May 2011 01:37: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 1QJK5d-0002is-GU for ding@lists.math.uh.edu; Mon, 09 May 2011 01:37:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QJK5b-0006J0-NH for ding@lists.math.uh.edu; Mon, 09 May 2011 01:37:09 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QJK5Z-0004Bd-Ui for ding@gnus.org; Mon, 09 May 2011 08:37:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id AFF0E7800B5B for ; Mon, 9 May 2011 08:37:04 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21041-10 for ; Mon, 9 May 2011 08:37:04 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 0878E7818F59 for ; Mon, 9 May 2011 08:37:03 +0200 (CEST) In-Reply-To: <877ha09a5k.fsf@topper.koldfront.dk> ("Adam =?utf-8?Q?Sj?= =?utf-8?Q?=C3=B8gren=22's?= message of "Sun, 08 May 2011 23:04:23 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78740 Archived-At: asjo@koldfront.dk (Adam Sj=C3=B8gren) writes: Hi Adam, > When I tried entering a (gwene) group, I got this message: > > "registry max-hard size limit reached" > > and Gnus didn't open the group. Hm, `registry-insert' checks an assertion that the db has to contain less entries than `gnus-registry-max-entries'. If not, you get that error you've encountered. At a quick glance, I think the method `registry-prune' is in charge for cleaning old data from the db, so that new entries can be inserted. However, that isn't called from anywhere, AFAIKS. I think (registry-prune gnus-registry-db) should do the trick. Bye, Tassilo --=20 Sent from my Emacs