Hi,
I am an automation administrator for several servers running under HP
UX 10.20 and cvs 1.10 locally for STMicroelectronics.
I have problems for running one "CVS" server in Client/Server mode.
On the serveur I have modified the /etc/inetd.conf
with the line :
cvspserver stream tcp nowait root /appli/cvs/bin/cvs cvs
--allow-root=/autom/CVSROOT pserver
and I have modified the /etc/services with the line :
cvspserver 2401/tcp
and I made : kill -1 pid (pid of the inetd) and then :
/etc/inetd -c
I made a passwd file under /autom/CVSROOT/CVSROOT and create a user
called automat with its password.
If I follow the doc it would be run like that (and it work before we
have made several changes on this server).
But when I Launch a Client connection, I have bad response like that :
UNDER UNIX :
cvs -d :pserver:automat@r8xXXX:/autom/CVSROOT login (Logging in to
automat@r8xXXX)
CVS password:
cvs [login aborted]: connect to r8xXXX:2401 failed: Connection refused
UNDER NT :
NEW CVSROOT: automat@r8xXXX:/autom/CVSROOT/ (password authentication)
cvs login
(Logging in to automat@r8xXXX)
cvs [login aborted]: connect to r8xXXX:2401 failed: Connection refused
*****CVS exited normally with code 1*****
Could you help me, Please ?
Best regards,
Olivier LE PENRU
[EMAIL PROTECTED]