info-cvs
[Top][All Lists]
Advanced

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

RH 7.0, cvs pserver not working


From: Ginger Ellsworth
Subject: RH 7.0, cvs pserver not working
Date: Fri, 23 Mar 2001 15:40:34 -1200

hello -

I'm running Red Hat 7.0 and CVS 1.11.  CVS works fine locally but I cannot
get pserver to work.  The error message from a Windows 2000 client is:

$ cvs -d :pserver:address@hidden:/cvs login
(Logging in to address@hidden)
CVS password:
cvs [login aborted]: connect to 192.168.1.134:2401 failed: Connection
refused

Both of these postings refer to a similar problem:
http://mail.gnu.org/pipermail/info-cvs/2000-December/011394.html
http://mail.gnu.org/pipermail/info-cvs/2001-March/013146.html

I have the line:
cvspserver      2401/tcp
in my /etc/services file.

I have created the file /etc/xinetd.d/cvspserver with content:
service cvspserver
{
        flags           = REUSE
        instances       = 25
        disable         = no
        protocol                = tcp
        socket_type     = stream
        wait            = no
        user            = root
        group           = cvsusers
        env             = HOME=/cvs
        passenv         =
        server          = /usr/bin/cvs
        server_args     = -f --allow-root=/cvs pserver
        log_on_success  += DURATION USERID
        log_on_failure  += USERID
}
and I have rebooted the machine to re-initialize the cvspserver service.

Thank you for any help!!
Ginger




reply via email to

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