Quoting Dan Kegel (d...@kegel.com):
> On April 23rd, I started seeing this on my ubuntu 14.04 system in an lxc 
> guest:
> $ sudo /sbin/sysctl -p
> sysctl: setting key "kernel.sem": Read-only file system
> 
> Didn't we go through this last year?  :-)
> http://comments.gmane.org/gmane.linux.kernel.containers.lxc.devel/7886
> Back then, the symptom was different:
> sysctl: permission denied on key 'kernel.sem'
> 
> So maybe this is a different problem.

Ah, yes it is.  This is because proc:mixed causes /proc/sys to be
mounted read-only.

Perhaps we should check whether the container is apparmor-protected
and relax that if so?
_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to