[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] I can't get leafnod to run. Please help me!



Nicolas <oxstone@xxxxxxx> writes:

> I use leafnode 1.9.18 on Redhat (kernel 2.4.18-3)

1.9.18 is outdated, so after you've solved this particular problem, you
should update.

> I created a new /etc/xinetd.d/leafnode file. Here's what's inside:
> service nntp
> {
>         disable = no
>         flags           = REUSE
>         socket_type     = stream
>         wait            = no
>         user            = news
>         server          = /usr/sbin/leafnode
>         log_on_failure  += USERID
> }

Please see http://www.leafnode.org/faq.html#3. Note inetd -d is not
going to get any results, so skip that step, but you can run xinetd -d
instead -- or try lsof -i:119 (on the server).

> The firewalls settings seems ok (the gateway can serve nntp to my
> client, and my client can be served nntp from the server)

When reading the above URL, you will verify that. Don't use "telnet
localhost 119", but "telnet 192.168.0.2 119" instead. Please run tcpdump
on the server while doing that.

> When I try to get the newsgroups from my clients (I use KNode 0.7.1), the 
> following ERROR message appears:
> "Impossible de se connecter: Opération maintenant en cours"
> It's in French. It means:
> "Impossible to connect: a process is running"

The canonical translation is "connection refused: operation in
progress." -- it corresponds to EINPROGRESS. Whatever KNode is trying to
do there, it may be asynchronous I/O.

> I noticed the following packet drop on my client (nothing on special on the 
> server):
> Nov  7 02:53:08 Tower kernel: ABORTED IN=eth0 OUT= MAC=(blablabla)
> SRC=192.168.0.1 DST=192.168.0.2 LEN=40 TOS=0x00 PREC=0x00 TTL=255
> ID=0 DF PROTO=TCP SPT=8080 DPT=2396 SEQ=3476029895 ACK=0 WINDOW=0
> RES=0x00 RST> URGP=0

This is unrelated; neither SPT nor DPT are port 119.

> PS: sorry for my poor English. How's your French? =)

Moins bon que votre anglais, certainnement. :-)

Je ne parle pas le français très bien non plus (si vous auriez posé
cette question il y a dix ans...), mais je peux le lire. Si vous avez
besoin d'expliquer des choses en français, n'utilisez pas de la langage
courante...

Euhm, est-ce qu'on se tutoie sur des listes de diffusion ou dans le
Usenet? Je ne suis pas sûr...

Je conseille d'écrire en anglais tout de même.

-- 
Matthias Andree

http://sourceforge.net/projects/leafnode/   - leafnode-1 tarballs
http://mandree.home.pages.de/leafnode/beta/ - leafnode-2 tarballs

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list