- Urgent
Updated from 6.12.3 to 6.12.4 to find that my server would not be reachable via the WebGUI after an array mount.
I'm using a set of encrypted volumes and therefore need to start the server manually after each reboot.
Originally thought Docker or VM would have been a culprit here, but at this stage, this happens now on a reproducible and constant basis.
In syslog, I can see the following:
Oct 1 16:29:12 Tower nginx: 2023/10/01 16:29:12 [alert] 10797#10797: *772 open socket #21 left in connection 24 Oct 1 16:29:12 Tower nginx: 2023/10/01 16:29:12 [alert] 10797#10797: *804 open socket #29 left in connection 26 Oct 1 16:29:12 Tower nginx: 2023/10/01 16:29:12 [alert] 10797#10797: *762 open socket #6 left in connection 27 Oct 1 16:29:12 Tower nginx: 2023/10/01 16:29:12 [alert] 10797#10797: aborting
To fix fit, I can just connect to the server and issue a
/etc/rc.d/rc.nginx start
to solve the issue.
Any thought on what's going on?