Hi,

I emerged leafnode and started xinetd but:

$ telnet localhost 119
Trying 127.0.0.1...
Connected to zipo.vecernik.at.
Escape character is '^]'.
Connection closed by foreign host.

# tail -n 3 /var/log/messages
Dec 23 09:30:48 zipo xinetd[26585]: FAIL: nntp address from=127.0.0.1
Dec 23 09:30:48 zipo xinetd[21471]: START: nntp pid=26585 from=127.0.0.1
Dec 23 09:30:48 zipo xinetd[21471]: EXIT: nntp status=0 pid=26585
duration=0(sec)

# grep -v '#\|^$' /etc/xinetd.d/leafnode-nntp
service nntp
{
        socket_type = stream
        protocol    = tcp
        wait        = no
        user        = news
        server      = /usr/sbin/leafnode
        disable     = no
}

# grep -v '#\|^$' /etc/leafnode/config
expire = 20
server = news.aon.at
initialfetch = 100

I tried both stable 1.11.3 and unstable 1.11.5, but same behavior. Can
anybody give my a clue? Thanks!
-- 
gentoo-user@gentoo.org mailing list

Reply via email to