On Mon, Feb 05, 2007 at 12:32:42PM -0500, Dave Frascone wrote:
> Ok -- now that I've got ubuntu installed, I did run into some trouble.
> I got xen to boot up fine, but the xm utilities seem to be broken. Ideas?:
>
> root@dfrascon-lnx:~# xm list
> Traceback (most recent call last):
> File "/usr/sbin/xm", line 8, in ?
> from xen.xm import main
> File "/usr/lib/python/xen/xm/main.py", line 51, in ?
> from xen.util import security
> File "/usr/lib/python/xen/util/security.py", line 25, in ?
> from xen.lowlevel import acm
> ImportError: /usr/lib/python/xen/lowlevel/acm.so: wrong ELF class:
> ELFCLASS64
> root@dfrascon-lnx:~# cat /proc/cpuinfo
The output of "dpkg --print-architecture" would be helpful, but I'm guessing
it'll say 'i386', and you've somehow managed to install an x86_64 version of
Xen.
Either use a 32 bit Xen install, or a 64 bit Ubuntu install.
- Matt
--
You have a 16-bit quantity, but 5 bits of it are here and 2 bits of it are
there... and 2 bits of it are back here and 3 bits of it are up there. The
C code to extract useful data had so many >> and << operators in it that it
looked like the C++ version of "hello world". -- Matt Roberds, ASR
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|