FS#22386 - LXC is broken in 2.6.37-ARCH
Attached to Project:
Arch Linux
Opened by Kristoffer Jan-Olov Tångfelt (revellion) - Monday, 10 January 2011, 21:32 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 20 February 2011, 15:39 GMT
Opened by Kristoffer Jan-Olov Tångfelt (revellion) - Monday, 10 January 2011, 21:32 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 20 February 2011, 15:39 GMT
|
Details
Description:
LXC was working in 2.6.36 but was broken in 2.6.37 due to atleast from what i can tell from lxc-checkconfig the removal of File Capabilities configuration in the kernel build. Additional info: * kernel26 2.6.37-ARCH Steps to reproduce: 1. install kernel26 (2.6.37) 2. install lxc 3. run lxc-checkconfig 4. notice file capabilities being in the state: missing compared to enabled in 2.6.36. |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Sunday, 20 February 2011, 15:39 GMT
Reason for closing: Won't fix
Additional comments about closing: the bug is in lxc which is in AUR
Sunday, 20 February 2011, 15:39 GMT
Reason for closing: Won't fix
Additional comments about closing: the bug is in lxc which is in AUR
% pacman -Qs kernel26 | head -1
local/kernel26 2.6.37-5 (base)
% lxc-checkconfig | grep 'File'
File capabilities: missing
The steps to reproduce this are identical to those in the initial report.
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=b3a222e52e4d4be77cc4520a57af1a4a0d8222d1
There is a patch in for lxc-checkconfig that fixes the problem with it misreporting file capabilities as absent:
lxc-devel@lists.sourceforge.net/msg00615.html"> http://www.mail-archive.com/lxc-devel@lists.sourceforge.net/msg00615.html
All that being the case, this looks closable to me.