Martin Fibiger writes:
> 
> [root@fibak /etc]# cvs -d :pserver:martas@fibak:/usr/local/cvsroot login
> Logging in to :pserver:martas@fibak:2401/usr/local/cvsroot
> CVS password:
> /usr/local/cvsroot: no such repository

That indicates that there's no "--allow-root=/usr/local/cvsroot" option
in the command to start the server.

> service cvspserver
> {
>         type = UNLISTED
>         socket_type = stream
>         protocol = tcp
>         wait = no
>         port = 2401
>         passenv = PATH
>         server = /usr/bin/cvs
>         server_args = -b/usr/bin --allow-root=/usr/local/cvsroot pserver
>         disable = no
> }

Unless you're running an ancient version of CVS, the "-b/usr/bin" is
completely superfluous.  You should, however, have a "-f" option.  If
that's your current config file, then either you've made changes without
forcing xinetd to re-read it, or you have a very subtle typo somewhere.

-Larry Jones

Yep, we'd probably be dead by now if it wasn't for Twinkies. -- Calvin

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

Reply via email to