Re: Port 2401 & CVS

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

 



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


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux