Created Tue Nov, 29 2022 at 07:15PM

If you have recently upgraded a container image and started crashing with an error like the ones below. It seems there was a change the the way the containers security permissions work. You can simply install the libseccomp2 library and try again.

s6-svscan: warning: unable to iopause: Operation not permitted
s6-linux-init-hpr: fatal: unable to reboot(): Operation not permitted

libseccomp2_2.5.4-1_armhf.deb or later from (here)[http://ftp.debian.org/debian/pool/main/libs/libseccomp/]

wget http://ftp.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+b2_armhf.deb
 sudo dpkg -i libseccomp2_2.5.4-1+b2_armhf.deb

After this you should be able to run the containers without setting them to run as root or giving them privileged run permissions.