Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2009 22:32:15 +0200
From:      Patrick Lamaiziere <patfbsd@davenulle.org>
To:        Tim Kellers <timothyk@wallnet.com>
Cc:        freebsd general questions <freebsd-questions@freebsd.org>
Subject:   Re: INN configuration
Message-ID:  <20090724223215.6cc3d438@baby-jane.lamaiziere.net>
In-Reply-To: <4A692673.8000906@wallnet.com>
References:  <4A691563.5000509@wallnet.com> <4A6919C0.8080709@ibctech.ca> <4A692673.8000906@wallnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Thu, 23 Jul 2009 23:11:47 -0400,
Tim Kellers <timothyk@wallnet.com> a =E9crit :

> My server has a static IP  (optonline.net) that has no ports
> blocked. From my laptop client I can connect to news.optonline.net
> and grab a full feed of all the newsgroups.  What I'm trying to do is
> setup my own news server using news.optonline.net as a peer.  The
> error I get from my client when I connect to my local news server is:
> "No newsgroups found" even though I have the full list of newsgroups
> from isc.org installed.=20

How? You should perform a ctlinnd newgroup with each group to add, or
use a checkgroup message.
Your server should reply the newsgroups list to a command "list"

baby-jane:~$ telnet news.davenulle.org 119
Trying 91.121.44.19...
Connected to news.davenulle.org.
Escape character is '^]'.
201 news.davenulle.org InterNetNews NNRP server INN 2.4.3 ready (no
posting).
list
215 Newsgroups in form "group high low flags".
{.list.}
.

> I haven't been able to find a how-to on the internet (The
> FreeBSDDiary has a workable how-to that only addresses a local news
> server) and the instructions listed on the isc-inn site don't seem to
> address my issue.
>=20
> /var/log/messages show no errors that relate to inn*

INN logs are in /var/log/news, you may have to set syslog.conf (I don't
remember)

> Has anyone set up a n INN server on freebsd, successfuly?

Sure, works fine here. It's hard to say what problem you have without
precision. Note: with INN, *always* use the news account when you
work on it.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090724223215.6cc3d438>