On Thu, May 11, 2000 at 06:12:46PM -0000, [EMAIL PROTECTED] wrote:
> I am getting this error message when trying to check out a module that
> is on a different server.
>  
> bash-2.02$ cvs co doc
> cvs [checkout aborted]: connect to fridge:2401 failed: Connection 
> refused

What happens if you check it on your server with telnet? It should
produce something like

$ telnet localhost 2401
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

And if you then type in some stuff you should get

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

Connection closed by foreign host.

This would mean that your pserver configuration is just right. If not,
you have to check your /etc/services and /etc/inetd.conf.

Best regards,
Matthias
-- 
Matthias Kranz                  [EMAIL PROTECTED]
         http://www.belug.org/~kranz
"Ever tried. Ever failed. No matter. Try again.
 Fail again. Fail better."     (Samuel Beckett)

Reply via email to