Am 17.05.2010 18:21, schrieb ben@bristolwireless.net:
> Quoting "Herbert Poetzl" <herbert@13thfloor.at>:
>
>>> Hi,
>>
>>> for a 32-bit guest on a 64-bit I would add that you may want to set
>>> the /etc/vservers/<guest name>/uts/machine file to something like i686
>>> in order for compiling on that guest to go well.
>>
>> actually you want to set the personality to 32bit
>> so that not just compiling works fine :)
>> (i.e. setting machine is the wrong approach)
>>
>> best,
>> Herbert
>>
>
> What is the right approach? How does one set the "personality" of a guest?
# echo "i686" > /etc/vservers/${guest}/uts/machine
# echo "linux_32bit" > /etc/vservers/${guest}/personality
(the latter is the one you've asked for)
Christian
Received on Mon May 17 17:27:25 2010