On Thu, Dec 15, 2016 at 01:20:56PM +0100, Evgeni Golov wrote: > Hi, > > On Mon, Dec 12, 2016 at 11:56:08AM +0100, Santiago wrote: > > The lxc from jessie-backports fails to start a jessie powerpc container: > > lxc-start: seccomp.c: lxc_seccomp_load: 742 Error loading the seccomp > > policy. > > thanks for the report. > > LXC 1.0 in Jessie is not compiled with seccomp support, thus it works fine. > LXC 2.0 in Jessie backports is compiled with seccomp support and breaks > as you are running the Jessie kernel (3.16) which has no seccomp filter > support > on PowerPC itself. Using a backports kernel works fine for me on a G4 iBook.
Another alternative would be setting lxc.seccomp = in the relevant lxc config file, thus disabling seccomp for that container. Regards