WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Using 32bit Debian /w 64bit DomU kernel on Xen3.0.0

To: Robbie Dinn <robbie@xxxxxxxxxxxx>
Subject: Re: [Xen-users] Using 32bit Debian /w 64bit DomU kernel on Xen3.0.0
From: tbrown@xxxxxxxxxxxxx
Date: Thu, 19 Jan 2006 13:18:15 -0800 (PST)
Cc: Goetz Bock <bock@xxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 19 Jan 2006 21:25:38 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <43CFABAD.7020900@xxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thanks for the post. I just ran into this myself.

I'll see if I can build a statically compiled iptables binary in a 64 bit
system...

hhmm, that actually seems to work...  at least I get output from

   iptables -L -n

for anyone following, get the iptables tarball from netfilter.org,
read the INSTALL file to get the following to parameters to make
NO_SHARED_LIBS=1 DO_MULTI=1

and do it...

   make NO_SHARED_LIBS=1 DO_MULTI=1

the resulting iptables binary seems to run in my old (redhat 7.2) 32 bit
user space... note that the linking step produces warnings like

   warning: Using 'getaddrinfo' in statically linked applications requires at
   runtime the shared libraries from the glibc version used for linking

so obviously full functionality (that looks like dns type
hostname correction) isn't present, but it looks to me like as
long as you name all the ip addresses and services, it will work
fine.

e.g. I can fix these:

   iptables v1.3.4: invalid TCP port/service `smux' specified
   iptables v1.3.4: host/network `overload1' not found

-Tom


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>