From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Miguel_Gonz=E1lez_Casta=F1os?= Subject: problems with CVS Date: Tue, 13 Sep 2005 19:27:19 +0200 Message-ID: <43270BF7.1020804@tid.es> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: Sender: linux-admin-owner@vger.kernel.org List-Id: Content-Type: text/plain; format="flowed"; charset="us-ascii" To: linux-admin@vger.kernel.org Dear all, I have installed the RPM under RedHat 9 of CVS and it works with extssh but not with pserver. I get a timeout error with Eclipse...I have the following configuration file under /etc/xinetd.d/cvspserve : service cvspserver { port = 2401 socket_type = stream protocol = tcp wait = no user = root passenv = server = /usr/bin/cvs server_args = pserver -f } How could I trace what is going on? Why extssh is working? is it not connecting to the same port? Thank you very much in advance Miguel