Gnus development mailing list
 help / color / mirror / Atom feed
* Slrnpull
@ 2001-04-02  3:11 Harry Putnam
  2001-04-02  4:52 ` Slrnpull Daniel Pittman
  2001-04-02  8:47 ` Slrnpull Anssi Saari
  0 siblings, 2 replies; 26+ messages in thread
From: Harry Putnam @ 2001-04-02  3:11 UTC (permalink / raw)



Anyone running slrnpull here, that can coach me a bit?

>> (setq gnus-select-method '(nntp "localhost"))

Harry Writes:
 
> > But getting back to slrnpull.  The line above does nothing for me
> > with a recently installed slrnpull setup.  I'm not particularly
> > knowledgable about slrn or slrnpull but it seems to have created all
> > the needed directories etc under /var/spool/slrnpull.
> 

Kai Writes:

> Maybe slrn doesn't come with an NNTP server?  Maybe you are expected
> to read these articles directly off the directory?
[...]
> (setq gnus-select-method '(nnspool ""
>                  (nnspool-spool-directory "/var/spool/slrnpull")
>                  (nnspool-nov-directory "???")))


The slrnpull docs say it doesn't but it also says leafnode doesn't.
slrn itself works with this setup, and with code like this in ~/.slrnrc.
It refers to `inn' but I don't have it installed:

	~/.slrnrc stuff:
	set spool_inn_root		"/var/spool/slrnpull"
	set spool_root			"/var/spool/slrnpull/news"
	set spool_nov_root		"/var/spool/slrnpull/news"
	set use_slrnpull 1
	set read_active	1
	set server_object		"spool"
	set hostname			"reader.local.lan"
	set username			"reader"

========= END .slrnrc CODE ===========

(setq gnus-select-method '(nnspool ""
              (nnspool-spool-directory "/var/spool/slrnpull")
              (nnspool-nov-directory "/var/spool/slrnpull/news")
              (nnspool-active-file "/var/spool/slrnpull/data/active")))

The information above is correct (I think), and gnus is finding the
active file.

The actual NOV files are buried in the unix style directories under news
In the same way that gnus-agent stores them.
Like:
/var/spool/slrnpull/news/gnu/emacs/gnus/.overiew and something called
`.minmax' that looks like it contains the count of read and new
articles?
It says 37726 38855


My proceedure for a test:
(in an expimental user account)
delete .newsrc* Mail News

With the above server code in .gnus

I get two groups once gnus starts (since it isn't really a nntp
server):
       0: nndraft:queue
       0: nndraft:drafts

Pressing `^', I then press <RET> on the nnspool server and am shown the
groups under /var/spool/news/
       
       ==> Looks promising so far.

Then subscribe them all with `u' and attempt to enter
alt.test.yer.posts:

   Invalid group name (no such directory): alt.test.yer.posts Couldn't
   request group alt.test.yer.posts: Invalid group name (no such
   directory): alt.test.yer.posts

The group is there in this format /var/spool/slrnpull/news/alt/test/yer/posts

So I thought it might be the `(gnus-use-long-file-name)' variable.  I
forgot what the default is but tried both ways:  setq  `t' and `nil'

I get the same error either way (same as above error)

Below is the output from one of the tests in ****Messages** buffer.  It
looks as if things are happening as they should but gnus doesn't like
the file structure:

Loading gnus...
Loading easymenu...
Loading easymenu...done
Loading gnus...done
Loading gnus-start...
Loading gnus-start...done
hello world -- ~/.gnus
Loading gnus-agent...
Loading gnus-agent...done
Looking up local news spool...
Reading /home/korn/.newsrc.eld...
Reading active file via nnspool...done
Reading active file via nnml...
Opening nnml server...

nnml: Reading incoming mail from directory...
nnml: Reading incoming mail from file...
nnml: Reading incoming mail (no new mail)...done
Reading active file via nnml...
Reading active file via nnml...done
Reading active file from archive via nnfolder...
Opening nnfolder server on archive...

Reading active file from archive via nnfolder...
Reading active file from archive via nnfolder...done
First time user; subscribing you to default groups
No new newsgroups
Checking new news...
Checking new news...done
Loading gnus-srvr...
Loading gnus-srvr...done
Connecting to ...
Reading active file...
Reading active file...done
Connecting to ...done
Retrieving newsgroup: alt.test.yer.posts...
Loading gnus-ml...
Loading gnus-ml...done

[-ed hp (wrapped for mail)]
Invalid group name (no such directory): alt.test.yer.posts Couldn't
request group alt.test.yer.posts: Invalid group name (no such
directory): alt.test.yer.posts










^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2001-04-11 16:53 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-02  3:11 Slrnpull Harry Putnam
2001-04-02  4:52 ` Slrnpull Daniel Pittman
2001-04-03  5:42   ` Slrnpull Harry Putnam
2001-04-03  7:16     ` Slrnpull Kai Großjohann
2001-04-03 14:46       ` Slrnpull Laura Conrad
2001-04-03 23:42     ` Slrnpull Daniel Pittman
2001-04-04  3:35       ` Slrnpull Harry Putnam
2001-04-04  4:23         ` Slrnpull Daniel Pittman
2001-04-03 19:51   ` Slrnpull Colin Walters
2001-04-03 21:13     ` Slrnpull Stainless Steel Rat
2001-04-04  0:00       ` Slrnpull Colin Walters
2001-04-04  1:54         ` Slrnpull Stainless Steel Rat
2001-04-04  3:45           ` Slrnpull Harry Putnam
2001-04-04 16:02             ` Slrnpull Stainless Steel Rat
2001-04-04 17:10               ` Slrnpull Harry Putnam
2001-04-04  2:08     ` Slrnpull Daniel Pittman
2001-04-11 16:53       ` Slrnpull Colin Walters
2001-04-05  8:03     ` Slrnpull Kai Großjohann
2001-04-02  8:47 ` Slrnpull Anssi Saari
2001-04-02 11:08   ` Slrnpull Kai Großjohann
2001-04-02 14:44   ` Slrnpull Harry Putnam
2001-04-02 16:02     ` Slrnpull Kevin Falcone
2001-04-03  2:42       ` Slrnpull Harry Putnam
2001-04-03  3:33         ` Slrnpull Kevin Falcone
2001-04-03  6:38           ` Slrnpull Harry Putnam
2001-04-02 20:17     ` Slrnpull Kai Großjohann

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).