LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Alex Krouglov (alexkrouglov_at_[hidden])
Date: 2003-06-05 15:09:23


Dear experts,

Thanks a lot for your help.

Unfortunately the problem is not there. Looks like something is wrong with
the ports.

Included are the TCPDump results.

Thanks in advance.

Alex Krouglov
Concord Idea Corp.
Email: alexkrouglov_at_[hidden]

-----Original Message-----
From: lam-bounces_at_[hidden] [mailto:lam-bounces_at_[hidden]]On Behalf Of
Jones, Donald E
Sent: Thursday, June 05, 2003 1:45 PM
To: General LAM/MPI mailing list
Subject: RE: LAM: rsh fails

Another possibility is to check /etc/hosts.equiv to make sure it calls out
all the hosts. We found on our system that we needed entries in hosts.equiv
for all the nodes or rsh gave us the "connection refused" error message.
Merely adding the hosts to .rhosts did not do the trick.

Don Jones

-----Original Message-----
From: Peter McLachlan [mailto:pmclachl_at_[hidden]]
Sent: Thursday, June 05, 2003 10:02 AM
To: General LAM/MPI mailing list
Subject: Re: LAM: rsh fails

'Connection refused' suggests to me that the rsh daemon is not running on
one of the nodes. Restarting the service depends on the OS/host. Under
linux it is most likely run through inetd or xinetd. So check
/etc/inetd.conf or /etc/xinetd.d/rsh and make sure its set to run in.rshd
(the daemon for rsh). Then you can try 'service inetd start' or 'service
xinetd start'.

Alternately it could always be a firewall rule problem.

If rsh is running standalone without inetd or xinetd try doing a 'ps aux |
grep in.rshd' or a 'ps -ef | grep in.rshd'. This will show you if the
daemon is running or not.

Hope that helps,

Peter McLachlan
e-mail: pmclachl_at_[hidden]

"Alex Krouglov" <alexkrouglov_at_[hidden]>
Sent by: lam-bounces_at_[hidden]
06/05/2003 12:39 PM
Please respond to General LAM/MPI mailing list
        To: "General LAM/MPI mailing list" <lam_at_[hidden]>
        cc:
        Subject: LAM: rsh fails

Dear experts,

I can't setup my LAM system now (used to work before).

When I use rsh command from the 1st computer to the 2nd one, I receive a
message "poll: protocol failure in circuit setup". When I use rsh command
from the 2nd computer to the 1st one, I receive a message "Connection
refused".

Home directories have 755 permissions. Files .rhosts are present in home
directories with 644 permissions.

Thanks a lot in advance.

Alex Krouglov
Concord Idea Corp.
Email: alexkrouglov_at_[hidden]