Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please contact pcds-it-l@slac.stanford.edu if you need more information or additional assistance with NoMachine.

Troubleshooting

Bashrc

Avoid sourcing the psconda environment on the NoMachine servers.  To add the conda in your bashrc file, you can do the following:

  • Set an alias to source it manually:  alias psconda='source /reg/g/psdm/etc/psconda.sh' 
  • Only source the environment on the ana nodes 
Code Block
titlebashrc
export MN=$(uname -n)
if [[ "$MN" =~ ^psana ]]; then
    source /reg/g/psdm/etc/psconda.sh
fi

Connection Issues

If you are not able to connect to NoMachine, check the followings:

...