Re: [lxc-users] LXC 1.0.6 has been released!

2014-09-25 Thread J Bc
Correct, sorry. Instructions: echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list echo "deb-src http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list apt-get -t wheezy-backports install linux-image-3.14-0.bpo.2-686-pae apt-get install li

Re: [lxc-users] LXC 1.0.6 has been released!

2014-09-25 Thread Serge Hallyn
Quoting J Bc (jav...@esdebian.org): > In Debian wheezy 7: that is kernel 3.2 right? That won't support user namespaces. That requires 3.8. Debian also may still have a sysctl to disable unpriv userns clone by default (look under /proc/sys/kernel/unpriv* or so.) > wget https://linuxcontainers.or

Re: [lxc-users] LXC 1.0.6 has been released!

2014-09-25 Thread J Bc
In Debian wheezy 7: wget https://linuxcontainers.org/downloads/lxc-1.0.6.tar.gz tar-zxvf lxc-1.0.6.tar.gz cd lxc-1.0.6 ./autogen.sh && ./configure && make && make install ldconfig lxc-checkconfig OK lxc-create -n contenedor1 -t debian lxc-start -n contenedor1 lxc-start 1411666224.618 ERR

[lxc-users] LXC 1.0.6 has been released!

2014-09-24 Thread Stéphane Graber
Hello everyone, The sixth LXC 1.0 bugfix release is now out! This includes over two months worth of bugfixes contributed by 24 individual developers. The most important fix is the support for nested unprivileged containers which was broken recently because of a kernel security update. As usual,