info-cvs
[Top][All Lists]
Advanced

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

Re: CVs doesn't work anymore after upgrade to RedHat 7.0 ?


From: Derek R. Price
Subject: Re: CVs doesn't work anymore after upgrade to RedHat 7.0 ?
Date: Fri, 20 Oct 2000 14:36:32 -0400

Ed Bras wrote:

> I upgrade my Linux box to RedHat 7.0 and CVS doesn't work anymore
> remotely through pserver. Locale it works.

Here's my /etc/xinetd.d/cvspserver:

    # Converted by inetdconvert
    service cvspserver
    {
     socket_type  = stream
     protocol  = tcp
     wait   = no
     user   = root
     server   = /usr/bin/cvs
     server_args  = -f --allow-root=/usr/lib/cvs
     disable   = no
    }

It works and was generated directly by the RedHat 7.0 installer.  It's
possible your 7.0 install upgraded you to CVS 1.10.7 and it's causing
problems too.  You might try the 1.11 available on CVSHome.org:

    ftp://ftp.cvshome.org/pub/linux/rpm/cvs-1.11-1.i386.rpm

It doesn't expect xinetd yet, so you'll have to configure that yourself.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
I'm filling out the report right now.  We haven't quite figured out if he
committed suicide or died trying to escape.

                - Claude Rains as Captain Louis Renault, _Casablanca_






reply via email to

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