WalterH What error you see from nginx -t
Da es wieder neue Updates gibt, habe ich die ins System übernommen. Zunächst habe ich in diesen Fällen immer wieder bemerkt, dass der NGINX Service nicht läuft und sich auch nicht starten lässt:
localhost:~ # systemctl --failed && sleep 1 && systemctl start nginx.service && sleep 1 && systemctl status nginx.service && systemctl --failed UNIT LOAD ACTIVE SUB DESCRIPTION
● jitsi-jicofo.service loaded failed failed JItsi COnference FOcus
● nginx.service loaded failed failed The nginx HTTP and reverse proxy server
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
2 loaded units listed.
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xeu nginx.service" for details.
You have new mail in /var/spool/mail/root
localhost:~ # systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● jitsi-jicofo.service loaded failed failed JItsi COnference FOcus
● nginx.service loaded failed failed The nginx HTTP and reverse proxy server
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
2 loaded units listed.
localhost:~ #
Dass der Service jitsi-jicofo.service nicht läuft, ist bereits länger so. Der genannte Befehl ergibt wie folgt:
localhost:~ # nginx -t
nginx: [warn] duplicate extension "wasm", content type: "application/wasm", previous content type: "application/wasm" in /etc/nginx/vhosts.d/jitsi-meet.conf:5
nginx: [emerg] the size 10485760 of shared memory zone "SSL" conflicts with already declared size 1048576 in /etc/nginx/vhosts.d/jitsi-meet.conf:56
nginx: configuration file /etc/nginx/nginx.conf test failed
localhost:~ #
So muss ich auch jetzt wieder zurückgehen.