Re: Leafnode is refusing remote connections

2011-08-14 Thread Daniel Bareiro
Hi, Camaleón! On Sunday, 14 August 2011 11:26:54 +, Camaleón wrote: > > I recently migrated my Leafnode server to a OpenVZ virtual machine. > ^^ > (...) > > VM usually provide different kind of networking options (NATed, > br

Re: Leafnode is refusing remote connections

2011-08-14 Thread Jochen Spieker
Daniel Bareiro: > > I recently migrated my Leafnode server to a OpenVZ virtual machine. I > copied the /etc/news/config configuration file, but I can not get > connect from a remote client (slrn). The leafnode authors decided to make it (more or less) difficult to use leafnode from machines which

Re: Leafnode is refusing remote connections

2011-08-14 Thread Camaleón
On Sun, 14 Aug 2011 02:13:09 -0300, Daniel Bareiro wrote: > I recently migrated my Leafnode server to a OpenVZ virtual machine. ^^ (...) VM usually provide different kind of networking options (NATed, bridged, host-only...) that

Re: Leafnode timing out on news server that works with a news client.

2005-06-01 Thread Adam Funk
Steve A wrote: > Sorry I wasn't more helpful. Don't be! As I said before, talking through seems to help pin down the misbehaviour. > I assume you've played with the leafnode config option for slow upstream > servers ? One should be able to increase the time out variable. At the moment I have

Re: Leafnode timing out on news server that works with a news client.

2005-05-31 Thread Steve A
On Tue, May 31, 2005 at 04:09:38PM +0100 or thereabouts, Adam Funk wrote: > Steve A wrote: > > > Run leafnode in full verbose mode to see what's happening. Then you should > > see what the "previous condition" is. > > > > I've run into this once, I seem to recall it can be a previous instance of

Re: Leafnode timing out on news server that works with a news client.

2005-05-31 Thread Adam Funk
Steve A wrote: > Run leafnode in full verbose mode to see what's happening. Then you should > see what the "previous condition" is. > > I've run into this once, I seem to recall it can be a previous instance of > Leafnode running. Did you check running processes ? Thanks for your advice. I now

Re: Leafnode timing out on news server that works with a news client.

2005-05-27 Thread Adam Funk
Steve A wrote: > Dunno. Might want to ask on the leafnode e-mail list. You're rapidly > getting beyond my level of expertise. I appreciate the advice. Discussing something often helps with thoughtful debugging. > I don't use anything beyond the > default settings in my config file. I've modi

Re: Leafnode timing out on news server that works with a news client.

2005-05-27 Thread Steve A
On Fri, May 27, 2005 at 11:21:04AM +0100 or thereabouts, Adam Funk wrote: > I think I've identified the problem -- but not how to fix it. The last > fetchnews > cron job started at 11:08 and /var/log/syslog contains the stuff below. > > I think the problem might be that so many articles in alt

Re: Leafnode timing out on news server that works with a news client.

2005-05-27 Thread Adam Funk
Steve A wrote: >> The previous messages since increasing the verbosity indicate the same >> problem with alt.test. Is that group just too big for leafnode/fetchnews >> to handle? I think I've identified the problem -- but not how to fix it. The last fetchnews cron job started at 11:08 and /var

Re: Leafnode timing out on news server that works with a news client.

2005-05-27 Thread Adam Funk
Steve A wrote: > Hm shouldn't be. In '/etc/news/leafnode' there is a filter file. Try > adding > alt.test to it and fetching again. I've never used this filter, I'm not > sure if it filters on fetch or afterwards -- Hopefully it works. I'll try it and report back. > Is this the current version

Re: Leafnode timing out on news server that works with a news client.

2005-05-26 Thread Steve A
On Thu, May 26, 2005 at 04:17:36PM +0100 or thereabouts, Adam Funk wrote: > Steve A wrote: > > > Run leafnode in full verbose mode to see what's happening. Then you should > > see what the "previous condition" is. > > I added "-vv" to fetchnews in /etc/news/leafnode/do-fetch-news and got this > m

Re: Leafnode timing out on news server that works with a news client.

2005-05-26 Thread Adam Funk
Steve A wrote: > Run leafnode in full verbose mode to see what's happening. Then you should > see what the "previous condition" is. I added "-vv" to fetchnews in /etc/news/leafnode/do-fetch-news and got this mail. text.news.blueyonder.co.uk: connecting to port nntp... text.news.blueyonder.co.uk:

Re: Leafnode timing out on news server that works with a news client.

2005-05-26 Thread Steve A
On Thu, May 26, 2005 at 09:31:03AM +0100 or thereabouts, Adam Funk wrote: > I recently installed leafnode. Every hour when it runs I get the following > e-mail: > > Subject: Cron <[EMAIL PROTECTED]> if [ -x /etc/news/leafnode/do-fetch-news ]; > then /etc/news/leafnode/do-fetch-news; fi > > Serve

Re: LeafNode question

2005-01-09 Thread Mart van de Wege
Black Dew <[EMAIL PROTECTED]> writes: > Is there a way to make leafnode delete all the articles from gorups > that are no longer active before they expire the natural way. > > eg I have expire set to 300, short timeout to 5 and long timeout to > 21, so i want leafnode to remove all the articles fr

Re: leafnode not posting articles

2003-02-28 Thread iain d broadfoot
* Shaul Karl ([EMAIL PROTECTED]) wrote: well, all fixed now. the permissions on /var/spool/news/ were evilly wrong, fixed now. thanks to everyone who tried to help, iain -- wh33, y1p33 3tc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Re: leafnode not posting articles

2003-02-28 Thread iain d broadfoot
* Shaul Karl ([EMAIL PROTECTED]) wrote: > > > > newsq shows them. > > > > $fetchnews -P - > > > > says 0 articles posted. > > > > nothing in /var/log/news/ to indicate a problem. > > > > what do i need to do to force leafnode to push my articles upstream?? > > > > iain > > > > > Aren

Re: leafnode not posting articles

2003-02-27 Thread Shaul Karl
> > newsq shows them. > > $fetchnews -P - > > says 0 articles posted. > > nothing in /var/log/news/ to indicate a problem. > > what do i need to do to force leafnode to push my articles upstream?? > > iain > Aren't there messages in /var/log/syslog? You might want to post your conf

Re: leafnode cannot find hostname on debian woody (solved)

2002-09-06 Thread Oliver Fuchs
On Thu, 05 Sep 2002, Paul Johnson wrote: > /etc/hosts Hi, I found the answer ... it is a bug in the leafnode version ... I upgraded to 1.9.24 and the problem was solved ... my system settings were o.k., but leafnode in the 1.9.19 version is not able to read the host-name, instead takes the IP ad

Re: leafnode cannot find hostname on debian woody

2002-09-06 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Sep 06, 2002 at 06:54:02AM +0200, Oliver Fuchs wrote: > leafnode tries to lookup the hostname in /etc/hosts ... my hostname is > me.foo.bar - a valid FQDN. But leafnode always returns 127.0.0.1 when > generating the second part of my message-i

Re: leafnode cannot find hostname on debian woody

2002-09-05 Thread Oliver Fuchs
Hi, leafnode tries to lookup the hostname in /etc/hosts ... my hostname is me.foo.bar - a valid FQDN. But leafnode always returns 127.0.0.1 when generating the second part of my message-id. So I have to set the hostname in /etc/leafnode/config. Is this a bug and what can I do? Thanx for your he

Re: leafnode cannot find hostname on debian woody

2002-09-05 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Sep 06, 2002 at 12:33:20AM +0200, Oliver Fuchs wrote: > leafnode on my Debain woody system cannot find or get my hostname to set > it in the messageid. It always returns the loppback address 127.0.0.1. > >From where is getting leafnode the hos

Re: leafnode & kupdated

2002-04-27 Thread Karl E. Jorgensen
On Fri, Apr 26, 2002 at 11:24:38PM -0400, sda wrote: > [ ... other issues snipped ... ] > > OK, just tried this with the java package that I installed, tells me it's > not installed, and when I try to do a 'dpkg -r j2re1.3_1.3.0-2_i386.deb > I'm told I can't use the file name, but must use the pac

Re: leafnode & kupdated

2002-04-26 Thread Paul 'Baloo' Johnson
On Fri, 26 Apr 2002, Shawn McMahon wrote: > > Thanks fell silly now thinking it was a kde process. I agree both of > > those Window Managers suck, I'm partial to wmaker, icewm and xfce. > > GNOME isn't a window manager. On one of my boxes, I use icewm with > GNOME. Yes, it's a desktop environmen

Re: leafnode & kupdated

2002-04-26 Thread Paul 'Baloo' Johnson
On Fri, 26 Apr 2002, sda wrote: > That's what I generally do, but for some reason due to the fact that the > package installer insists on setting it up for me, Woody refuses to run > the real leafnode config file. It keeps seeing the values entered when I > apt installed. Copy the configs in and

Re: leafnode & kupdated

2002-04-26 Thread Ross Boylan
On Fri, Apr 26, 2002 at 11:11:12AM -0400, [EMAIL PROTECTED] wrote: > On Fri, Apr 26, 2002 at 12:47:53AM -0700, Paul 'Baloo' Johnson wrote: > > Update: > Anyways - after some rest I approached the problem with a little more > clarity. =) I grep'd for leafnode and surprise surprise, Debian moves > t

