Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: ding@gnus.org
Cc: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Archive group broken since very recently
Date: Thu, 16 Sep 2010 12:26:27 +0200	[thread overview]
Message-ID: <201009161226.27550.tassilo@member.fsf.org> (raw)
In-Reply-To: <b4meicujxea.fsf@jpl.org>

On Thursday 16 September 2010 03:21:49 Katsumi Yamaoka wrote:

> > archive+nnml+archive:sent-postings... 20100915T175512.137> Opening
> > nnml server on archive+nnml+archive:sent-postings...done
> > Sending...done
> 
> I got:
> 
> Sending...
> Sending news via NewsServer using nntp...
> 20100916T094357.843> Opening nnml server on archive...
> 20100916T094357.844> Opening nnml server on archive...done
>                                             ^^^^^^^
> Wrote /home/yamaoka/News/archive/sent-news/12
> Sending...done
> 
> Note that the server name appearing here should be the cadr of
> gnus-message-archive-method, i.e. "archive".

,----[ C-h v gnus-message-archive-method RET ]
| gnus-message-archive-method is a variable defined in `gnus.el'.
| Its value is 
| (nnml "archive"
| 	  (nnml-inhibit-expiry t)
| 	  (nnml-get-new-mail nil)
| 	  (nnml-directory "/home/horn/.gnus.d/News/archive")
| 	  (nnml-active-file "/home/horn/.gnus.d/News/archive/active"))
`----

Hm, the `cadr' is "archive" here, too.

> > But I cannot enter the archive group (nnml+archive:sent-postings)
> > anymore.  RET RET on it gives:
> 
> [...]
> 
> This looks like the file
> /home/horn/.gnus.d/News/archive/sent-postings/.overview is missing.

Nope, the file is there and looks correct (762 overview lines).

> This may help:
> 
> M-x nnml-generate-nov-databases-directory RET
> ~/.gnus.d/News/archive/sent-postings RET

I still can't enter the group.

> > And to make things even more strange, there are now several archive
> > servers in the server buffer!
> > 
> >      {nnml:archive} (opened)
> >      {nnml:archive} (opened)
> >      {nnml:archive+nnml+archive:sent-postings} (opened)
> >      {nntp:Uni} (opened) (agent)
> >      {nntp:Gmane} (opened) (agent)
> >      {nntp:Eclipse} (opened) (agent)
> 
> [...]
> 
> IIUC the archive server should be only one.

Hm, right now I have

     {nnml:archive} (opened)
     {nnml:archive+nnml+archive:sent-messages-2008} (opened)
     {nnml:archive+nnml+archive:sent-postings} (opened)
     {nntp:Uni} (opened) (agent)
     {nntp:Gmane} (opened) (agent)
     {nntp:Eclipse} (opened) (agent)

The archive server contains the groups sent-messages-2008 and
sent-postings.  It seems server 2 and 3 were created when I tried to
enter the respective groups...

>  How about trying removal of useless servers?  To do that for example:
> 
> (let (archive)
>   (while (setq archive (assoc "archive" gnus-server-alist))
>     (setq gnus-server-alist (delq archive gnus-server-alist)))
>   (push (cons "archive" gnus-message-archive-method)
> 	gnus-server-alist))
> 
> This should be done while Gnus is running.

Did that, and afterwards I had this:

,----[ C-h v gnus-server-alist RET ]
| gnus-server-alist is a variable defined in `gnus.el'.
| Its value is 
| (("archive" nnml "archive"
|   (nnml-inhibit-expiry t)
|   (nnml-get-new-mail nil)
|   (nnml-directory "/home/horn/.gnus.d/News/archive")
|   (nnml-active-file "/home/horn/.gnus.d/News/archive/active")))
`----

Killing the *Server* buffer and entering it again with ^ still will show
the two strange servers...

The I restarted gnus, and that's the initial value.  After startup,
*Server* only shows one archive.  Then I try entering sent-postings and
enter *Server* again, and boom, there's

  {nnml:archive+nnml+archive:sent-postings} (opened)

But the value of gnus-server-alist has not changed...

Bye,
Tassilo



  reply	other threads:[~2010-09-16 10:26 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-15 16:04 Tassilo Horn
2010-09-16  1:21 ` Katsumi Yamaoka
2010-09-16 10:26   ` Tassilo Horn [this message]
2010-09-16 18:00     ` Lars Magne Ingebrigtsen
2010-09-16 19:03       ` Tassilo Horn
2010-09-17  1:25         ` Lars Magne Ingebrigtsen
2010-09-17  8:09           ` Tassilo Horn
2010-09-17 15:51             ` Lars Magne Ingebrigtsen
2010-09-17 18:40               ` Tassilo Horn
2010-09-17 19:13                 ` Lars Magne Ingebrigtsen
2010-09-17 19:17                   ` Tassilo Horn
2010-09-17 19:24                     ` Lars Magne Ingebrigtsen
2010-09-17 21:57                       ` Tassilo Horn
2010-09-18 17:16                         ` Lars Magne Ingebrigtsen
2010-09-19  8:24                           ` Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201009161226.27550.tassilo@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    --cc=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).