Gnus development mailing list
 help / color / mirror / Atom feed
From: Harry Putnam <reader@newsguy.com>
Subject: Virtual server/major confusion
Date: 31 Oct 1999 10:03:37 -0800	[thread overview]
Message-ID: <m3k8o3v24m.fsf@satellite.local.lan> (raw)

Attempting to create a second nnml server.  A place to store old messages
from Newsgroups now stored under ~/News/agent.

I want to go thru those agentized groups and split out the messages by
mnth to nnml groups of similar names.  That part is not a problem.  I
know how to do that.

However, I want to store these nnml groups in a directory on a separate
partition, in this case /mnt/bak/news2nnml

Following along in the info pages (Creating A Virtual Server) which
say the "nnspool" example could just as well be an "nnml" example.

I've created an nnml server named "news2nnml" that looks like so:

(nnml "news2nnml"
      (nnml-directory "/mnt/bak/news2nnml")
      (nnml-nov-directory "/mnt/bak/news2nnml")
      (nnml-active-file "/mnt/bak/news2nnml"))

Leaving the select method in ".gnus" like so:

(setq gnus-secondary-select-methods '((nnml "")))

Also tried it like so:

(setq gnus-secondary-select-methods 
  '((nnml "")
     (nnml "/mnt/bak/news2nnml")))                               

The first setting gives errors that say either IO error
Or
/mnt/bak/news2nnml is a directory

The second shows all my nnml groups as before but duplicates with the
name nnml+news2nnml:GROUP  and nothing from /mnt/bak/news2nnml

I moved 4 small nnml groups to /mnt/bak/news2nnml for this
experiment. During my experimenting, gnus did see these groups at one
point when pressing <RET> on the server but would not let me in them
even after pressing "g" on the server to regenerate, and g in group
buffer to get new stuff.  Not sure what I did to cause this much to
happen ... but cannot get the groups to show up again.

This seems to  be hopelessly confusing and might need to be explained
in a simplified manner in info.


             reply	other threads:[~1999-10-31 18:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-31 18:03 Harry Putnam [this message]
1999-10-31 22:33 ` Kai Großjohann
1999-10-31 23:31   ` Harry Putnam
1999-11-01  0:21     ` Kai Großjohann
1999-11-01  1:01       ` Harry Putnam

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=m3k8o3v24m.fsf@satellite.local.lan \
    --to=reader@newsguy.com \
    /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).