Port 2401 & CVS

MKlinke mklinke at axsi.com
Mon Apr 26 14:21:51 UTC 2004


On Monday 26 April 2004 08:01, María José Reartes wrote:
> I've tried with telnet and I received the following message
>
> Trying 127.0.0.1...
> telnet: connect to address 127.0.0.1: Connection refused
>
> so.. port 2401 isn't listening
> what else can I do?
>
 
It sounds like you're not starting the cvs daemon in spite of your 
best efforts......  

Did you restart xinetd after you added the cvspserver process?

Is your cvs executable where you think it is?

Do your log files have any handy related info?

 
Here is a copy of my /etc/xinetd.d/cvspserver file:

service cvspserver
{
   port        = 2401
   socket_type = stream
   protocol    = tcp
   wait        = no
   user        = root
   passenv     = PATH
   server      = /usr/local/bin/cvs
   server_args = -f --allow-root=<path-to-repository> pserver
}

I see a couple of differences between us but don't know what effects 
they may have.


Regards, Mike Klinke


Regards,  Mike Klinke





More information about the redhat-list mailing list