HI everyone,
I am writing because I need some help investigating some errors i've been having this morning.
My home setup is made by two raspberries running OMV:
1) Raspberry Pi 3 runs OMV and Pihole via docker (IP 192.168.178.120)
2) Raspberry Pi 4 runs OMV and acts as main file server and several other docker containers (IP 192.168.178.100)
I have configured my router to use the Pi3 as default DNS server for the whole network:
- IP 192.168.178.120
- domain: fritz.box
If the Pi3 running pihole is up and running, everything works smooth.
On the Pi4 I have set the hostname and the search domain, and used DHCP.
As soon as the Pi3-pihole is down (reboot, disconnects, fails etc.) the OMV web interfaces ceases to work correctly, even by accessing it directly with the IP and not hostname+domain.
It takes ages to load and eventually will simply default with a dialog "An Error occurred"
From the syslog I can see that nginx is restarted several times:
Feb 23 13:16:33 ceres monit[1044]: 'nginx' failed protocol test [HTTP] at [127.0.0.1]:82 [TCP/IP] -- HTTP: Error receiving data -- Resource temporarily unavailable
Feb 23 13:16:33 ceres monit[1044]: 'nginx' trying to restart
Feb 23 13:16:33 ceres monit[1044]: 'nginx' stop: '/bin/systemctl stop nginx'
Feb 23 13:16:33 ceres systemd[1]: Stopping A high performance web server and a reverse proxy server...
Feb 23 13:16:38 ceres systemd[1]: nginx.service: Succeeded.
Feb 23 13:16:38 ceres systemd[1]: Stopped A high performance web server and a reverse proxy server.
Feb 23 13:16:38 ceres monit[1044]: 'nginx' start: '/bin/systemctl start nginx'
Feb 23 13:16:38 ceres systemd[1]: Starting A high performance web server and a reverse proxy server...
Feb 23 13:16:38 ceres systemd[1]: Started A high performance web server and a reverse proxy server.
Feb 23 13:17:01 ceres CRON[13984]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Feb 23 13:17:01 ceres postfix/postsuper[13996]: Deleted: 1 message
Feb 23 13:17:24 ceres monit[1044]: 'nginx' failed protocol test [HTTP] at [127.0.0.1]:82 [TCP/IP] -- HTTP: Error receiving data -- Resource temporarily unavailable
Feb 23 13:17:24 ceres monit[1044]: 'nginx' trying to restart
Feb 23 13:17:24 ceres monit[1044]: 'nginx' stop: '/bin/systemctl stop nginx'
Feb 23 13:17:24 ceres systemd[1]: Stopping A high performance web server and a reverse proxy server...
Feb 23 13:17:29 ceres systemd[1]: nginx.service: Stopping timed out. Terminating.
Feb 23 13:17:29 ceres systemd[1]: nginx.service: Control process exited, code=killed, status=15/TERM
Feb 23 13:17:29 ceres systemd[1]: nginx.service: Failed with result 'timeout'.
Feb 23 13:17:29 ceres systemd[1]: Stopped A high performance web server and a reverse proxy server.
Feb 23 13:17:29 ceres monit[1044]: 'nginx' start: '/bin/systemctl start nginx'
Feb 23 13:17:29 ceres systemd[1]: Starting A high performance web server and a reverse proxy server...
Feb 23 13:17:29 ceres systemd[1]: Started A high performance web server and a reverse proxy server.
Display More
The moment I turn Pi3-pihole up again, everything runs smoothly and the interface is way more reactive.
Is there anything I can do to diagnose further?
Thanks!