update docs

This commit is contained in:
wh1te909 2021-04-04 09:21:17 +00:00
parent 2973e0559a
commit 171d2a5bb9
1 changed files with 6 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Please then copy/paste the logs and post them either in our [Discord support cha
<br/> <br/>
#### Web UI frozen or not loading / website errors / general errors #### All other errors
First, run the [update script](update_server.md#updating-to-the-latest-rmm-version) with the `--force` flag. <br/>This will fix permissions and reinstall python/node packages that might have gotten corrupted. First, run the [update script](update_server.md#updating-to-the-latest-rmm-version) with the `--force` flag. <br/>This will fix permissions and reinstall python/node packages that might have gotten corrupted.
@ -61,10 +61,15 @@ First, run the [update script](update_server.md#updating-to-the-latest-rmm-versi
./update.sh --force ./update.sh --force
``` ```
Check the debug log from the web UI: **File > Debug Log**
Open your browser's dev tools (ctrl + shift + j on chrome) and check the Console tab for any errors
Check all the systemd services that the rmm uses to function and check to make sure they're all active/running and enabled: Check all the systemd services that the rmm uses to function and check to make sure they're all active/running and enabled:
```bash ```bash
sudo systemctl status rmm sudo systemctl status rmm
sudo systemctl status daphne
sudo systemctl status celery sudo systemctl status celery
sudo systemctl status celerybeat sudo systemctl status celerybeat
sudo systemctl status nginx sudo systemctl status nginx