-
Ciao! We have a couple of problems with yarpmanager in the superbuild (latest yarp version 3.8.1) on ubuntu 20.04.6 LTS. while sending the "env" command from the yarpmanager box gives this result instead: In addition, we can't find from which cluster-config.xml file our cluster is built. Do you have any idea no how to solve these issues? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @fvannu, since # If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
|
Beta Was this translation helpful? Give feedback.
Hi @fvannu,
since
ClusteWidget
usesssh
for running theyarprun
and other commands, you have to set the superbuild environment variables before this statement in thebashrc
: