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:[EMAIL PROTECTED]:/cvs login
(Logging in to [EMAIL PROTECTED])
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


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to