info-cvs
[Top][All Lists]
Advanced

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

cvs [pserver aborted]: bad auth protocol start:


From: Sam Song
Subject: cvs [pserver aborted]: bad auth protocol start:
Date: Wed, 7 Sep 2005 18:03:34 +0800 (CST)

Hi all, 

I encountered an error message on my RH 9.0 
workstation cvs server setup. All seems good by now 
like local and remote commit operation except the 
pity.

address@hidden sam]$ telnet localhost 2401
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.

cvs [pserver aborted]: bad auth protocol start:

Connection closed by foreign host.
address@hidden sam]$ rpm -qa cvs
cvs-1.11.1p1-7
address@hidden sam]

address@hidden sam]$ cat /etc/xinetd.d/cvspserver
service cvspserver
{
        disable         = no
        port            = 2401
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        passenv         = PATH
        server          = /usr/bin/cvs
        server_args     = -f --allow-root=/repository
pserver
}

address@hidden sam]$ cat /etc/xinetd.conf
#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/

defaults
{
        instances               = 60
        log_type                = SYSLOG authpriv
        log_on_success          = HOST PID
        log_on_failure          = HOST
        cps                     = 25 30
}

includedir /etc/xinetd.d

-------------------------------------

Does this hint have any bad result with it? If better,
how to fix it? 

If it were a FAQ, pls point me the URL.

Thanks in advance,

Sam


        

        
                
___________________________________________________________ 
雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 
http://cn.mail.yahoo.com





reply via email to

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