Hello!
After taking an upgrade to my system recently, OMV's WebGUI is unavailable.
My private mail box is spammed by the OMV system telling me something is wrong. Does anyone know what I should do to get the GUI up running?
(Root login are disabled in the GUI, but I have an active user connected to the SSH and SUDO group.)
FIRST EMAIL: [SERVERNAME] Monitoring restart -- Does not exist nginx
Code
The system monitoring needs your attention.
Host: \SERVERNAME
Date: Sun, 08 Mar 2020 18:48:00
Service: nginx
Event: Does not exist
Description: process is not running
This triggered the monitoring system to: restart
—
You have received this notification because you have enabled the system monitoring on this host.
To change your notification preferences, please go to the 'System | Notification' or 'System | Monitoring' page in the web interface.
Display More
SECOND EMAIL: [SERVERNAME] Monitoring alert -- Execution failed nginx
Code
The system monitoring needs your attention.
Host: \SERVERNAME
Date: Sun, 08 Mar 2020 18:48:31
Service: nginx
Event: Execution failed
Description: failed to start (exit status 1) -- '/bin/systemctl start nginx': Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
This triggered the monitoring system to: alert
—
You have received this notification because you have enabled the system monitoring on this host.
To change your notification preferences, please go to the 'System | Notification' or 'System | Monitoring' page in the web interface.
Display More
There is obviously something wrong with nginx, but I need help to solve it...
RUNNING COMMAND "systemctl status nginx.service"
Code
$ sudo systemctl status nginx.service
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: en
Active: failed (Result: exit-code) since Sun 2020-03-08 18:57:04 CET; 28s ago
Docs: man:nginx(8)
Process: 5458 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process
Mar 08 18:57:04 SERVERNAME systemd[1]: Starting A high performance web server
Mar 08 18:57:04 SERVERNAME nginx[5458]: nginx: [alert] could not open error lo
Mar 08 18:57:04 SERVERNAME nginx[5458]: 2020/03/08 18:57:04 [emerg] 5458#5458:
Mar 08 18:57:04 SERVERNAME nginx[5458]: nginx: configuration file /etc/nginx/n
Mar 08 18:57:04 SERVERNAME systemd[1]: nginx.service: Control process exited,
Mar 08 18:57:04 SERVERNAME systemd[1]: nginx.service: Failed with result 'exit
Mar 08 18:57:04 SERVERNAME systemd[1]: Failed to start A high performance web
Display More
Thank you!