HI.
I'm trying to run a recon on my node but it gives me an error like:
n-1<6851> ssi:boot:rsh: attempting to execute: rsh 192.168.0.4 -n '(
! [ -e ./.profile] || . ./.profile;' tkill -N -d -v )
ERROR: LAM/MPI unexpectedly received the following on stderr:
sh: line 0: [: missing `]'
sh: tkill: command not found
and if I execute it manually from my shell:
rsh 192.168.0.4 -n '( ! [ -e ./.profile] || . ./.profile;' tkill -N
-d -v ) -it gives me:
bash: syntax error near unexpected token `)'
but if I add in that request manually a "'" like that:
rsh 192.168.0.4 -n '( ! [ -e ./.profile] || . ./.profile;' tkill -N
-d -v' )
it gives me :
>
What should I do ? Can anyone help me?
IoP
|