cvs problem

Subhasis Mahapatra <[email protected]> Mon, 24 Feb 2003 22:06:36 +0530 (IST)
Newsgroups gmane.linux.redhat.release.guinness
Message-ID <[email protected]>
ALL : hi

When I try to use cvs login I get this error


bash$ cvs -d :pserver:[email protected]:/home/cvsrep login
(Logging in to [email protected])
CVS password: 
cvs [login aborted]: connect to 10.0.4.13:2401 failed: Connection refused


It seems the cvs deamon is not running.

in cvs-server, in .etc/services

cvspserver      2401/tcp                   # CVS client/server operations
cvspserver      2401/udp                   # CVS client/server operations

and I have added the following lines in /etc/xinetd.conf

cvspserver stream tcp nowait root /usr/bin/cvs cvs -b /usr/bin pserver
 

even 


2401 stream tcp nowait root /usr/bin/cvs cvs -b /usr/bin pserver


does not work. I am using Redhat7.2 in my server.

Hope some one help me out here.

Regards,
Subhasis