Package: lxc
Version: 0.7.2-1
Severity: normal

Hi there,

Same behaviour here.  Though my hardware's different (Transmeta Crusoe),
I found that lxc-debian works happily with the patch appended.  This
patch is just a readily applicable (and slightly more [Ba]shistic)
version of Benjamin's suggestion (I'd written this report before
spotting his - I'd probably have shut up otherwise :).

Best Regards,
  Hagen Fuchs
--- lxc-debian  2011-05-16 10:19:09.000000000 +0200
+++ lxc-debian.fixed    2011-05-16 10:19:03.000000000 +0200
@@ -151,7 +151,7 @@
            arch=amd64
        fi
 
-       if [ "$arch" == "i686" ]; then
+       if [ "$arch" == "i686" -o "$arch" == "i586" ]; then
            arch=i386
        fi
 

Reply via email to