[lxc-devel] [PATCH] lxc-lenny: Remove deprecated template

2013-03-08 Thread Stéphane Graber
Debian 5.0 Lenny turned out of support on the 6th of February 2012. From now on, the only supported Debian template is lxc-debian. Signed-off-by: Stéphane Graber --- .gitignore | 1 - configure.ac | 1 - templates/Makefile.am | 1 - templates/lxc-lenny.in | 317

[lxc-devel] [PATCH] RFC: how to fix race with fast init?

2013-03-08 Thread Serge Hallyn
Detection of SIGCHLD from the container init by the monitor process which spawned it is done during lxc_poll. If the monitor is slow and the init (especially if using lxc-init to run /bin/true) exits quickly, it can send its SIGCHLD before lxc_poll starts. In that case lxc_poll ends up hanging fo