[Users] IBM PowerPC

Narcis Garcia informatica at actiu.net
Fri Feb 28 07:47:40 PST 2014


I've tested OpenVZ-vzctl on a 32bit machine with Debian7, and seems to
work well.


El 28/02/14 09:37, Benjamin Henrion ha escrit:
> On Thu, Feb 27, 2014 at 5:40 PM, Rick Leir <suser at a926.virtualorgs.net> wrote:
>> On Thu, 2014-02-27 at 08:38 -0500, Rick Leir wrote:
>>
>> I got the vzctl source (latest version) onto a PowerPC server with RedHat
>> 6. Configured it as recommended:
>>   ./configure --with-cgroup --without-ploop --enable-bashcomp
>> --prefix=/usr
>>
>> The kernel version is in the dir names:
>>
>> /usr/src/debug/kernel-2.6.32-358.el6/linux-2.6.32-358.el6.ppc64/arch/powerpc/include/asm/unistd.h
>>   /usr/src/kernels/2.6.32-358.el6.ppc64/arch/powerpc/include/asm/unistd.h
>>
>> The compiler error was
>>   no declaration for __NR_setns
>>
>>
>> A simple patch for vzctl:
>>
>> --- vzctl-4.6.1/src/lib/hooks_ct.c      2014-02-27 09:00:56.885192592 -0600
>> +++ vzctl-4.6.1r/src/lib/hooks_ct.c     2014-02-27 09:00:22.405096553 -0600
>> @@ -30,6 +30,8 @@
>>  #define __NR_setns     346
>>  #elif defined __x86_64__
> 
> Does that mean that vzctl does not work on 32bits processors?
> 


More information about the Users mailing list