NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.74k stars 13.17k forks source link

jitsi meet sometimes breaks after switch #117212

Open ghost opened 3 years ago

dotlambda commented 2 years ago

Does this manifest as "something went wrong" once two people connect?

ghost commented 2 years ago

Does this manifest as "something went wrong" once two people connect?

Yes. systemctl restart prosody 'ji*' usually fixes it until the next reboot / switch

ajs124 commented 2 years ago

Maybe adding some RestartIfChangeds somewhere would help?

dotlambda commented 2 years ago

cc @tilpner

ghost commented 2 years ago

This is still happening

ThePurox commented 2 years ago

Adding systemd.services.prosody.reloadIfChanged = true; to the configuration fixed the problem for me. So I added a PR to fix this for everyone.