Closed XiotSamuel closed 2 years ago
Jitsi does not support arm64 right now. Progress is being made on that. See https://github.com/jitsi/docker-jitsi-meet/issues/1069 and https://github.com/jitsi/docker-jitsi-meet/issues/1214
I've also now made the playbook fail during setup, instead of finishing setup successfully, but failing during start later on.
@spantaleev Thanks for quick reply. We found that the conference call still work without the jitsi in my pi. Is the element or coturn have default setting to connect to jitsi public server?
Playbook Configuration:
My
vars.yml
file looks like this:Matrix Server:
Ansible: If your problem appears to be with Ansible, tell us:
ansible --version
)Problem description:
Describe what you're doing, what you expect to happen and what happens instead here. Tell us what you've tried and what you're aiming to achieve.
Implementing jitsi in rasppi, but all jitsi service cannot start.
failed: [matrix.msgtest.ooguy.com] (item=matrix-jitsi-web.service) => changed=false ansible_loop_var: item item: matrix-jitsi-web.service msg: matrix-jitsi-web.service was not detected to be running. It's possible that there's a configuration problem or another service on your server interferes with it (uses the same ports, etc.). Try running
systemctl status matrix-jitsi-web.serviceand
journalctl -fu matrix-jitsi-web.serviceon the server to investigate. If you're on a slow or overloaded server, it may be that services take a longer time to start and that this error is a false-positive. You can consider raising the value of the
matrix_common_after_systemd_service_start_wait_for_timeout_secondsvariable. See
roles/matrix-common-after/defaults/main.ymlfor more details about that. failed: [matrix.msgtest.ooguy.com] (item=matrix-jitsi-prosody.service) => changed=false ansible_loop_var: item item: matrix-jitsi-prosody.service msg: matrix-jitsi-prosody.service was not detected to be running. It's possible that there's a configuration problem or another service on your server interferes with it (uses the same ports, etc.). Try running
systemctl status matrix-jitsi-prosody.serviceand
journalctl -fu matrix-jitsi-prosody.serviceon the server to investigate. If you're on a slow or overloaded server, it may be that services take a longer time to start and that this error is a false-positive. You can consider raising the value of the
matrix_common_after_systemd_service_start_wait_for_timeout_secondsvariable. See
roles/matrix-common-after/defaults/main.ymlfor more details about that. failed: [matrix.msgtest.ooguy.com] (item=matrix-jitsi-jicofo.service) => changed=false ansible_loop_var: item item: matrix-jitsi-jicofo.service msg: matrix-jitsi-jicofo.service was not detected to be running. It's possible that there's a configuration problem or another service on your server interferes with it (uses the same ports, etc.). Try running
systemctl status matrix-jitsi-jicofo.serviceand
journalctl -fu matrix-jitsi-jicofo.serviceon the server to investigate. If you're on a slow or overloaded server, it may be that services take a longer time to start and that this error is a false-positive. You can consider raising the value of the
matrix_common_after_systemd_service_start_wait_for_timeout_secondsvariable. See
roles/matrix-common-after/defaults/main.ymlfor more details about that. failed: [matrix.msgtest.ooguy.com] (item=matrix-jitsi-jvb.service) => changed=false ansible_loop_var: item item: matrix-jitsi-jvb.service msg: matrix-jitsi-jvb.service was not detected to be running. It's possible that there's a configuration problem or another service on your server interferes with it (uses the same ports, etc.). Try running
systemctl status matrix-jitsi-jvb.serviceand
journalctl -fu matrix-jitsi-jvb.serviceon the server to investigate. If you're on a slow or overloaded server, it may be that services take a longer time to start and that this error is a false-positive. You can consider raising the value of the
matrix_common_after_systemd_service_start_wait_for_timeout_secondsvariable. See
roles/matrix-common-after/defaults/main.ymlfor more details about that.
Client (please complete the following information):
Additional context Add any other context about the problem here.