[EMAIL PROTECTED] writes:
> 
> Looks like recursive death may have been the whole problem. Now I get no
> core dumps, although an empty directory (cvs-servNNNNNN, where NNNNNN is
> the process ID for the server) is left in /tmp (not a big deal)...

No, something is going badly wrong somewhere.  You should have gotten an
error message at the client but, if not, then please try writing a short
shell script that runs the CVS server with stderr redirected into a
file, something like:

        #! /bin/sh
        exit /usr/local/bin/cvs "$@" 2>/tmp/cvs$$.log

temporarily change your inetd.conf to run the script rather than running
the server directly, reproduce the problem, and check the log file.

-Larry Jones

Hey Doc, for 10 bucks I'll make sure you see those kids in the
waiting room again real soon! -- Calvin


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

Reply via email to