Update Troubleshooting authored by Alain O' Miniussi's avatar Alain O' Miniussi
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
## Modules ## Modules
### I get a lot of module error on login starting August 2020 ### I get a lot of module error on login starting August 2020
#### Symptoms **Symptoms**
If you have module related error on login involving `userspace/OCA`, like: If you have module related error on login involving `userspace/OCA`, like:
``` ```
invalid command name "module" invalid command name "module"
...@@ -14,7 +15,8 @@ invalid command name "module" ...@@ -14,7 +15,8 @@ invalid command name "module"
``` ```
these are due to the fact that the module organization system has changed during the migration to the OpenHPC environment in August 2020, and that module does not exist anymore. these are due to the fact that the module organization system has changed during the migration to the OpenHPC environment in August 2020, and that module does not exist anymore.
#### Solution **Solution**
You need to remove the obsolete commands from your login resource files. You need to remove the obsolete commands from your login resource files.
* Sometime they're in your `~/.modulerc` file: flush or remove your `~/.modulerc` file and relog. * Sometime they're in your `~/.modulerc` file: flush or remove your `~/.modulerc` file and relog.
* Other place to look for are your `.bashrc`, `.bash_profile`. * Other place to look for are your `.bashrc`, `.bash_profile`.
... ...
......