Upgraded to 6.10-RC1 to attempt to resolve a kernel issue (call trace) and now I can only access SSH and not the WebUI. WebUI times out regardless of https://ip http://ip or fqdn or hash.unraid.net.
Notes:
While I can SSH - Running anything freezes the session for eternity unless a basic no-drawing command (ls,ps,etc works) (top,htop,mc freezes)
While I can see the Samba shares or NFS shares, trying to browse into any of them freezes the session
It seems the server is overloaded, I was able to run "docker stop $(docker ps -q)" which worked, but still can not do anything of use. also ran "/etc/rc.d/rc.libvirt stop" and the server is still hung, currently waiting to see if "fuser -mv /mnt/disk* /mnt/user/*" returns anything as its hung.
netstat shows listening on the right ports for the nginx server:
netstat -tulpn | grep LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 7642/rpcbind
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 47166/nginx: master
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 7447/sshd: /usr/sbi
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 47166/nginx: master
tcp 0 0 0.0.0.0:41787 0.0.0.0:* LISTEN 7646/rpc.statd
tcp6 0 0 :::111 :::* LISTEN 7642/rpcbind
tcp6 0 0 :::80 :::* LISTEN 47166/nginx: master
tcp6 0 0 :::22 :::* LISTEN 7447/sshd: /usr/sbi
tcp6 0 0 :::36151 :::* LISTEN 7646/rpc.statd
tcp6 0 0 :::443 :::* LISTEN 47166/nginx: master
/etc/rc.d/rc.nginx is running and restart makes no difference
curl localhost results in 302 error, so I am assuming this has to do with the dns redirect that unraid uses to the hash url? (is there anyway to disable that since I use my own dns and hostnames with valid certs anyway and it would be easy to configure).
I had to mv /boot/previous to /boot to restore access and control
I was unable to pull diagnostics as all method timed out, and pulling the usb was not possible due to physical access limitations until I restored. I did collect two sets during the issues though and have attached.
Diagnostics attached from both servers
Arcanine = AMD Threadripper on X399D8A-2T
GSA = Intel Xeon Dell Poweredge R7220XD
Similarity is the 10GbE SFP+ card is the same in both units
arcanine-diagnostics-20210819-1207.zip gsa-diagnostics-20210819-0946.zip gsa-diagnostics-20210819-1005.zip syslog.zip
Recommended Comments
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.