Re: [lxc-devel] [PATCH v2 1/2] lxc-busybox: make some OpenSSH tools optional

2015-05-13 Thread Serge Hallyn
Quoting Bogdan Purcareata (bogdan.purcare...@freescale.com): > Currently, when installing OpenSSH in a Busybox container, the template > searches > for all the OpenSSH client binaries available in the Debian distro package. > The > included tools might differ from distro to distro, so make part o

Re: [lxc-devel] [PATCH v2 2/2] lxc-busybox: Prevent copying binaries from /usr/local to container

2015-05-13 Thread Serge Hallyn
Quoting Bogdan Purcareata (bogdan.purcare...@freescale.com): > On certain systems, some binaries needed by the container features (dropbear, > openssh), may be placed in non-standard (aka non-distribution-managed > locations), such as /usr/local/*, /opt/local/*, etc. Don't copy the respective > bin

Re: [lxc-devel] [PATCH] use mkdir_p instead of mkdir at do_create_container_dir

2015-05-13 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > Otherwise trying to create an unprivileged container just after installing > LXC fails with following; > > lxc_container: lxccontainer.c: do_create_container_dir: 772 No such file or > directory - failed to create container path > /home/caglar/.local/s