Jump to content

Unraid Crashing


Go to solution Solved by JorgeB,

Recommended Posts

Posted (edited)

Good Afternoon,

 

Have an Unraid install that has been going strong for many many years. Have run into issues a few times here and there, but typically its been related to a specific docker (most recently it was Frigate). It has been solid for 9 months or so, until this past Sunday night when it crashed without warning. I brought it back up, and its been crashing ever since. I had to re-add all of my dockers (the page ended up empty), which i never completely finished as its continued to have issues. I tried not running Frigate as that was the culprit in the past, but its still crashing.

 

I also tried safemode, and it also crashed. I ram a memory test, and it passed. I was on 6.12.6 and at one point in this process decided to upgrade to 6.12.10.s Same issue with both

 

Here is the diagnostics and last 2 syslog files (both from crashes). Any ideas what might be going on?

 

Thanks in Advanced!

syslog syslog-previous ur01.marx.local-diagnostics-20240517-1543.zip

Edited by daemian
Link to comment
May 17 15:32:38 ur01 kernel: macvlan_broadcast+0x10a/0x150 [macvlan]
May 17 15:32:38 ur01 kernel: ? _raw_spin_unlock+0x14/0x29
May 17 15:32:38 ur01 kernel: macvlan_process_broadcast+0xbc/0x12f [macvlan]

 

Macvlan call traces will usually end up crashing the server, switching to ipvlan should fix it (Settings -> Docker Settings -> Docker custom network type -> ipvlan (advanced view must be enabled, top right)), then reboot.

Link to comment
root@ur01:~# docker network ls
NETWORK ID     NAME      DRIVER    SCOPE
26b57be4530c   br0       macvlan   local
202e09e3a3ce   bridge    bridge    local
a30031a6206f   host      host      local
91776a234133   none      null      local

 

It does seems to still be using macvlan for br0.


For reference, here is my settings page:

 

Screen Shot 2024-05-19 at 11.09.17 PM.png

Link to comment

Thanks JorgeB,

 

I followed the process to delete the docker image and recreate it, i am now seeing ipvlan in the output. This are now running again, ill report back as time goes by and we see if its stable or the problem persists.

 

root@ur01:~# docker network ls
NETWORK ID     NAME      DRIVER    SCOPE
ac212ad490b6   br0       ipvlan    local
86ec9a039786   bridge    bridge    local
db1ff75c54d7   host      host      local
fbfefb6d9d64   none      null      local


Thanks!

  • Like 1
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...