Hello from the maintenance guy!
I do a sudo apt update every other week on all out servers and when doing so on the Jitsi server, some while ago, it was never starting again.
The person doing the set up and install said “you’ll need to use an older version”. But for me… it’s not a very attractive solution using the older version! It’s not compatible with sudo update!
Instead of reboot I’ve been instructed to restart the services that we use.
root@meet:~# dpkg -l "jitsi*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=====================-==================-============-=================================================
rc jitsi-meet 2.0.8138-1 all WebRTC JavaScript video conferences
rc jitsi-meet-prosody 1.0.6854-1 all Prosody configuration for Jitsi Meet
un jitsi-meet-tokens <none> <none> (no description available)
rc jitsi-meet-turnserver 1.0.6854-1 all Configures coturn to be used with Jitsi Meet
un jitsi-meet-web <none> <none> (no description available)
rc jitsi-meet-web-config 1.0.6854-1 all Configuration for web serving of Jitsi Meet
ii jitsi-videobridge 1126-1 amd64 WebRTC compatible Selective Forwarding Unit (SFU)
rc jitsi-videobridge2 2.2-63-g252d14bc-1 all WebRTC compatible Selective Forwarding Unit (SFU)
root@meet:~#
Where is the old config located and where is the new config suppose to be!?
In this thread it’s written that it may cause additional errors to use uninstall as the solution.
Instead, I masked the old service and unmasked the new service.
Self-Hosting Guide - Debian/Ubuntu server
https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart/
I follow the instructions on this page, trying to fix the settings… where the service is actually executed!