Gentoo Archives: gentoo-user

From: ny6p01@×××××.com
To: gentoo-user@l.g.o
Cc: ?????? <xiuwen.zhang@×××××××.com>
Subject: Re: [gentoo-user] How to access newsgroup?
Date: Fri, 25 May 2012 09:50:44
Message-Id: 20120525094909.GA4121@badass.gateway.2wire.net
In Reply to: [gentoo-user] How to access newsgroup? by wenpin cui
1 On Fri, May 25, 2012 at 11:30:44AM +0800, wenpin cui wrote:
2 > hi, all,
3 >
4 > I want to read some newsgroup so emerged net-nntp/slrn.
5 >
6 > Then I uncompressed "/usr/share/doc/slrn-0.9.9_p1/slrn.rc.bz2" and modify
7 > username/hostname/realname, then saved as $HOME/.slrnrc.
8 >
9 > After that, I run
10 >
11 > wenpincui@Gentoo ~ $ slrn --create -h news.newsgroup.com.hk
12 > slrn 0.9.9p1
13 >
14 > Loading /usr/share/slrn/slang/slrn.sl
15 > Reading startup file /home/wenpincui/.slrnrc.***Warning: Unable to find a unique fully-qualified host name.
16 > slrn will not generate any Message-IDs.
17 > Please note that the "hostname" setting does not affect this;
18 > see the "slrn reference manual" for details.
19 >
20 > Using newsrc file /home/wenpincui/.jnewsrc for server news.newsgroup.com.hk.
21 > Connecting to host news.newsgroup.com.hk ...
22 > Unable to make connection. Giving up.
23 >
24 > Run-Time Error
25 > slrn fatal error:
26 > Failed to initialize server.
27 >
28 > My question is:
29 > Am I using slrn correctly?
30 > If so, maybe it's resulted by damn firewall, I have to give up.
31 >
32 > --
33 >
34 > Best regards
35 > Wenpin Cui (????????
36 > Hangzhou, Zhejiang, PRC
37 > Tel: +86-0571-86726288 ext:8095
38 >
39
40 Wenpin, make sure you have the nnrpaccess line in there, if your server
41 requires password:
42
43 nnrpaccess "your.news.server.com" "username" "password"
44
45 Also, make sure you set the NNTPSERVER environment variable so slrn knows
46 what server to connect to. Have you set that variable yet?
47
48 Terry