example of innd running from xinetd

Russ Allbery rra at stanford.edu
Mon Sep 27 20:29:22 UTC 2004


Bill Tangren <bjt at aa.usno.navy.mil> writes:

> These are some things I've tried:

> I created a file called /etc/xinetd.d/nntps

> service nntps
> {
>          socket_type     = stream
>          protocol        = tcp
>          wait            = no
>          user            = news
>          disable         = no
>          server          = /news/bin/nnrpd
>          server_args     = -DS -p563
> }

Does it work any better if you don't use either the -D or the -p flags?
You shouldn't need them with that configuration, and they may be causing
your problem.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>

    Please send questions to the list rather than mailing me directly.
     <http://www.eyrie.org/~eagle/faqs/questions.html> explains why.


More information about the inn-workers mailing list