Subject: Re: [vserver] debootstrap: install lenny 32bit in 64Bit host
From: Ekkard Gerlach <ekkardgerlach@aiai.de>
Date: Thu, 25 Nov 2010 12:53:18 +0100

Thx to all!

It found a working method:  export ARCH=i386 before!
I don't know if --arch i386 works.

But this works:
==============
export ARCH=i386;
vserver lenny32  build -m debootstrap --context 72 --hostname lenny32 \
--interface lenny32=eth0:192.168.128.72/24 -- -d lenny

BTW: some freaks wonder why I need a 32Bit lenny: 
    1. opensh-server 1:5.1p1-5  64Bit  is buggy: no revers PFW (portforwarding) 
       is possible I need it for remote support affairs. Nobody cares about - 
       so far. It seems that I'm the ony person in this world hat uses PFW on 
       64Bit lenny. I've posted to some lists. No reaction so far.
  
       openssh-server 1:5.1p1-5  32Bit is working fine. So I make revers PFW 
       in a lenny 32Bit vserver ;-) 
   
    2. commercial software (card reader german heath card) only works with 32Bit 
       environment. 


thx once again
Ekkard