Heya,
Im trying to get a chroot()'ed cvs server setup.
I am using "cvsd" which is a chroot wrapper for the cvs pserver.
The cvs session is *not* going to be encrypted.
I have got to the stage where i have created my cvs server chroot directory with cvsd-buildroot and have added users using cvsd-passwd.
my CVSROOT environment variable is

server:jason@localhost:/src
When i run: "cvs co <projectname>"
I get this error message:
Code:
cvs [checkout aborted]: unrecognized auth response from localhost: cvs pserver: cannot open /src/CVSROOT/config: Permission denied
the file is world read/writable:
Code:
root@london:/usr/local/src/test# ls -al /data/chroot/cvs/src/CVSROOT/config
-rw-rw-rw- 1 root root 990 Feb 26 15:37 /data/chroot/cvs/src/CVSROOT/config
I have the user "jason" in my CVSROOT/readers file and CVSROOT/writers files.
I have also tried restarting cvsd.
cvsd version: cvsd-1.0.1
cvs verion: cvs-1.11.11
Any ideas on where to go from here?
Thanks,
Jason