Hi,
I’ve been running my home server for quite a while now, and everything worked fine until there was a power outage last night. My server got shutdown instantly because of that, and now I can’t run docker.
After a bit of investigation, I found that docker couldn’t start because it couldn’t reach containerd, so I used journalctl -xeu containerd.service to find out more about containerd, and I found this error which I cannot fix, even after reinstalling docker:
unexpected fault address 0x##########
fatal error: fault
[signal SIGBUS: bus error code=0x2 addr=0x########## pc=0x##########]
(I replaced the address with ### but I don’t think it’s relevant what address is displayed)
Would anyone be able to help with this? I couldn’t find anything online.