[cvsnt] Linux setup
Tony Hoyle
tmh at nodomain.org
Wed Apr 2 17:03:59 BST 2003
On Mon, 31 Mar 2003 23:40:29 -0700, "Glen Starrett" <grstarrett at cox.net>
wrote:
>Does anyone have CVSNT running pserver on Linux? I'm trying to get it
>set up here and I seem to be doing something wrong. I fully admit that
>I am a Linux novice and could be overlooking something obvious.
The cvsnt.org cvs server runs on Linux. :)
>When I try to do a login, it gives me an error: "cvs [login aborted]:
>/home/cvsroot/repos: no such repository" ??? It exists, I don't get it.
>
>Here is the config for xinetd:
>
>service cvspserver
>{
> disable = no
> socket_type = stream
> wait = no
> user = root
> group = root
> log_type = FILE /var/log/cvspserver
> env = '$HOME=/home/cvsroot'
> server = /usr/local/bin/cvs
> server_args = --allow-root=/home/cvsroot pserver
^^^^^^^^^^^^
You should either modify your --allow-root to say /home/cvs/repos (it has to
be identical to the repository specified on the command line), or since it's
cvsnt, you can remove this altogether - you'll find a file
/etc/cvsnt/PServer.example - copy this to /etc/cvsnt/PServer and edit it to
contain the repository and any roots required - if you've seen the registry
format on NT it'll look familiar...
Tony
More information about the cvsnt
mailing list