Comment 6 for bug 787749

Revision history for this message
Herton R. Krzesinski (herton) wrote :

Everything looks ok with 2.6.38-1209.15 release:

======================================
$ wget 'http://ports.ubuntu.com/pool/main/l/linux-ti-omap4/linux-image-2.6.38-1208-omap4_2.6.38-1208.11_armel.deb'
..
$ dpkg-deb -x linux-image-2.6.38-1208-omap4_2.6.38-1208.11_armel.deb .
$ CONFIG=./boot/config-2.6.38-1208-omap4 lxc-checkconfig
--- Namespaces ---
Namespaces: enabled
Utsname namespace: enabled
Ipc namespace: enabled
Pid namespace: enabled
User namespace: missing
Network namespace: enabled
Multiple /dev/pts instances: missing

--- Control groups ---
Cgroup: enabled
Cgroup namespace: enabled
Cgroup device: enabled
Cgroup sched: enabled
Cgroup cpu account: enabled
Cgroup memory controller: enabled
Cgroup cpuset: enabled

--- Misc ---
Veth pair device: enabled
Macvlan: enabled
Vlan: enabled
File capabilities: missing
enabled

Note : Before booting a new kernel, you can check its configuration
usage : CONFIG=/path/to/config /usr/bin/lxc-checkconfig

$ wget 'http://ports.ubuntu.com/pool/main/l/linux-ti-omap4/linux-image-2.6.38-1209-omap4_2.6.38-1209.15_armel.deb'
...
$ dpkg-deb -x linux-image-2.6.38-1209-omap4_2.6.38-1209.15_armel.deb .
$ CONFIG=./boot/config-2.6.38-1209-omap4 lxc-checkconfig
--- Namespaces ---
Namespaces: enabled
Utsname namespace: enabled
Ipc namespace: enabled
Pid namespace: enabled
User namespace: enabled
Network namespace: enabled
Multiple /dev/pts instances: enabled

--- Control groups ---
Cgroup: enabled
Cgroup namespace: enabled
Cgroup device: enabled
Cgroup sched: enabled
Cgroup cpu account: enabled
Cgroup memory controller: enabled
Cgroup cpuset: enabled

--- Misc ---
Veth pair device: enabled
Macvlan: enabled
Vlan: enabled
File capabilities: missing
enabled

Note : Before booting a new kernel, you can check its configuration
usage : CONFIG=/path/to/config /usr/bin/lxc-checkconfig
======================================

Just ignoring the File capabilities: missing though, due to what was stated in comment #3

Marking as verified.