hi.
I have a problem, when i try to connect to pserver.

i type:
cvs -d :pserver:user@server:/cvs_repository , type password and ....

cvs [login aborted]: connect to server:2401 failed: Connection refused.

i have following entries:

<services>
pserver    2401/tcp pserver
pserver    2401/udp pserver
</services>


<xinetd.d>
service pserver
{
   disable = no
   socket_type = stream
   protocol = tcp
   port = 2401
   wait = no
   user = root
  server = /usr/bin/cvs
  server_args = -f --allow-root=/home/cvs/prj pserver
}
</xinetd.d>

thanks for any suggestion.

Greg


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

Reply via email to