I only have xinetd as it is RH9, but I have the /etc/services entry in there.
I have tried the IP also, and no luck :-( Cheers, Ben -----Original Message----- From: Gurpreet Singh (SCM) [mailto:[EMAIL PROTECTED] Sent: 06 June 2003 13:03 To: Hill, Benjamin W Cc: '[EMAIL PROTECTED]' Subject: RE: Help: Linux CVS Server Access Problem Specific error ... Still may Check with the following file 1. /etc/inetd.conf for : cvspserver stream tcp nowait root /usr/sbin/tcpd /usr/bin/cvs -f --allow-root=/CVS/repository pserver 2. /etc/services for: cvspserver 2401/tcp # cvspserver cvspserver 2401/udp # cvspserver 3. Try giving the server IP rather the server name - directly !^! Gurpreet S -----Original Message----- From: Hill, Benjamin W [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 4:46 PM To: '[EMAIL PROTECTED]' Subject: Help: Linux CVS Server Access Problem I am setting up a CVS repository on a Redhat 9 Linux server in a directory "/cvs/repository", but am having some problems. I have set up the repository, and on the box itself can do a: bash# export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/repository bash# cvs login And I can authenticate, and then check out code in the repository fine. The problem is when I try to connect to the server remotely and do the same thing. I have: * disabled the firewall using "redhat-config-securitylevel" * Added the file; /etc/xinetd.d/cvspserver with the contents: service cvspserver { socket_type = stream protocol = tcp wait = no user = root passenv = server = /usr/bin/cvs server_args = --allow-root=/cvs/repository pserver -f } (and restarted xinet.d) * checked via a netstat that there is a LISTEN for cvspserver. The server is using DHCP to obtain an IP. Anything else I can try? Cheers, Ben --- Software Engineer [SCJP] Specialist, SME Java Technologies Member Institute of Software Architects [www.wwisa.org] EDS EMEA Solutions Consulting - UK North East & Scotland mail: [EMAIL PROTECTED] _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
