info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pserver will not start


From: Larry Jones
Subject: Re: pserver will not start
Date: Wed, 28 Nov 2001 14:19:12 -0500 (EST)

Trevor Dunn writes:
> 
> service cvspserver
> {
>             socket_type    = stream
>             wait           = no
>             user           = root
>             env            = HOME=/usr/local/cvsroot
>             server         = /usr/bin/cvs
>             server_args    = -f --allow-root=/usr/local/cvsroot pserver
>             dislable       = no
> }

Lose the env line and add:

        passenv = PATH

But that wouldn't cause your problem.

Spelling "disable" correctly may fix the problem.  If not, check that
the path (/usr/bin/cvs) is correct and that the permissions on that file
are correct.  Also check your syslog for error messages from xinetd.

-Larry Jones

I like maxims that don't encourage behavior modification. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]