On 22 Mar 2002, Kevin Breit wrote:

> and in /etc/xinetd.d, I have a file called pserver, with the following
> contents:
> service cvspserver
> {
>       type            = UNLISTED
>       id              = pserver
>       socket_type     = stream
>         protocol        = tcp
>         user            = root
>         wait            = no
>         disable         = no 
> }
> 
> Where am I going wrong?

 You need a line

        port    = 2401

and probably also some messing with the environment.  I havn't got CVS
set up on my server at the moment and I reinstalled since I last used
it like this, so I can't recall what I had to do.  It was something to
do with $USER I think.

 Please consider creating a non-root user to own the cvs process and
the repository.  There are some "potential security issues" otherwise
(nothing specific I can think of but if you let anyone have write
access to CVSROOT your machine is effectively wide open).  The phrase
"accident waiting to happen" springs to mind.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to