Harnish, Joe writes:
> 
> service cvspserver
> {
>         socket_type             = stream
>         protocol                = tcp
>         wait                    = no
>         user                    = root
>         server                  = /usr/bin/cvs
>         server_args             = cvs --allow-root=/home/cvsroot pserver
>         disable                 = no
> }

Is /usr/bin/cvs the correct path to CVS?

The server_args should not include "cvs", but should include "-t".
You may need to add "passenv = PATH".

> The line is in the /etc/services file for cvspserver to listen on 2401 tcp &
> udp.

CVS only uses TCP, so you don't need UDP.

> I have CVSROOT set in /etc/profile.  After I did that I created a
> blank file in /home/cvsroot/CVSROOT/ called passwd.  Then I added myself as
> a user into cvs (using the same password to login to the machine).  Next I
> ran:  kill -HUP pid.  Replacing pid with xinetd's pid number.  When I run a
> netstat -ta  --net | grep cvspserver I get nothing.  Is there anything
> special I need to do?  I think it is something really small that I am
> missing.

Check your syslog for error messages from xinetd.

-Larry Jones

These things just seem to happen. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to