<div dir="ltr">I found some service in container's OS failed to start.  The error message is "execve permission denied".  <div>Finally I chmod 755 to all directories from '/' to rootfs and problem solved.  For example, my container's rootfs is at /data/maru/con1, then chmod 755 /data/maru; chmod 755 /data/maru/con1;chmod 755 /data/maru/con1/rootfs.</div><div>But why?  Since I am using root container, I expect that lxc and /data/maru/con1/init have root privilege to do thing but apparently not...</div><div> <br><div><br></div></div></div>