1

Running on Manjaro Linux, kernel 5.13. After system update, containerd service fails to start and segfaults after it cannot run garbage collection. Logs are attached on Pastebin.

After short investigation, I found out that problem is that contained receives IO error when it tries to write to its database (particularly to the file /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db). However, this file has no IO problems if I read/write it from terminal (both terminal and containerd were run as root).

Reinstalling containerd did not help, as well as manually downloading binary releases of several versions from github and even building release versions from source.

k.meinkopf
  • 11
  • 1
  • I think that this is the problem: `FATAL: Module aufs not found in directory /lib/modules/5.13.11-1-MANJARO\\n\"): skip plugin"` – digijay Aug 18 '21 at 21:07
  • 1
    @digijay I don't think aufs is relevant to this crash. Not to mention nobody should be using it anyway. – Michael Hampton Aug 21 '21 at 18:29

0 Answers0