listhelper-moderate
[Top][All Lists]
Advanced

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

info-cvs post from address@hidden requires approval


From: info-cvs-owner
Subject: info-cvs post from address@hidden requires approval
Date: Thu, 28 Jun 2007 13:30:59 -0400

As list administrator, your authorization is requested for the
following mailing list posting:

    List:    address@hidden
    From:    address@hidden
    Subject: Re: How do I know pserver is running?!
    Reason:  Post by non-member to a members-only list

At your convenience, visit:

    http://lists.nongnu.org/mailman/admindb/info-cvs
        
to approve or deny the request.
--- Begin Message --- Subject: Re: How do I know pserver is running?! Date: Thu, 28 Jun 2007 10:30:32 -0700 User-agent: Thunderbird 1.5.0.10 (X11/20070221)
sean dreilinger wrote:
hi James:

James Depaul wrote:
It's puzzling that when I log into the current machine (that allows
pserver connnections just fine) and I grep for cvspserver or pserver
process on that box - I see nothing to that affect... soooo: how can you
tell that the pserver is running on a particular machine?!

many cvs pserver implementations start cvs via inetd or xinetd (by adding a line
in /etc/inetd.conf on the server). in this arrangement cvs pserver is not
running continuously as a daemon, it only exists when a connection is initiated
on port 2401.

if this is the case with your setup, you can verify the pserver operation by
running something like:

        telnet myserver 2401
or
        cvs -t myserver login

where the -t gives you some extra trace/debug output.

hth
--sean


Run this command on a system to verify it is in fact configured:

% netstat -an | grep 2401
tcp        0      0 0.0.0.0:2401            0.0.0.0:*               LISTEN

"telnet hostname 2401" will connect to a system that is running cvs pserver.

Adam



--- End Message ---
--- Begin Message --- Subject: confirm 9ef38b0b42a2fc99bd7a687b0552ad4b17535fc9
If you reply to this message, keeping the Subject: header intact,
Mailman will discard the held message.  Do this if the message is
spam.  If you reply to this message and include an Approved: header
with the list password in it, the message will be approved for posting
to the list.  The Approved: header can also appear in the first line
of the body of the reply.

--- End Message ---

reply via email to

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