I found some service in container's OS failed to start. The error message is "execve permission denied". 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. 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...
_______________________________________________ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-users