On Wed, 2003-10-22 at 16:31, Frederic SOSSON wrote:
> I did not add this line: this is my /etc/xinetd.d/cvspserver file:
>
> service cvspserver
> {
> disable = no
> socket_type = stream
> wait = no
> user = cvsd
> group = cvsd
> log_type = FILE /var/log/cvspserver
> protocol = tcp
> env = '$HOME=/home/fso/newsrepos'
> log_on_failure += USERID
> port = 2401
> server = /usr/bin/cvs
> server_args = -f --allow-root=/home/fso/newsrepos pserver
My pserverconfig that works differs slightly from yours since i specify
the bindir.
server_args = -b /usr/bin --allow-root=/home/fso/newsrepos pserver
But since I don't have access to your logs I couldn't say if that's the
problem. Worth a try?
--
[EMAIL PROTECTED] mailing list