Bernard P
2004-02-24 16:12:59 UTC
Hi,
I am currently trying to install a CVS pserver on OSS (G06.21).
So far, I have :
- created a new user SUPER.CVS
- downloaded/uncompressed/tar x the CVS tarball from iTug
- created a CVS repository (CVSROOT=/home/cvs;export CVSROOT)
- cd $CVSROOT; cvs init
- checked that cvs was working locally with cvs import on a dummy project
- installed WinCVS under iTP webserver (seems to work)
- modified /etc/inetd.conf to add :
cvspserver stream tcp nowait super.cvs
/usr/local/bin/cvs --allow-root=/home/cvs pserver
- modified /etc/services to add :
cvspserver 2401/tcp # CVS server
- restarted inetd
So far, from a windows or linux client, it looks like I get the connection
to the CVS pserver, but then I have an error (tested using WinCVS):
cvs [init aborted]: Server configuration missing --allow-root in
inetd.conf
What did I do wrong ? Typo ? Security issue ? I have no idea.
Any help is welcome!
Cheers,
Bernard Pinon
I am currently trying to install a CVS pserver on OSS (G06.21).
So far, I have :
- created a new user SUPER.CVS
- downloaded/uncompressed/tar x the CVS tarball from iTug
- created a CVS repository (CVSROOT=/home/cvs;export CVSROOT)
- cd $CVSROOT; cvs init
- checked that cvs was working locally with cvs import on a dummy project
- installed WinCVS under iTP webserver (seems to work)
- modified /etc/inetd.conf to add :
cvspserver stream tcp nowait super.cvs
/usr/local/bin/cvs --allow-root=/home/cvs pserver
- modified /etc/services to add :
cvspserver 2401/tcp # CVS server
- restarted inetd
So far, from a windows or linux client, it looks like I get the connection
to the CVS pserver, but then I have an error (tested using WinCVS):
cvs [init aborted]: Server configuration missing --allow-root in
inetd.conf
What did I do wrong ? Typo ? Security issue ? I have no idea.
Any help is welcome!
Cheers,
Bernard Pinon