info-cvs
[Top][All Lists]
Advanced

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

pserver access hangs on exit


From: yem
Subject: pserver access hangs on exit
Date: Wed, 24 Apr 2002 23:50:38 +1200
User-agent: Pan/0.11.2 (Unix)

Hi all.

I've been using cvs 1.11.1p1 with xinetd 2.3.3 perfectly for a while
and I just upgraded to 1.11.2. However whenever I run a cvs command
via pserver, the connection hangs after completion until I ^C it.

It works fine if used locally, on the server so I figure it's probably
an inetd thing. I haven't changed the xinetd configuration at all.
Here's the xinetd clause:

service cvspserver
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = cvsuser
        server          = /usr/local/bin/cvs
        server_args     = -f --allow-root=/home/cvsroot pserver
        disable         = no
} 

Any ideas?

Zach.


reply via email to

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