[lxc-users] LXC 1.0.6 has been released!
J Bc
javibc at esdebian.org
Thu Sep 25 21:13:35 UTC 2014
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 libcap-dev
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
echo "cgroup /sys/fs/cgroup cgroup defaults 0 0" >> /etc/fstab
mount cgroup
lxc-checkconfig
lxc-create -n contenedor1 -t debian
lxc-start -n contenedor1
OK
2014-09-25 22:37 GMT+02:00 Serge Hallyn <serge.hallyn at ubuntu.com>:
> Quoting J Bc (javibc at 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.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 ERROR lxc_conf - unknown capability sys_module
>> lxc-start 1411666224.619 ERROR lxc_conf - failed to drop capabilities
>> lxc-start 1411666224.619 ERROR lxc_start - failed to setup
>> the container
>> lxc-start 1411666224.619 ERROR lxc_sync - invalid sequence
>> number 1. expected 2
>> lxc-start 1411666224.779 ERROR lxc_start - failed to spawn
>> 'contenedor1'
>> lxc-start 1411666224.799 ERROR lxc_start_ui - The container
>> failed to start.
>>
>>
>> 2014-09-24 22:37 GMT+02:00 Stéphane Graber <stgraber at ubuntu.com>:
>> > 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, the full announcement and changelog may be found at:
>> > https://linuxcontainers.org/news/
>> >
>> > And our tarballs can be downloaded from:
>> > https://linuxcontainers.org/downloads/
>> >
>> >
>> > As a reminder, LXC upstream is planning on maintaining the LXC 1.0
>> > branch with frequent bugfix and security updates until April 2019.
>> >
>> >
>> > Stéphane Graber
>> > On behalf of the LXC development team
>> >
>> > _______________________________________________
>> > lxc-users mailing list
>> > lxc-users at lists.linuxcontainers.org
>> > http://lists.linuxcontainers.org/listinfo/lxc-users
>> _______________________________________________
>> lxc-users mailing list
>> lxc-users at lists.linuxcontainers.org
>> http://lists.linuxcontainers.org/listinfo/lxc-users
> _______________________________________________
> lxc-users mailing list
> lxc-users at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-users
More information about the lxc-users
mailing list