|
Message-ID: <20111022044040.GA32443@openwall.com> Date: Sat, 22 Oct 2011 08:40:40 +0400 From: Solar Designer <solar@...nwall.com> To: owl-dev@...ts.openwall.com Subject: Re: support for newer Fedora On Sat, Oct 22, 2011 at 08:21:56AM +0400, Solar Designer wrote: > Fedora 14 is the latest of Fedoras that I am able to run on Owl-current, > after faking the kernel version number with > "sysctl -w kernel.virt_osrelease=2.6.32". (The kernel actually has the > necessary backports.) Maybe vzctl should do this for Fedora 14+ on its > own? Maybe newer vzctl already does it? Actually, there's an issue with running Fedora 14 like that. The system works, but its init eats up the CPU by doing: waitid(P_ALL, 0, {}, WNOHANG|WEXITED|WSTOPPED|WCONTINUED, NULL) = 0 clock_gettime(CLOCK_MONOTONIC, {965693, 603959040}) = 0 select(5, [0 3 4], [], [4], NULL) = 1 (in [0]) read(0, "", 1) = 0 waitid(P_ALL, 0, {}, WNOHANG|WEXITED|WSTOPPED|WCONTINUED, NULL) = 0 clock_gettime(CLOCK_MONOTONIC, {965693, 604162040}) = 0 select(5, [0 3 4], [], [4], NULL) = 1 (in [0]) read(0, "", 1) = 0 waitid(P_ALL, 0, {}, WNOHANG|WEXITED|WSTOPPED|WCONTINUED, NULL) = 0 clock_gettime(CLOCK_MONOTONIC, {965693, 604351040}) = 0 select(5, [0 3 4], [], [4], NULL) = 1 (in [0]) So we only have proper support for up to Fedora 13 now. Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.