Can't access LXPLUS through yggdrasil and baobab anymore

Hey,

To be able to run certain code that needs the ATLAS software to run (with setupATLAS, panda, rucio, …) I’ve been using the following lines in the command line:

export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c centos7

These create a singularity similar to lxplus cluster. For some reason it doesn’t work anymore, where I get this error:

Is there anyway to be able to fix this problem?

Best regards,

Mário

Dear Mario,

I check the error and it seems the bind option “-B /home/users/a:/home” is the problem. Could you try to use your home for binding? Something like “-B /home/users/a/alvescar/home:/home -B /home/users/a/alvescar/srv:/srv” after creating folders in your home directory?

Best regards,