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:[EMAIL PROTECTED]: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:
> 
> [EMAIL PROTECTED] kent]$ cvs login
> Logging in to :pserver:[EMAIL PROTECTED]:2401/repo
> CVS password:
> cvs [login aborted]: reading from server: Connection reset by peer
> [EMAIL PROTECTED] 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


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

Reply via email to