Re: leafnode & kupdated

2002-04-26 Thread Shawn McMahon
begin sda quotation: > > > > kupdated is a kernel daemon, not KDE (though leave it to KDE to make > > things more komplex and konfusing and kbloated than necissary, but CDE > > and Gnome both suck as well). > > Thanks fell silly now thinking it was a kde process. I agree both of > those Window M

Re: leafnode & kupdated

2002-04-26 Thread Paul 'Baloo' Johnson
On Fri, 26 Apr 2002, sda wrote: > 1/ My system hangs periodically, everything freezes. Running, top the > culprit seems to be kupdated. What package do I need to remove, to be rid > of this beast? I assume it's part of KDE [which I don't use anyway] just > need the libs. Has anyone else seen this

Re: leafnode & kupdated

2002-04-26 Thread ben
On Thursday 25 April 2002 09:21 pm, sda wrote: > Greetings: > > I've just installed Woody and am in the process of setting it up. I have > two issues/problems that I hope this list can help me with. > > 1/ My system hangs periodically, everything freezes. Running, top the > culprit seems to be kupd

Re: Leafnode not getting news

2001-02-18 Thread Glyn Millington
Many thanks for advice received. Did a purge and started again - everything is fine now. Glyn M -- so here we are then http://members.tripod.co.uk/Christchurch2000uk Running Debian/Gnu Linux 9:42pm

