info-cvs
[Top][All Lists]
Advanced

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

RE: CVS errors: "Unknown error 523"


From: Vinh Cao
Subject: RE: CVS errors: "Unknown error 523"
Date: Tue, 12 Feb 2002 09:21:08 -0500

Hi Matt,

Here is our cvspserver configuration:

/etc/xinetd.d/

service cvspserver
{
        flags = REUSE
        socket_type = stream
        instances = UNLIMITED
        per_source = UNLIMITED
        protocol = tcp
        wait = no
        user = root
        group = cvsusers
        server = /usr/bin/cvs
        server_args = -f --allow-root=/cvs/cvsroot/Repository pserver
        log_on_success += DURATION USERID
        log_on_failure += USERID
        disable = no
}
The OS version is Redhat 7.1 with Kernel: 2.4.2-2smp
CVS version is: cvs-1.11-3


This error was happening time to time from 6.2 for the past year and
thought migrate to Redhat 7.1 may help, but it did not.

Also cvs server is a stand alone server all users are communicating to it by
pserver. I am not cvs
admin. I am a Unix admin and these engineers told me that must be some
things to do with my
Linux server. I don't see how, because some time it works for months with
out problems and then it came back.

I just want to put this errors away if I can. 

So any help from all of you would be appreciated.

Thanks,

Vinh Cao

----------------------------------------------------------------------------
--------------
-----Original Message-----
From: Matt Riechers [mailto:address@hidden
Sent: Tuesday, February 12, 2002 7:44 AM
To: Vinh Cao
Cc: 'address@hidden'
Subject: Re: CVS errors: "Unknown error 523"


Vinh Cao wrote:
> 
> Does anyone know this error: "Unknown error 523"? when our engineers do:
> 
> cvs update or cvs co -r

That appears to be a catch-all error handler in the server code. It also
appears
that you've interpreted the error vs. posting it verbatim. What is your cvs
configuration (authentication method, os, cvs version, etc)? When did this
start
happening?

-Matt



reply via email to

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