Hello,<br><br>i've just downloaded and sucessfully installed latest version of lxc, but i can't it working correctly.<br><br>root@dev:~# lxc-version<br>lxc version: 0.8.0-rc2<br>root@dev:~#<br><br>root@dev:~# lxc-checkconfig<br>
Kernel config /proc/config.gz not found, looking in other places...<br>Found kernel config file /boot/config-3.7.5-cgroup-memcap<br>--- Namespaces ---<br>Namespaces: enabled<br>Utsname namespace: enabled<br>Ipc namespace: enabled<br>
Pid namespace: enabled<br>User namespace: missing<br>Network namespace: enabled<br>Multiple /dev/pts instances: enabled<br><br>--- Control groups ---<br>Cgroup: enabled<br>Cgroup namespace: required<br>Cgroup device: enabled<br>
Cgroup sched: enabled<br>Cgroup cpu account: enabled<br>Cgroup memory controller: missing<br>Cgroup cpuset: enabled<br><br>--- Misc ---<br>Veth pair device: enabled<br>Macvlan: enabled<br>Vlan: enabled<br>File capabilities: enabled<br>
<br>Note : Before booting a new kernel, you can check its configuration<br>usage : CONFIG=/path/to/config /usr/local/bin/lxc-checkconfig<br><br>root@dev:~#<br><br>root@dev:~# grep CONFIG_RESOURCE_COUNTERS /boot/config-3.7.5-cgroup-memcap<br>
CONFIG_RESOURCE_COUNTERS=y<br>root@dev:~# grep CONFIG_CGROUP_CPUACCT /boot/config-3.7.5-cgroup-memcap<br>CONFIG_CGROUP_CPUACCT=y<br>root@dev:~# grep CONFIG_CGROUP_SCHED /boot/config-3.7.5-cgroup-memcap<br>CONFIG_CGROUP_SCHED=y<br>
root@dev:~# grep FAIR_GROUP_SCHED /boot/config-3.7.5-cgroup-memcap<br>CONFIG_FAIR_GROUP_SCHED=y<br><br>Can somebody help me with that?<br>