Re: Leafnode not getting news

2001-02-18 Thread Brian Frederick Kimball
Glyn Millington wrote: > /var/log/news says things like > > Feb 17 19:02:26 glynthebearded fetchnews[9750]: unable to create article > /var/spool/news/message.id/658/<[EMAIL PROTECTED]>: No such file or directory > Feb 17 19:02:26 glynthebearded fetchnews[9750]: Cannot create directory > /var/s

Re: leafnode and Gnus

2000-05-18 Thread Mark Brown
On Thu, May 18, 2000 at 09:59:46PM +0300, Riku Saikkonen wrote: > If you're concerned about security, you can restrict connections to > the leafnode server to be allowed only from the same host, if you > wish. See the hosts_access(5) manual page. Indeed, the package does this by default. -- Mar

Re: leafnode and Gnus

2000-05-18 Thread Mark Brown
On Thu, May 18, 2000 at 08:01:49PM +0200, Stephan Engelke wrote: > > Any particular reason not to use NNTP? > Speed, pure speed. my first idea was to use nntp, but the Gnus manual > says that using a local spool is recommended for speed reasons. Nntp > works well, though. I guess I' just have

Re: leafnode and Gnus

2000-05-18 Thread Riku Saikkonen
Stephan Engelke <[EMAIL PROTECTED]> writes: >too. I set the follwing variables in my ~/.gnus-file to use the local >spool, rather than use nntp to localhost > >(setq nnspool-spool-directory "/var/spool/news") Leafnode is supposed to be used via its NNTP server, and doesn't work very well, if at a

Re: leafnode and Gnus

2000-05-18 Thread Stephan Engelke
> Any particular reason not to use NNTP? Speed, pure speed. my first idea was to use nntp, but the Gnus manual says that using a local spool is recommended for speed reasons. Nntp works well, though. I guess I' just have to switch. > Leafnode's nearest equivalent to an active file is > /var/

Re: leafnode and Gnus

