Jump to content

Unraid hangs up after 2 days of usage


Go to solution Solved by AquaWolf,

Recommended Posts

Hey there my unraid server hangs up randomly after about 2 or 3 days. 

I saved now also old syslog files to troubleshoot but I'm a bit lost. I see many lines of this in the logs

Feb  4 04:34:14 Tower rsyslogd: file '/var/log/syslog'[9] write error - see https://www.rsyslog.com/solving-rsyslog-write-errors/ for help OS error: No space left on device [v8.2002.0 try https://www.rsyslog.com/e/2027 ]
Feb  4 04:34:14 Tower rsyslogd: action 'action-0-builtin:omfile' (module 'builtin:omfile') message lost, could not be processed. Check for additional error messages before this one. [v8.2002.0 try https://www.rsyslog.com/e/2027 ]

I'm not sure from where this problem comes because its not possible to use the unraid in this state at all (reboot is also not working just a hardware reset is working then. Normally there should be enough space.

 

I attached syslog and diagnostics.

Syslog is a bit too big for a attachment:

https://drive.google.com/file/d/14N8SRlCZ6ZLJpD9ExvXU_mThHAaw_Pmc/view?usp=sharing

The diagnostics are from the current session.

 

I would be really thankfull for some help troubleshoot this problem.

 

Kind Regards

 

tower-diagnostics-20220205-1422.zip

Link to comment

thanks a lot, seems to that the docker log is less spammed. I'll look into it tomorrow and see if something is still going on in the log :)

 

Edit:

Logs are still spammed full with also after disabling healthcheck for those containers

time="2022-02-05T22:02:30.828492862+01:00" level=error msg="collecting stats for 12a3c7b35713a9562b74d2ed3b7cbadfee5143f299a082759f5a9d50edda5521: no metrics received"
time="2022-02-05T22:02:30.834479553+01:00" level=error msg="collecting stats for 0de4d7d5a567b9bc4de167f048bba62e2d79c55856209db598a74db0e3638e84: no metrics received"
time="2022-02-05T22:02:30.835612282+01:00" level=error msg="collecting stats for 62cd22a03f1764c2d67e9d5c0179f462ed942d388ba2c21598fde8ad32154a2c: no metrics received"

After a reboot only authelia container is spamming the logs.

Edited by AquaWolf
Link to comment
  • Solution

Ok 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 😃

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...