Versions Compared

Key

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


Panel
borderColor#9c9fb5
bgColor#fcfcfc
titleColor#fcfcfc
titleBGColor#021D61
borderStylesolid
titleSpecific Errors


Excerpt


Expand
titleQ. Why does my Desktop session fail with "Could not connect to session bus: failed to connect to socket /tmp/dbus-"?


Panel
borderColor#07105b
bgColor#f6f6f6
titleColor#00084d
titleBGColor#d9dae5
borderStyledotted

This is most commonly seen with users who have Anaconda or Miniconda initialized in their accounts. For a permanent solution, you can run the following command from an interactive terminal session:


Code Block
languagebash
themeEmacs
conda config --set auto_activate_base false


This will prevent conda from auto-activating when you first log in and allow you to have more control over your environment. When you'd like to activate anaconda, run conda activate. See this example for information running anaconda workflows in batch with auto-activation disabled.



Expand
titleQ. Why am I getting "/bin/bash^M: bad interpreter: No such file or directory"?


Panel
borderColor#07105b
bgColor#f6f6f6
titleColor#00084d
titleBGColor#d9dae5
borderStyledotted

Scripts created in a Windows environment and transferred to HPC retain hidden carriage returns (^M). You can convert your Windows file to Unix format with:

Code Block
languagebash
themeEmacs
$ dos2unix <filename>




Expand
titleQ. What does "Bad UID for job execution" mean?


Panel
borderColor#07105b
bgColor#f6f6f6
titleColor#00084d
titleBGColor#d9dae5
borderStyledotted

This happens most frequently for new users. It takes a while to propagate new accounts to all the right places. Come back after a coffee break. However, this can occur in other circumstances. Open a support ticket with hpc-consult.



Expand
titleQ. Why am I recieving the error "CUDA error: no kernel image is available for execution on the device" when making use of a GPU?


Panel
borderColor#07105b
bgColor#f6f6f6
titleColor#00084d
titleBGColor#d9dae5
borderStyledotted

Add this variable definition before executing the application:

export CUDA_FORCE_PTX_JIT=1