Newsgroups: comp.parallel.pvm
Path: ukc!uknet!pcl!delaitt
From: delaitt@westminster.ac.uk (Thierry Delaitre)
Subject: Re: problem witj linux 1.0 and pvm 3.2.6
Message-ID: <CqGDsy.9Cr@westminster.ac.uk>
Organization: Centre for Parallel Computing/University of Westminster
X-Newsreader: TIN [version 1.2 PL2]
References: <80126.10.769950056@novell1.rz.fht-mannheim.de>
Date: Fri, 27 May 1994 08:50:23 GMT
Lines: 58

80126@novell1.rz.fht-mannheim.de wrote:
: hey,

: first problem :

: if i use the shell-programm getpvmarch which is in the packet of pvm3.2.6
: he echos UNKNOWN. i fixed the programm so that he bring the echo LINUX.

: my great problem :

: i own 2 computers with linux (kernel 1.0) they are connected with two 
: ethernetcards. rlogin and other networkprogramms work well.

: on both computers is pvm3.2.6 installed, i tested pvm with the examples and 
: an own programm i works no problems if the virtual machine is only my own 
: computer. But if i try to add my other machine to my virtual machine the
: problem starts:

: if i add the host at the console pvm with "add otto" the programm will never 
: come back to the enter mode.
: start i pvmd3 with an hostfile,

: hostfile:
: 	otto lo=thomas pw

: then the programm aks me for an password and ends with the answer
: connection refused.

: have anybody an idea what's wrong whit my installation ?

: is this a problem from linux, my networkconfiguration or from my
: installed pvm version

: thanx for help
: 	thomas

: 	80126@novell1.rz.fht-mannheim.de
:   or	wiz01@aix01.rz.fht-mannheim.de

Bonjour,

Under Linux, rsh is located in '/usr/sbin/' and not in '/usr/ucb/' !!!

It is defined in 'startup.c'
---------------------------
#ifndef RSHCOMMAND
#define RSHCOMMAND      "/usr/ucb/rsh"
#endif

And don't forget the '.rhosts' file !

Thierry.

-- 
 -----------------------------------------------------------------
|  		   University of Westminster			  |
|                 Center for Parallel Computing			  |
|		   115, New Cavendish Street 			  |

