Hi everyone,
Yesterday I completely reinstalled OMV because I suddenly got error messages after a restart (the same ones I'm about to post) and also did a CPU swap.
Now I thought I was rid of the errors afterwards, but they are still there. However, I receive error messages by e-mail, but the services are running normally.
Could it be that OMV just takes too long to start? After a restart, the SSH connection is re-established very quickly, but the WebUI takes quite a long time to start, and as soon as it is accessible, the messages start coming in.
I receive the following error messages by e-mail:
Service: rrdcached
Event: Does not exist
Description: process is not running
This triggered the monitoring system to: restart
Host: NAS
Date: Thu, 12 Dec 2024 20:27:23
Service: nginx
Event: Does not exist
Description: process is not running
This triggered the monitoring system to: restart
Host: NAS
Date: Thu, 12 Dec 2024 20:27:23
Service: rrdcached
Event: Execution failed
Description: failed to start (exit status -1) -- Program '/bin/systemctl start rrdcached' timed out after 30 s
This triggered the monitoring system to: alert
Host: NAS
Date: Thu, 12 Dec 2024 20:28:22
Service: rrdcached
Event: Exists
Description: process is running with pid 1198
This triggered the monitoring system to: alert
Host: NAS
Date: Thu, 12 Dec 2024 20:28:22
Service: rrdcached
Event: Execution succeeded
Description: process is running after previous exec error (slow starting or manually recovered?)
This triggered the monitoring system to: alert
Host: NAS
Date: Thu, 12 Dec 2024 20:28:22
Service: nginx
Event: Exists
Description: process is running with pid 1171
This triggered the monitoring system to: alert
I checked the status of the services:
root@NAS:~# systemctl status rrdcached.service
● rrdcached.service - LSB: start or stop rrdcached
Loaded: loaded (/etc/init.d/rrdcached; generated)
Active: active (running) since Thu 2024-12-12 20:27:51 CET; 12min ago
Docs: man:systemd-sysv-generator(8)
Process: 1162 ExecStart=/etc/init.d/rrdcached start (code=exited, status=0/SUCCESS)
Tasks: 8 (limit: 18963)
Memory: 12.5M
CPU: 420ms
CGroup: /system.slice/rrdcached.service
└─1198 /usr/bin/rrdcached -B -F -f 3600 -w 900 -b /var/lib/rrdcached/db/ -j /var/lib/rrdcached/journal/ -p /run/rrdcached.pid -l unix:/run/rrdcached.sock
Dez 12 20:27:51 NAS systemd[1]: Starting rrdcached.service - LSB: start or stop rrdcached...
Dez 12 20:27:51 NAS rrdcached[1162]: rrdcached started.
Dez 12 20:27:51 NAS systemd[1]: Started rrdcached.service - LSB: start or stop rrdcached.
Display More
root@NAS:~# systemctl status nginx.service
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; preset: enabled)
Active: active (running) since Thu 2024-12-12 20:27:51 CET; 13min ago
Docs: man:nginx(8)
Process: 1152 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
Process: 1170 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
Main PID: 1171 (nginx)
Tasks: 9 (limit: 18963)
Memory: 8.0M
CPU: 20ms
CGroup: /system.slice/nginx.service
├─1171 "nginx: master process /usr/sbin/nginx -g daemon on; master_process on;"
├─1172 "nginx: worker process"
├─1173 "nginx: worker process"
├─1174 "nginx: worker process"
├─1175 "nginx: worker process"
├─1176 "nginx: worker process"
├─1177 "nginx: worker process"
├─1180 "nginx: worker process"
└─1182 "nginx: worker process"
Dez 12 20:27:51 NAS systemd[1]: Starting nginx.service - A high performance web server and a reverse proxy server...
Dez 12 20:27:51 NAS systemd[1]: Started nginx.service - A high performance web server and a reverse proxy server.
Display More
As you can see, both services work without any problems. Therefore, I simply assume that there is a time problem.
I have also tried to set the delay according to proftpd, rrdcached and nginx slow to start on boot since 7.4.7-1 update?, unfortunately without success.
The system is running on a generic x86-64 hardware (Intel i3-10100 CPU & MSI B460M Pro Mainboard).
Do you have any sugetions for for me?