From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48009 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Sporadic NNIMAP error with CVS gnus Date: Mon, 02 Dec 2002 21:55:56 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: <3DEC2B4C.2000006@xpediantsolutions.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------050003050109090503070308" X-Trace: main.gmane.org 1038932194 25271 80.91.224.249 (3 Dec 2002 16:16:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Dec 2002 16:16:34 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18JFim-0006Yr-00 for ; Tue, 03 Dec 2002 17:16:29 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18JFk8-0004QD-00; Tue, 03 Dec 2002 10:17:52 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 03 Dec 2002 10:18:39 -0600 (CST) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA15136 for ; Tue, 3 Dec 2002 10:18:26 -0600 (CST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id gB3GHVr16314 for ding@hpc.uh.edu; Tue, 3 Dec 2002 10:17:31 -0600 Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id VAA12004 for ; Mon, 2 Dec 2002 21:57:03 -0600 (CST) Original-Received: (qmail 577 invoked by alias); 3 Dec 2002 03:56:08 -0000 Original-Received: (qmail 572 invoked from network); 3 Dec 2002 03:56:08 -0000 Original-Received: from h023.c001.snv.cp.net (HELO c001.snv.cp.net) (209.228.32.138) by gnus.org with SMTP; 3 Dec 2002 03:56:08 -0000 Original-Received: (cpmta 3158 invoked from network); 2 Dec 2002 19:56:00 -0800 Original-Received: from 216.12.207.46 (HELO xpediantsolutions.com) by smtp.register-admin.com (209.228.32.138) with SMTP; 2 Dec 2002 19:56:00 -0800 X-Sent: 3 Dec 2002 03:56:00 GMT User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en Original-To: ding@gnus.org Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48009 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48009 --------------050003050109090503070308 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Arcady, Pls check the contents of the .overview file for the group that is getting this error. It should be located at News/agent/nnimap/MAIL_SERVER_NAME/MAIL_BOX_NAME/.overview. Does the line, "Free CDs ..." appear in this file EXACTLY as shown below? If it does, run (gnus-agent-regenerate-group "GROUP_NAME") to repair the .overview. This should fix your problem for now. I'll check in new code tomorrow to improve the error checking. What we're seeing right now is a symptom. It may take some time to find the cause. Kevin Arcady Genkin wrote: >Simon Josefsson writes: > > > >>>As I replied to Kevin in private mail, it's the following: >>> >>> # ( 1) [PasteMusic.com ] Free CDs at Paste, Gift Subscriptions for Cheap/New PasteArtist Brad Yoder + Ryan Adams, etc. >>> >>>and the point is in the third column (right after the `#' character). >>> >>> >>In the *nntpd* buffer? That looks really wrong, how did a summary >>buffer line end up in the server buffer? >> >> > >By ``server buffer'' you mean the `` *nntpd*'' buffer? It looked >alright, as far as I could tell, but I would not know if there were >anything wrong with the actual format. > > > >>Do you have any summary buffer customizations that may leave data in >>the server buffer? >> >> > >Not sure. I have the following lines in my .gnus; perhaps there is >something wrong... > >(add-hook 'gnus-summary-mode-hook > '(lambda () > (local-set-key [(alt delete)] (quote gnus-summary-delete-article)) > (setq gnus-summary-line-format "%U%R%z(%2t) %I%(%[%-20,20n%]%) %s\n >" > gnus-summary-same-subject "--\"--" > gnus-auto-select-first nil > gnus-show-threads t > gnus-gather-loose-threads t > gnus-thread-hide-subtree t > gnus-thread-hide-subjects nil > gnus-thread-indent-level 2))) >(add-hook 'gnus-summary-exit-hook 'gnus-dribble-save) > >Thanks, > > --------------050003050109090503070308 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Arcady,
Pls check the contents of the .overview file for the group that is getting this error.  It should be located at News/agent/nnimap/MAIL_SERVER_NAME/MAIL_BOX_NAME/.overview.  Does the line, "Free CDs ..." appear in this file EXACTLY as shown below?

If it does, run (gnus-agent-regenerate-group "GROUP_NAME") to repair the .overview.  This should fix your problem for now.  I'll check in new code tomorrow to improve the error checking.  What we're seeing right now is a symptom.  It may take some time to find the cause.

Kevin

Arcady Genkin wrote:
Simon Josefsson <jas@extundo.com> writes:

  
As I replied to Kevin in private mail, it's the following:

 # ( 1) [PasteMusic.com      ] Free CDs at Paste, Gift Subscriptions for Cheap/New PasteArtist Brad Yoder + Ryan Adams, etc.

and the point is in the third column (right after the `#' character).
      
In the *nntpd* buffer?  That looks really wrong, how did a summary
buffer line end up in the server buffer?  
    

By ``server buffer'' you mean the `` *nntpd*'' buffer?  It looked
alright, as far as I could tell, but I would not know if there were
anything wrong with the actual format.

  
Do you have any summary buffer customizations that may leave data in
the server buffer?
    

Not sure.  I have the following lines in my .gnus; perhaps there is
something wrong...

(add-hook 'gnus-summary-mode-hook
          '(lambda ()
             (local-set-key [(alt delete)] (quote gnus-summary-delete-article))
             (setq gnus-summary-line-format "%U%R%z(%2t) %I%(%[%-20,20n%]%) %s\n
"
                   gnus-summary-same-subject "--\"--"
                   gnus-auto-select-first nil
                   gnus-show-threads t
                   gnus-gather-loose-threads t
                   gnus-thread-hide-subtree t
                   gnus-thread-hide-subjects nil
                   gnus-thread-indent-level 2)))
(add-hook 'gnus-summary-exit-hook 'gnus-dribble-save)

Thanks,
  

--------------050003050109090503070308--