info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pserver never starts running


From: Pelemele Malef'carum
Subject: pserver never starts running
Date: Sun, 05 Oct 2003 17:39:05 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

Hello all,
I am having trouble with my cvs remote login. It appears that my pserver doesn't start running.

My OS is Redhat 9.0

It is running xinetd

My /etc/xinetd.d/cvspserver file looks like this

# default: off
# description: An internal xinetd service, listing active services.
service services
{
   disable    = no
   id        = cvspserver
   env        = HOME=/home/cvs
   port        = 2401
   socket_type    = stream
   protocol    = tcp
   wait        = no
   user        = root
   passenv        =
   server        = /usr/bin/cvs
   server-args    = --allow-root=/var/lib/cvsroot pserver
}

When I type:
telnet [host] 2401 from my windoze machine is says: "Connection to [host]...Could not open a connection to host on port 2401 : Connect failed. ([host] is either jake or 192.168.0.155)

telnet [host] 2401 in linux
telnet connection to address: 192.168.0.155 Connection refused (127.0.0.1 if use jake for [host])

using these following calls from linux
export CVSROOT=:pserver:address@hidden:/var/lib/cvsroot
cvs login

I put in my password and get this error:
connect to [host]:2401 failed: Connection refused

Using wincvs:
connect to 192.168.0.155:2401 failed: No connection could be made because the target machine actively refused it.

Using netstat nothing resembling pserver or cvs is listed. No port 2401 is listed either.

Using chkconfig --list |grep pserver
lists: cvspserver: on

I don't know if this is important but telnet, ftp and samba are all functioning properly.

Thanks for any insight or ideas...just about anything =D
Perogi.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]