Unraid Version: 7
Motherboard: Super Micro MBD-H11SSL-I302P-MA015-O
CPU: AMD Epyc 7302P
Ram: 128 GB
Hard Drives:
8 10tb (5 Seagate, 3 western digital) - 2 parity, all on the array, xfs encrypted
6 x 4tb (Western digital) - zfs mirror, 3 vdev
2 x 256gb SSDs - Cache
2 x 2tb NVME - Cache (PCIE Card)
Networking:
2 x 1Gbpss fail over (Static - 192.168.0.0/24 onboard)
1 x 10Gbps (Static - 192.168.1.0/30 isolated pcie card)
I've gone over the unclean shutdown thread and nothing in there helped. I can SSH into the server and access the Web UI via ikvm, however it just tries to load the web page and fails - 500 internal server error. I've attempted to boot in safemode with gui and without - no plugins both times - and neither mode allowed access to the web GUI.
VM & Docker were also stopped at the time.
SMB shares are also inaccessible however, the Root Global Share does show up in NETMAN (windows 10) but does no load any folders when you open it.
I don't have syslog available prior to the unclean shutdown.
Nginx will not start on boot and when I start it manually, the engine gives out a 500 internal server error. I've re-downloaded the Unraid OS and compared the USB stick to the Downloaded archive and can't see any differences side from the /config directory, which is to be expected.
I've been able to start Nginx and PHP-FM as per below. LSOF shows not files being accessed on Disks though - which I think it why the server isn't starting properly.
root@UNRAID-SERVER:/var/log# lsof | grep disk
root@UNRAID-SERVER:/var/log# /etc/rc.d/rc.nginx start
rc.nginx: Starting Nginx server daemon...
rc.nginx: Nginx server daemon... Started.
root@UNRAID-SERVER:/var/log# /etc/rc.d/rc.nginx status
Nginx server daemon is currently running.
root@UNRAID-SERVER:/var/log# ls
btmp dmesg libvirt/ nfsd/ pkgtools/ removed_scripts@ scripts@ spooler vfio-pci
cron faillog maillog nginx/ plugins/ sa/ secure swtpm/ vfio-pci-errors
debug lastlog messages packages@ removed_packages@ samba/ setup@ syslog wtmp
root@UNRAID-SERVER:/var/log# cd nginx
root@UNRAID-SERVER:/var/log/nginx# ls
error.log
root@UNRAID-SERVER:/var/log/nginx# cat error.log
root@UNRAID-SERVER:/var/log/nginx# tail error.log
root@UNRAID-SERVER:/var/log/nginx# /etc/rc.d/rc.php-fpm start
rc.php-fpm: Starting PHP-fpm daemon...
rc.php-fpm: PHP-fpm daemon... Started.
root@UNRAID-SERVER:/var/log/nginx#
root@ANC-S-01:/var/log/nginx# tail error.log
2025/01/27 01:30:52 [crit] 4910#4910: *2 connect() to unix:/var/run/php-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: x.x.x.CLIENT, server: , request: "GET /Dashboard HTTP/2.0", subrequest: "/auth-request.php", upstream: "fastcgi://unix:/var/run/php-fpm.sock:", host: "x.x.x.UNRAID:8443"
2025/01/27 01:30:52 [error] 4910#4910: *2 auth request unexpected status: 502 while sending to client, client: x.x.x.CLIENT, server: , request: "GET /Dashboard HTTP/2.0", host: "x.x.x.UNRAID:8443"
2025/01/27 01:30:52 [crit] 4910#4910: *2 connect() to unix:/var/run/php-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: x.x.x.CLIENT, server: , request: "GET /favicon.ico HTTP/2.0", subrequest: "/auth-request.php", upstream: "fastcgi://unix:/var/run/php-fpm.sock:", host: "x.x.x.UNRAID:8443", referrer: "https://x.x.x.UNRAID:8443/Dashboard"
2025/01/27 01:30:52 [error] 4910#4910: *2 auth request unexpected status: 502 while sending to client, client: x.x.x.CLIENT, server: , request: "GET /favicon.ico HTTP/2.0", host: "x.x.x.UNRAID:8443", referrer: "https://x.x.x.UNRAID:8443/Dashboard"
After checking the /var/run/php-fpm.sock file
root@UNRAID-SERVER:/var/run# ls
acpid.pid blkid/ elogind.pid nginx.pid runlevel systemd@
acpid.socket= cgroup2-unraid.pid emhttpd.socket= nginx.socket= samba/ udev/
agetty.reload cron/ faillock/ nmbd.pid samba-dcerpcd.pid user/
atd.pid cryptsetup/ inetd.pid php-fpm.pid seedrng.lock utmp
avahi-daemon/ dbus/ lock/ php-fpm.sock= smbd.pid winbindd.pid
avahi-dnsconfd.pid elogind/ mount/ rsyslogd.pid sshd.pid xtables.lock
System has been stable for over a year, completely stable since the upgrade to v7 (which had no issues).
Any help you might be able to give would be appreciated!
tower-diagnostics-20250126-2330.zip