2000-05-18 Thread Mark Brown
On Thu, May 18, 2000 at 10:18:57AM +0200, Stephan Engelke wrote: > too. I set the follwing variables in my ~/.gnus-file to use the local > spool, rather than use nntp to localhost Any particular reason not to use NNTP? > Now when I start up, Gnus complains that it cannot find the active > file.

Re: Leafnode problem

2000-04-24 Thread kmself
On Mon, Apr 24, 2000 at 10:09:10AM +0100, Christopher Clark wrote: > After trying and failing to use INN, I removed it using dpkg and installed > leafnode. I had to use fetch -f but after that it seemed to work fine when I > manually kicked it. But when I added it to my cron.daily job ( su news -

Re: Leafnode - basic question

2000-01-14 Thread Dave Sherohman
Anthony Campbell said: > But how do you get a news reader (slrn, tin) to read just those you have > chosen to get news from? With "slrn -h localhost" I am confronted with > the whole 25,500, and I don't know how to get tin to read the list at > all. In slrn, you can use L (slrn commands _are_ case

Re: leafnode problem

2000-01-07 Thread Alisdair McDiarmid
On Fri, Jan 07, 2000 at 05:00:35PM +1100, Matthew Dalton wrote: > Alisdair McDiarmid wrote: > > > > On Fri, Jan 07, 2000 at 04:18:51PM +1100, Matthew Dalton wrote: > > > Alisdair McDiarmid wrote: > > > > Yes, I have. The strath.* newsgroups have files in > > > > /var/spool/news/interesting.groups/

Re: leafnode problem

2000-01-07 Thread Matthew Dalton
... this is Debian, everything should 'just work'! I haven't used leafnode on Debian. I installed it on a RedHat machine, but from a tarball (ie not with an rpm). I had to change the permissions/owner of a few files and directories before it worked properly (some things have to be writeable by the

Re: leafnode problem

2000-01-07 Thread Alisdair McDiarmid
On Fri, Jan 07, 2000 at 04:18:51PM +1100, Matthew Dalton wrote: > Alisdair McDiarmid wrote: > > Yes, I have. The strath.* newsgroups have files in > > /var/spool/news/interesting.groups/ and are listed in > > /var/spool/news/leaf.node/nntphost.cs.strath.ac.uk too. > > Have you tried running 'texp

Re: leafnode problem

2000-01-07 Thread Alisdair McDiarmid
[reformatted] On Fri, Jan 07, 2000 at 01:17:19PM +1100, Matthew Dalton wrote: > Alisdair McDiarmid wrote: > > > > I'm trying to use leafnode to access my university's nntphost, which > > requires authentication. It appears to connect okay, but it doesn't > > ever fetch any articles: > > Have you

Re: leafnode problem

2000-01-07 Thread Matthew Dalton
Have you tried reading the leafnode-generated message in the newsgroup you wish to subscribe to? You must do this to activate leafnode's downloading of that newsgroup's articles. Alisdair McDiarmid wrote: > > I'm trying to use leafnode to access my university's nntphost, which > requires authenti

Re: leafnode vs newscache vs suck? Did I missed someone?

1999-12-28 Thread Mark Brown
On Mon, Dec 27, 1999 at 05:59:12AM +0200, Shaul Karl wrote: > Can you give a short comparison of all those, and perhaps others? > Is suck comparable to the other 2 - its description does mention INN/CNEWS as > desirable package ? Suck just deals with downloading news - it also requires a news se

Re: Leafnode, fetchnews and cron jobs

1999-11-28 Thread Mark Wagnon
Nevermind, it's working now. Scratches head and shrugs... -- __ _ Mark Wagnon ( Debian GNU/ -o) / / (_)__ __ __ Chula Vista, CA) /\\/ /__/ / _ \/ // /\ \/ / [EMAIL PROTECTED] ( _\_v/_/_//_/\_,_/ /_/\_\

RE: Leafnode question...

1999-09-17 Thread Jonathan Lupa
On Friday, September 17, 1999 1:33 PM, Mark Brown [SMTP:[EMAIL PROTECTED] wrote: > On Fri, Sep 17, 1999 at 11:31:45AM -0400, Jonathan Lupa wrote: > > > Sith:/usr/doc/leafnode/examples# fetch -fvv > > 1.6.2: verbosity level is 2 > > I strongly recommend upgrading to a more up to date versi

Re: Leafnode question...

1999-09-17 Thread NatePuri
On Fri, Sep 17, 1999 at 06:38:41PM -0400, Jonathan Lupa wrote: > Unfortunately, I get the same results. =( I forgot to inform you about something. Leafnode only knows to fetch news that you request with a news read (i.e., tin or trn). When the nntp server (leafnode) gets a request it will mark t

Re: Leafnode question...

1999-09-17 Thread Mark Brown
On Fri, Sep 17, 1999 at 11:31:45AM -0400, Jonathan Lupa wrote: > Sith:/usr/doc/leafnode/examples# fetch -fvv > 1.6.2: verbosity level is 2 I strongly recommend upgrading to a more up to date version of Leafnode - older versions have some serious bugs in fetch which make it totally unu

Re: leafnode won't fetch

1999-08-17 Thread NatePuri
On Tue, Aug 17, 1999 at 07:02:15AM -0230, Chris Gushue wrote: > Thus wrote NatePuri ([EMAIL PROTECTED]) [99.08.17 06:21]: > > I'm trying to setup leafnode. > > > > I have configure /etc/leafnode.conf to use my isp's nntp server (i.e., > > news.myisp.net). > > > > When I run the command 'fetch'

Re: leafnode won't fetch

1999-08-17 Thread Mark Brown
On Tue, Aug 17, 1999 at 10:00:46AM -0500, Keith G. Murphy wrote: > IIRC, don't you have to access the newsgroup (say, from within SLRN or > Netscape Messenger) first, to let leafnode know you're interested? I > vaguely recall having to do something like that... I think when you do > this, you ge

Re: leafnode won't fetch

1999-08-17 Thread Keith G. Murphy
NatePuri wrote: > > I'm trying to setup leafnode. > > I have configure /etc/leafnode.conf to use my isp's nntp server (i.e., > news.myisp.net). > > When I run the command 'fetch' absolutely nothing happens. Why is this? IIRC, don't you have to access the newsgroup (say, from within SLRN or Net

Re: leafnode won't fetch

1999-08-17 Thread Mark Brown
On Tue, Aug 17, 1999 at 01:48:30AM -0700, NatePuri wrote: > I'm trying to setup leafnode. > I have configure /etc/leafnode.conf to use my isp's nntp server (i.e., > news.myisp.net). > When I run the command 'fetch' absolutely nothing happens. Why is this? Could you define exactly what "absolut

Re: leafnode won't fetch

1999-08-17 Thread Chris Gushue
Thus wrote NatePuri ([EMAIL PROTECTED]) [99.08.17 06:21]: > I'm trying to setup leafnode. > > I have configure /etc/leafnode.conf to use my isp's nntp server (i.e., > news.myisp.net). > > When I run the command 'fetch' absolutely nothing happens. Why is this? As of leafnode 1.9.4 (I think), fet

Re: leafnode expiring news groups

1999-02-25 Thread Hartmut Figge
"Stephen A. Witt" wrote: > Does anyone know of a way to change the default time period before news > groups are unsubscribed from fetch process? Look in /usr/lib/leafnode/config.example: ## timeout_short determines how many days fetch gets a newsgroup which ## has been accidentally opened. The d

Re: leafnode and expiration of articles

1999-02-24 Thread Randy Belk
Texpire does not expire by time but by threads. Do a search for "pexpire" on HotBot, it is a dropin replacement for texpire that expires by time. >>> <[EMAIL PROTECTED]> 02/23/99 06:08PM >>> I there anyway to set the expiration time on read articles? I have texpire running every midnight, but it

Re: Leafnode

1999-01-23 Thread Jiri Baum
Hello, > How do I setup leafnode for reading news? I've read the documents, but > can't find anything listed about telling leafnode which groups I want to > read. As someone already answered, it'll figure it out automagically. One thing - with the hamm version, tin will hang the first time you

Re: Leafnode

1999-01-21 Thread Andreas Kremer
> How do I setup leafnode for reading news? I've read the documents, but > can't find anything listed about telling leafnode which groups I want to > read. This works automatically: The first time you "fetch", leafnode gets the active groups. Then the only thing you have to do is access the news

Re: Leafnode segfaulting in texpire & fetch

1998-07-07 Thread Joey Hess
Mike Orr wrote: > I wondered if the /var/lib/leafnode/groupinfo file could be the culprit, > but I don't have it anymore. I pulled a copy from yesterday morning's > backup and fed it to leafnode, but no segfault. If you do reproduce it, please mail me, and I'll try to help you whittle /var/spoo

Re: Leafnode question

1998-05-14 Thread Trevor Barrie
On Mon, 11 May 1998, Jack Kern wrote: > On Mon, May 11, 1998 at 06:20:03PM -0300, Trevor Barrie wrote: > > I was running fetch this afternoon, and noticed it was downloading messages > > for a couple of groups I don't read (my system is single-user)... checking > > the "interesting groups" directo

Re: Leafnode question

1998-05-12 Thread Rev. Joseph Carter
On Mon, May 11, 1998 at 11:03:24PM -0300, Jack Kern wrote: > > I was running fetch this afternoon, and noticed it was downloading messages > > for a couple of groups I don't read (my system is single-user)... checking > > the > > "interesting groups" directory found that they were in fact listed.

Re: Leafnode question

1998-05-12 Thread Tyson Dowd
On 11-May-1998, Trevor Barrie <[EMAIL PROTECTED]> wrote: > I was running fetch this afternoon, and noticed it was downloading messages > for a couple of groups I don't read (my system is single-user)... checking the > "interesting groups" directory found that they were in fact listed. Does > anybod

Re: Leafnode question

1998-05-12 Thread Jack Kern
On Mon, May 11, 1998 at 06:20:03PM -0300, Trevor Barrie wrote: > I was running fetch this afternoon, and noticed it was downloading messages > for a couple of groups I don't read (my system is single-user)... checking the > "interesting groups" directory found that they were in fact listed. Does >

Re: leafnode & Gnus

1998-05-03 Thread Deniz Dogan
> "Martin" == Martin Bialasinski <[EMAIL PROTECTED]> writes: > "DD" == Deniz Dogan <[EMAIL PROTECTED]> writes: DD> I installed leafnode (Version: 1.4-10) but couldn`t find how DD> to configure Gnus to use localspool, default leafnode conf DD> doesn`t work with Gnus out of the b

Re: leafnode & Gnus

1998-05-03 Thread Martin Bialasinski
> "DD" == Deniz Dogan <[EMAIL PROTECTED]> writes: DD> I installed leafnode (Version: 1.4-10) but couldn`t find how to DD> configure Gnus to use localspool, default leafnode conf doesn`t work DD> with Gnus out of the box. DD> Gnus complains that it couldn`t find active file DD> (/usr/lib/news/

Re: Leafnode oddities ?

1997-08-07 Thread Joey Hess
Dean Carpenter wrote: > It's still only doing the partial news downloads. At least, it > seems to be when I use -v. Without -v it seems to run longer, but > I can't tell if it really cycled through all the interesting > groups. Any problems with installing libc6 and leafnode-1.4-1 ? Please d

Re: Leafnode oddities ?

1997-08-07 Thread Dean Carpenter
> Dean Carpenter <[EMAIL PROTECTED]> writes: > > > Does anyone know of any problems with Leafnode ? It doesn't appear to get > > a full chunk of news when fetch runs ... Here's a sample session from a > > logged in session as news : > What version of leafnode do you have installed? The curr

Re: Leafnode oddities ?

1997-08-07 Thread Torsten Hilbrich
Dean Carpenter <[EMAIL PROTECTED]> writes: > Does anyone know of any problems with Leafnode ? It doesn't appear to get > a full chunk of news when fetch runs ... Here's a sample session from a > logged in session as news : > > [log-file removed] > > After running it the first time, I immediately

Re: Leafnode

1997-06-08 Thread Joey Hess
Tim O'Brien: > Does anyone know where leafnode keeps it lists of newsgroups it's supposed > to retrieve? Somehow, my system keeps grabbing more and more things I > didn't ask for (Local newsgroups of Miami, stuff like that). I'd like to > lean it out a bit and see if it helps at all. /var/news/in

Re: Leafnode permissions

1997-06-02 Thread Craig Sanders
On Mon, 2 Jun 1997, Brian Skreeg wrote: > I`m using leafnode from 1.2.8 Iconnect CD. A damn good prog for dial-up > stuff and much easier to use than the heavier cnews and INN. comes from the permissions. I want to be able to "fetch" news using > my personal account "oz" but no matter how I setui