Faheema A G writes:
> 
> # telnet localhost 2401
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> XYZ
> Connection closed by foreign host

That's incorrect: you should have gotten a message like:

        cvs [pserver aborted]: bad auth protocol start: XYZ

That you didn't indicates that [x]inetd is listening for connections on
the pserver port, but it is unable to start the server (or the server
dies right away).  Check your syslog for error messages from [x]inet,
check that your [x]inetd config file is correct, and if you're using tcp
wrappers, check your hosts.allow and hosts.deny files.

-Larry Jones

Hello, I'm wondering if you sell kegs of dynamite. -- Calvin


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

Reply via email to