* RANGI, JAI wrote on Wed, May 12, 2004 at 04:10:50PM CEST:
> Hi I am getting very strange error while booting lam
> Here is the error,
> rangij_at_sd1:~> lamboot -v hostfile
>
*snip a lot*
>
> So from it looks like hboot is not in the path....But this is what $PATH
> variable displays..
>
> rangij_at_sd1:~> rsh sd2 echo $PATH
> /home/rangij/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt
> /gnome/bin:/opt/kde3/bin:/usr/local/lam-6.5.9/bin:/usr/local/gamess:/usr/lib
> /SmallEiffel/bin:/usr/lib/java/bin
This is not the correct command, as $PATH is evaluated by the local
shell, not the remote rsh. Try
rsh sd2 'echo $PATH'
So, now: Depending on the shell you use, use its non-interactive startup
configuration to amend the PATH.
Regards,
Ralf
|