From eff8c8e4b34dd091b7c3ded838b6324c33eaf3aa Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 7 Feb 2025 16:21:43 +0900 Subject: [PATCH] Update docs/configuring-playbook-jitsi.md: adopt the common instruction for troubleshooting Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-jitsi.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuring-playbook-jitsi.md b/docs/configuring-playbook-jitsi.md index 9e976b691..48c7516c7 100644 --- a/docs/configuring-playbook-jitsi.md +++ b/docs/configuring-playbook-jitsi.md @@ -382,6 +382,12 @@ ansible-playbook -i inventory/hosts --limit jitsi_jvb_servers jitsi_jvb.yml --ta ## Troubleshooting +As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running the commands below: +- `journalctl -fu matrix-jitsi-web` +- `journalctl -fu matrix-jitsi-prosody` +- `journalctl -fu matrix-jitsi-jicofo` +- `journalctl -fu matrix-jitsi-jvb` + ### `Error: Account creation/modification not supported` If you get an error like `Error: Account creation/modification not supported` with authentication enabled, it's likely that you had previously installed Jitsi without auth/guest support.