Find the answer to your Linux question:
Results 1 to 2 of 2
Hello, I just installed Xen in a 64bits RHEL 5.4, however every time I'm getting this error every time: Traceback (most recent call last): File "/usr/sbin/xm", line 8, in ? ...
  1. #1
    Just Joined!
    Join Date
    Jan 2012
    Location
    Portugal
    Posts
    3

    Problem with Xen instalation

    Hello,

    I just installed Xen in a 64bits RHEL 5.4, however every time I'm getting this error every time:

    Traceback (most recent call last):
    File "/usr/sbin/xm", line 8, in ?
    from xen.xm import main
    File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 54, in ?
    from xen.util.acmpolicy import ACM_LABEL_UNLABELED_DISPLAY
    File "/usr/lib/python2.4/site-packages/xen/util/acmpolicy.py", line 30, in ?
    import xen.util.xsm.acm.acm as security
    File "/usr/lib/python2.4/site-packages/xen/util/xsm/acm/acm.py", line 28, in ?
    from xen.lowlevel import acm
    ImportError: /usr/lib/python2.4/site-packages/xen/lowlevel/acm.so: wrong ELF class: ELFCLASS32


    # uname -r
    2.6.18-274.el5xen

    I've instaled:

    python-virtinst-0.400.3-12.el5.noarch.rpm
    libvirt-python-0.9.0-1.el5.art.x86_64.rpm
    libvirt-0.9.0-1.el5.art.x86_64.rpm
    kernel-xen-2.6.18-274.el5.x86_64.rpm


    Have I done anything wrong?

    Thanks,

    Klaudio

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Installing Xen on a 5.x system will install a new kernel. Perhaps that is the source of the problem? What happens if you select at boot time the previous (non-xen) kernel? I know that I was able to run Xen on my old CentOS 5.4 system, but then I installed it from scratch with Xen enabled. I removed it a little while later because I could not install the proprietary nVidia drivers in order to get the full 1920x1200 resolution from my HD monitors - nVidia did not support Xen kernels...
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...