info-cvs
[Top][All Lists]
Advanced

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

Re: help with RedHat 7.0 and cvs


From: Maribel Garcia Arenas
Subject: Re: help with RedHat 7.0 and cvs
Date: Thu, 08 Mar 2001 19:08:10 +0100

I've modified the file  with


service cvspserver
{
        socket_type         = stream
        protocol            = tcp
        wait                = no
        user                = root
        server              = /usr/bin/cvs
        env                 = HOME=/home/cvs
        passenv             =
        server_args         =  --allow-root=/home/cvs -f pserver
        disable             = no
}


But the error message is the same.

any suggestions?

Maribel



Larry Jones escribió:

> Maribel Garcia Arenas writes:
> >
> > service cvspserver
> > {
> >   socket_type         = stream
> >  protocol            = tcp
> >  wait                = nowait
> >  user                = root
> >  passenv             = /usr/bin/cvs
> >  server              = /home/cvs/CVSROOT
> >  server_args         = --allow-root=/home/cvs/CVSROOT pserver
> > }
>
> passenv and server are almost certainly wrong.  server should most
> likely be /usr/bin/cvs; I don't know enough about xinetd to suggest what
> passenv should be.
>
> -Larry Jones
>
> Pitiful.  Just pitiful. -- Calvin




reply via email to

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