Re: [Noffle-users] Noffle with tin
Brought to you by:
bears
From: Jim H. <jim...@ac...> - 2004-07-01 21:18:34
|
On 01-Jul-2004 Balas Mark wrote: > I tried it; tin gave me this answer: > > Reading config file... > release 20020311 ("Toxicity") [UNIX] (c) Copyright 1991-2002 Iain Le > > Connecting to localhost... > > Leafnode 1.9.19, pleased to meet you! ^^^^^^^^ Noffle != Leafnode..... > > Reading keymap file... > > Reading input history file... > > Reading groups from active file... > Can't open /var/lib/news/active > > And then it exits. Your (x)inetd is configured to run Leafnode, not Noffle (unless you want to use Leafnode, in which case you're asking the wrong list....). If you're using inetd, you need to replace the 'nntp' line there with nntp stream tcp nowait news /usr/sbin/tcpd /usr/local/bin/noffle -r (assuming your noffle executable is in /usr/local/bin). If it's xinetd you use, edit packages/redhat/noffle-xinetd and change 'disable = yes' to 'disable = no', and copy it to /etc/xinetd.d and remove any file there that runs leafnode. -- Jim Hague - jim...@ac... Never trust a computer you can't lift. |