[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Help: Linux CVS Server Access Problem
From: |
Gurpreet Singh (SCM) |
Subject: |
RE: Help: Linux CVS Server Access Problem |
Date: |
Fri, 6 Jun 2003 17:32:55 +0530 |
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:address@hidden
Sent: Friday, June 06, 2003 4:46 PM
To: 'address@hidden'
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:address@hidden:/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: address@hidden
_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs
- Help: Linux CVS Server Access Problem, Hill, Benjamin W, 2003/06/06
- RE: Help: Linux CVS Server Access Problem,
Gurpreet Singh (SCM) <=
- RE: Help: Linux CVS Server Access Problem, Hill, Benjamin W, 2003/06/06
- RE: Help: Linux CVS Server Access Problem, Hill, Benjamin W, 2003/06/06
- RE: Help: Linux CVS Server Access Problem, Hill, Benjamin W, 2003/06/09
- RE: Help: Linux CVS Server Access Problem, Hill, Benjamin W, 2003/06/09