AquaWolf
Members
-
Joined
-
Last visited
Solutions
-
AquaWolf's post in GPU passthrough not working after 6.11 was marked as the answerSolved it by using OVMF TPU Bios and reinstalling Windows.
-
AquaWolf's post in Unraid hangs up after 2 days of usage was marked as the answerOk i found the Problem, could be helpfull also for others that are not receiving stats from containers.
Here is the Github Issue: https://github.com/docker/for-linux/issues/219
I put these two lines in go file
sudo mkdir /sys/fs/cgroup/systemd sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd
I came to this issue by this lines right after starting the authelia container:
level=error msg="loading cgroup for 55949" error="cgroups: cannot find cgroup mount destination"
So after doing this manual fix on the console it was able for me to get the stats for the authelia container so i added those two commands to go file, let's see if this was the cause of my freezing server but I thinks that's the temporary fix.
Thanks @Squid for giving me some troubleshooting hints 😃