SCIENTIFIC-LINUX-USERS Archives

November 2007

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Taylan Yetkin <[log in to unmask]>
Reply To:
Taylan Yetkin <[log in to unmask]>
Date:
Thu, 29 Nov 2007 15:50:00 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (41 lines)
Hi,
I installed a cvs repository in my local SL machine and trying to connect
 it
from fermi machines. I get the following error:

[cmswn085> cvs login
Logging in to :pserver:[log in to unmask]:2401/var/lib/
cvsroot
CVS password:
cvs [login aborted]: connect to
neutralino.physics.uiowa.edu(128.255.34.167):2401 failed: No route to hos
t

I created a file as /etc/xinetd.d/cvspserver with:

service cvspserver
{
        port               = 2401
        socket_type        = stream
        protocol           = tcp
        wait               = no
        user               = root
        passenv            = PATH
        server             = /usr/bin/cvs
        server_args        = -f --allow-root=/var/lib/cvsroot pserver

        log_type           = FILE /var/log/cvspserver
        env                = '$HOME=/usr/cvs'
        log_on_failure     += USERID
        disable            = no
}

and did /etc/init.d/xinetd restart.

Also checked  netstat -tap | grep cvs
tcp        0      0 *:cvspserver     *:*     LISTEN      6519/xinetd

Could anybody help me to fix this problem?
Thanks,
Taylan

ATOM RSS1 RSS2