CVS server with mandriva 2009

devil20 <[email protected]>
Newsgroups gmane.comp.version-control.cvs.general
Message-ID <[email protected]>
Hi 

I am trying to setup CVS server with mandriva 2009. But CVS pserver is not
responding properly. I have added user and also configure CVSROOT in
/etc/cvs/cvs.conf and also configure /etc/xinetd.d/cvs file as per given
bellow.

service cvspserver
{
disable = no
socket_type = stream
wait = no
user = cvsuser
protocol = tcp
env = '$HOME=/home/cvsuser'
port = 2401
server = /usr/bin/cvs
server_args = -f --allow-root=/usr/local/cvs pserver
} 


while i am trying to login with cvs server it gives me error 

[admin@localhost ~]$ export
CVSROOT=:pserver:cvsuser@localhost:/usr/local/cvs
[admin@localhost ~]$ cvs login
Logging in to :pserver:cvsuser@localhost:2401/usr/local/cvs
CVS password:
cvs [login aborted]: connect to localhost(127.0.0.1):2401 failed: Connection
refused


While i am trying with this command wheter cvs server listing or not it
shows nothing. There no CVS service running
[root]# netstat -a -n | grep 2401

While i had Linux Mandrake 10.1 was working fine. But not in Mandriva 2009
So i am not understand whether it is operating system problem or CVS ?

BTW. Firewall is also opened . 

So any idea what i am doing wrong ?



-- 
View this message in context: http://www.nabble.com/CVS-server-with-mandriva-2009-tp21433405p21433405.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.