[Devel] PPC64 Kernel 2.6.18 + RPM packages

Kirill Korotaev dev at sw.ru
Fri May 25 07:07:51 PDT 2007


Christian Kaiser2 wrote:
> Kirill Korotaev <dev at sw.ru> wrote on 05/25/2007 02:41:09 PM:
> 
> 
>>Christian,
>>
>>sys_fairsched_chwt() can return ENOENT in the only case:
>>when fairsched node ID was not found in the list.
>>but VE0 node is always on the list.
>>So I guess there is something wrong with syscall args in your case.
>>
>>Please apply the attached patch to the kernel and vzctl
>>recompile/reboot and report the output of both.
>>
>>Thanks,
>>Kirill
>>
>>
> 
> 
> OK! here it is:
> 
> 1. vzctl:
> 
> [root at s10b10-0 ~]# vzctl set 0 --cpuunits 1000
> Setting CPU units: 1000
> vzctl: fairsched_chwt(2147483647, 500)
> fairsched_chwt: No such file or directory
> 
> 2. kernel messages (dmesg):
> 
>   fairsched_find: search 500, node: 2147483647/2147483647
is it the only message???
it should have printed more...
well. it looks like these 2 numbers were somehow swapped in the kernel.
it should have printed "fairsched_find: search 2147483647, node: 2147483647/2147483647",
i.e. 2147483647 instead of 500...

Thanks,
Kirill




More information about the Devel mailing list