Leon Mergen writes:
> 
> service cvspserver
> {
>    port         = 2401
>    socket_type  = stream
>    protocol     = tcp
>    wait         = no
>    user         = root
>    passenv      = PATH
>    disable      = no
>    server       = /usr/bin/cvs
>    server_args  = --allow-root=/var/lib/cvsroot pserver
> }

You should also have a -f in server_args.

> cvs [login aborted]: reading from server: Connection reset by peer

That usually means that xinetd was unable to start the server, probably
because the path is wrong in the config file.  Check to see where your
cvs is, it's probably *not* /usr/bin/cvs as you said in server above.

-Larry Jones

I sure wish I could get my hands on some REAL dynamite. -- Calvin


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to