Quantcast
Channel: openSUSE Forums
Viewing all articles
Browse latest Browse all 40713

PVM application and the login order

$
0
0
I have a few boxes with 13.1 and the plan is to run an application via PVM (parallel virtual machine) using ssh. I used a similar setup before on Debian but I'm experiencing a couple of issues now with openSUSE. I've defined in my .bachrc the necessary environmental variables for PVM but it seems that it is executed late in the login process. For instance (matilda is one of the client/remote machines) if I ssh (setup with ssh-keygen) from the head machine

Code:

ssh matilda 'echo ${PVM_ROOT}'
is empty unless I add the the same environmental variables to /etc/bash.bashrc.local. But that is fine, I can live with that. The real issue when I try to spawn a process on a remote machine through pvm is it hangs for a long time and eventually fails without crashing. I can see that the remote machine responds, both under "ps" and temporary files in /tmp. So just in case I added the same to the /etc/bash.bashrc.local on the head machine but no progress was made.

The only way I can get them to finish is to spawn a process on the remote machine from the head machine and then log on to the remote machine and manually execute pvm - a little bit inconvenient.

Am I missing something in the order how these files are executes during login?

I have tried to use both PVM from the standard repository and my own compiled version but both result in the same.

Viewing all articles
Browse latest Browse all 40713

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>