15 hours ago15 hr Hi Everyone,Just moved to Unraid from my old QNAP NAS.I've tried to di things in proper way by using server hardware:OS: UNRAID UNLEASHED 7.3.2MB: E3C246D4U2-2TLAN: 2x Intel 10GbitCPU: Xeon E-2176GRAM: 64GB (16x4GB) DDR4 SK Hynix 2400 ECC UDIMMPOOL: 6x Ironwolf Pro 4TB Raid-Z2PSU: Corsair SF750 80+ PlatinumBOOT: Patriot P320 128GBAPP: 2x1TB Samsung 970 EVO NVMECASE: Jonsbo N6HS: Thermalright SI100FAN: 2x BeQuiet! 140, 4xBeQuiet! 120Everything was working properly, just after 8 hrs of uptime, the web server start to been unaccessible.The shares were mounted still and working good, as well as the main terminal.Attached the diagnostics and the syslog previous I've downloaded after reboot (somewhere in the middle of this syslog the issue happened).Thanks a lot to anyone that could help me!custos-unraid-syslog-previous-20260731-0715.zip custos-unraid-diagnostics-20260731-0925.zip Edited 15 hours ago15 hr by HariSeldon
13 hours ago13 hr Community Expert Syslog previously covered over 48H of uptime, but there's nothing relevant logged I can see there that would explain a crash, one thing you can try is to boot the server in safe mode with all docker containers/VMs disabled, let it run as a basic NAS for a few days, if it still crashes it's likely a hardware problem, if it doesn't start turning on the other services one by one, including the individual docker containers.
13 hours ago13 hr Author thanks Jorge for the reply!Sorry 8 hours was meant from last reboot, but yes is 48hrs of uptime.no docker ot whatsoever, just ZFS shares, that's it.hardware was working properly, as I could access via IPMI interface, and shares was accessibile though both ethernet interface, also from console I was able to check with dmesg and so on and everything working for hw point of view.was just the webui not working. Edited 12 hours ago12 hr by HariSeldon
11 hours ago11 hr Community Expert If you have console access, get the diagnostics right after it happens (before rebooting).
11 hours ago11 hr Author 33 minutes ago, JorgeB said:If you have console access, get the diagnostics right after it happens (before rebooting).I did it! Before reboot! I have in the usb drive, as soon as I come back home I’ll share it! Thanks !
7 hours ago7 hr Community Expert I'm still not seeing a reason for the issue, when it happens again, grab the following outputs from the Unraid console before rebooting:datecurl -sv --connect-timeout 3 --max-time 15 http://127.0.0.1/ -o /dev/nullcurl -sv --connect-timeout 3 --max-time 15 http://127.0.0.1/webGui/images/UN-logotype-gradient.svg -o /dev/null curl -sv --connect-timeout 3 --max-time 15 http://<UNRAID-IP>/ -o /dev/nullss -lntpss -lxnpps -eo pid,ppid,stat,wchan:32,etime,cmd | grep -E 'nginx|php-fpm|emhttp|unraid-api|nchan'ls -la /var/log/nginxtail -n 300 /var/log/nginx/error.logtail -n 300 /var/log/phplogtail -n 300 /var/log/syslogls -ld /usr/local/emhttp /usr/local/emhttp/state /var/local/emhttpreadlink /usr/local/emhttp/statestat /usr/local/emhttp/auth-request.phpls -l /var/run/php-fpm.sock /var/run/unraid-api.sock /var/run/emhttpd.socketip -br addrip -s linkip neigh showFrom another LAN machine, test both URLs:curl -v --connect-timeout 3 --max-time 15 http://<UNRAID-IP>/curl -v --connect-timeout 3 --max-time 15 http://<server-name>.local/arp -anThe results should help rule out the main possibilities.
1 hour ago1 hr Author 5 hours ago, JorgeB said:I'm still not seeing a reason for the issue, when it happens again, grab the following outputs from the Unraid console before rebooting:datecurl -sv --connect-timeout 3 --max-time 15 http://127.0.0.1/ -o /dev/nullcurl -sv --connect-timeout 3 --max-time 15 http://127.0.0.1/webGui/images/UN-logotype-gradient.svg -o /dev/nullcurl -sv --connect-timeout 3 --max-time 15 http://<UNRAID-IP>/ -o /dev/nullss -lntpss -lxnpps -eo pid,ppid,stat,wchan:32,etime,cmd | grep -E 'nginx|php-fpm|emhttp|unraid-api|nchan'ls -la /var/log/nginxtail -n 300 /var/log/nginx/error.logtail -n 300 /var/log/phplogtail -n 300 /var/log/syslogls -ld /usr/local/emhttp /usr/local/emhttp/state /var/local/emhttpreadlink /usr/local/emhttp/statestat /usr/local/emhttp/auth-request.phpls -l /var/run/php-fpm.sock /var/run/unraid-api.sock /var/run/emhttpd.socketip -br addrip -s linkip neigh showFrom another LAN machine, test both URLs:curl -v --connect-timeout 3 --max-time 15 http://<UNRAID-IP>/curl -v --connect-timeout 3 --max-time 15 http://<server-name>.local/arp -anThe results should help rule out the main possibilities.Thanks ! I’ll do that !
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.