CONFIG_SCHED_VCPU & CONFIG_FAIRSCHED missing... [message #47036] |
Thu, 28 June 2012 17:18 |
Jarry
Messages: 1 Registered: June 2012
|
Junior Member |
|
|
Hi,
I'd like to try openvz, but I'm stuck with kernel compilation.
I followed http://wiki.openvz.org/Kernel_configuration and it
says I should enable (apart from other things) these options:
CONFIG_SCHED_VCPU=y
CONFIG_FAIRSCHED=y
Problem is, I can not find these two items in kernel-sources
(2.6.32-openvz-049.6). I have run "make menuconfig" again and
again, found all other options required by the above mentioned
wiki-page, but these two are simply not there. I also checked
".config" file for these strings, nothing...
I'm used to compile software including kernel (runnig Gentoo),
I have done it many times, but now I'm stuck. Can someone
point me to the right directions?
Jarry
--
____________________________________________________________ ___
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.
|
|
|
Re: CONFIG_SCHED_VCPU & CONFIG_FAIRSCHED missing... [message #47349 is a reply to message #47036] |
Tue, 31 July 2012 20:45 |
avagin
Messages: 9 Registered: October 2010 Location: Moscow
|
Junior Member |
|
|
Hi,
CONFIG_SCHED_VCPU is obsolete.
CONFIG_FAIRSCHED has been renamed in CONFIG_VZ_FAIRSCHED
2012/6/28 Jarry <mr.jarry@gmail.com>:
> Hi,
> I'd like to try openvz, but I'm stuck with kernel compilation.
> I followed http://wiki.openvz.org/Kernel_configuration and it
> says I should enable (apart from other things) these options:
>
> CONFIG_SCHED_VCPU=y
> CONFIG_FAIRSCHED=y
>
> Problem is, I can not find these two items in kernel-sources
> (2.6.32-openvz-049.6). I have run "make menuconfig" again and
> again, found all other options required by the above mentioned
> wiki-page, but these two are simply not there. I also checked
> ".config" file for these strings, nothing...
>
> I'm used to compile software including kernel (runnig Gentoo),
> I have done it many times, but now I'm stuck. Can someone
> point me to the right directions?
>
> Jarry
> --
> ____________________________________________________________ ___
> This mailbox accepts e-mails only from selected mailing-lists!
> Everything else is considered to be spam and therefore deleted.
>
|
|
|