gloeckle
Members
-
Joined
-
Last visited
Solutions
-
gloeckle's post in Random Freeze / 6.12.10 / Docker Server Error + CLI unresponsive was marked as the answerto close this topic for now:
a lot of processes between nextcloud-nginx and swag-nginx waiting for each other until everything is overwhelmed and unresponsive = CPU load avg rises into oblivion.
And they were not killable!
unraid CLI:
while [ 1 -eq 1 ]; do ps -ax | awk '{ print $1,"---", $3 }' | grep D | grep -v PID && sleep 2 && clear; done to monitor waiting processes
PROCESS STATE CODES D uninterruptible sleep (usually IO)
I am trying do ditch nextcloud docker and all associated (postgres, swag, redis) and start anew with nextcloud-AIO. So not a specific fix since I have no clue why this happens. Also I want to change way too much around the whole infrastructure... switch, router, firewall etc. So I try nextcloud-AIO instead of fixing this (tried 15h+ I am not willing to invest more time since I do not see any light).
¯\_(ツ)_/¯
Wish me luck on my further journey.