Subject: Re: [vserver] mixed 64/32
From: Thomas Weber <l_vserver@mail2news.4t2.com>
Date: Sat, 08 Sep 2007 15:30:49 +0200

Am Freitag, den 07.09.2007, 12:27 +0200 schrieb Roman Pretory:
> Hello
> 
> I have normaly to nodes syncing the guest systems between. 
> if one is down the other starts the guestsystems runnning on the other node
> is it possible to sync a guestsystem 32 to a 64bit node and back to a 32 bit
> 
> without changes in /vservers/xy/

As long as the guests are 32bit that works just fine.
To make the guests inside the vserver always 'see' a 32 bit environment
you might want to make sure that /etc/vservers/<vserver>/uts/machine is
set to something 32bit like i686.
This is basically what uname -m inside the guest will show you.

  Tom