Skip to content
Snippets Groups Projects
Commit 93dea688 authored by Natasha Pavlovikj's avatar Natasha Pavlovikj
Browse files

Merge branch 'update_faq' into 'master'

Add more FAQ

See merge request !460
parents b07fbab3 037b02e5
Branches
No related tags found
1 merge request!460Add more FAQ
......@@ -19,6 +19,7 @@ weight = "95"
- [What IP's do I use to allow connections to/from HCC resources?](#what-ips-do-i-use-to-allow-connections-tofrom-hcc-resources)
- [Why my job is showing (ReqNodeNotAvail, Reserved for maintenance) before a downtime?](#why-my-job-is-showing-reqnodenotavail-reserved-for-maintenance-before-a-downtime)
- [Why my Open OnDemand JupyterLab/Interactive App Session is stuck and is not starting?](#why-my-open-ondemand-jupyterlabinteractive-app-session-is-stuck-and-is-not-starting)
- [My directories are not full, but my Open OnDemand JupyterLab Session is still not starting. What else should I try?](#my-directories-are-not-full-but-my-open-ondemand-jupyterlab-session-is-still-not-starting-what-else-should-i-try)
- [Why my Open OnDemand RStudio Session is crashing?](#why-my-open-ondemand-rstudio-session-is-crashing)
- [Why I can not access files under shared Attic/Swan Globus Collection?](#why-i-can-not-access-files-under-shared-atticswan-globus-collection)
- [I am graduating soon, what will happen with my HCC account?](#i-am-graduating-soon-what-will-happen-with-my-hcc-account)
......@@ -269,6 +270,12 @@ The most common reason for this is full `$HOME` directory. You can check the siz
Then, please remove any unnecessary data; move data to [$COMMON or $WORK]({{< relref "../handling_data/" >}}); or [back up important data elsewhere]({{< relref "../handling_data/data_storage/preventing_file_loss.md" >}}).
If the majority of storage space in `$HOME` is utilized by `conda` environments, please [move the conda environments]({{< relref "../applications/user_software/using_anaconda_package_manager#moving-and-recreating-existing-environment" >}}) or [remove unused conda packages and caches]({{< relref "../applications/user_software/using_anaconda_package_manager#remove-unused-anaconda-packages-and-caches" >}}).
#### My directories are not full, but my Open OnDemand JupyterLab Session is still not starting. What else should I try?
If the inode and storage quotas of the `$HOME` and `$WORK` directories on Swan are not exceeded, and your Open OnDemand JupyterLab Session is still not starting, there are two additional things you can check:
1) If a custom conda environment is not used, when installing packages with `pip` locally, these libraries are installed in `$HOME/.local`. When using other modules or applications that are based on Python/conda (e.g., Open OnDemand JupyterLab), these local installs can cause conflicts and errors. In this case, please rename the `$HOME/.local` directory (e.g., `mv $HOME/.local $HOME/.local_old`).
2) Please make sure that you don't set variables such as `PYTHONPATH` in your `$HOME/.bashrc` file. If you have this variable set in the `$HOME/.bashrc` file, please comment out that line and run `source $HOME/.bashrc` to apply the changes.
Whether you have renamed the `$HOME/.local` directory and/or modified the file `$HOME/.bashrc`, please cancel and restart your JupyterLab Session.
#### Why my Open OnDemand RStudio Session is crashing?
There are two main reasons why this may be happening:
1) The requested RAM is not enough for the analyses you are performing. In this case, please terminate your running Session and start a new one requesting more RAM.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment