info-cvs
[Top][All Lists]
Advanced

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

Re: help on pserver connection


From: Todd Denniston
Subject: Re: help on pserver connection
Date: Fri, 10 Oct 2003 09:40:44 -0500

One other fun thing to check on after you have modified
/etc/xinetd.d/cvspserver 
( http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_2.html#SEC30 ), and
restarted xinetd, and found it is still now working on leprechaun, is to see if
the same 
`cvs -d :pserver:address@hidden:2401/repo login` works on genesis. If it does
work there have someone familair with linux firewalling look to see if the
kernel is bitbucketing all your packets from off machine, 2401 should be out of
that range...but it might not be. I have had this problem with a recent RH and
another service (RSH), don't you just love admining a machine some one else
setup.


kent emia wrote:
> 
> address@hidden kent]$ cvs login
> Logging in to :pserver:address@hidden:2401/repo
> CVS password:
> cvs [login aborted]: reading from server: Connection reset by peer
> address@hidden kent]$
> 
> from the Online-Manual
> :pserver:
> 
>         Errors along the lines of "connection refused" typically
>         indicate that inetd isn't even listening for connections on port
>         2401 whereas errors like "connection reset by peer", "received
>         broken pipe signal", "recv() from server: EOF", or "end of file
>         from server" typically indicate that inetd is listening for
>         connections but is unable to start CVS (this is frequently
>         caused by having an incorrect path in `inetd.conf' or by
>         firewall software rejecting the connection). "
> 
>         <snip>
> 
> maybe they are referring to '/etc/xinetd.d/cvspserver' isn't it?
> 
> my settings in /etc/xinetd.d/cvspserver
> # default on
> #
> # service cvspserver
> 
> service cvspserver
> {
>         disable         = no
>         id              = cvspserver
>         env             = HOME =/home/cvs
>         socket_type     = stream
>         protocol        = tcp
>         port            = 2401
>         wait            = no
>         user            = root
>         passenv         = PATH
>         server          = /usr/bin/cvs
>         server_args     = -f --allow-root=/repo pserver
> }
<SNIP>
-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the Warfighter




reply via email to

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