Dom U Installation on Ubuntu 11.10

Posted by sridutt on Ask Ubuntu See other posts from Ask Ubuntu or by sridutt
Published on 2012-02-02T19:58:57Z Indexed on 2012/04/12 17:42 UTC
Read the original article Hit count: 183

Filed under:
|

I am trying to add a DomU Operating system on Ubuntu 11.10.

I have successfully installed Xen.

Verified with

  • xm info
  • virsh-version

which returns:

Compiled against library: libvir 0.9.2
Using library: libvir 0.9.2
Using API: Xen 3.0.1
Running hypervisor: Xen 4.1.

Now when I tried to install Dom0 it said:

unable to connect to 'localhost:8000':

, in VMM.

So, I followed this bug link.

I could now start adding DomU. When adding DomU, in last stage, it gives the following error:

Unable to complete install: 'POST operation failed: xend_post: error
from xen daemon: (xend.err "Error creating domain: device model
'/usr/lib/xen/bin/qemu-dm' not found")'

Traceback (most recent call last):   File
"/usr/share/virt-manager/virtManager/asyncjob.py", line 44, in
cb_wrapper
    callback(asyncjob, *args, **kwargs)   File "/usr/share/virt-manager/virtManager/create.py", line 1899, in do_install
   guest.start_install(False, meter=meter)   File "/usr/lib/pymodules/python2.7/virtinst/Guest.py", line 1223, in start_install
    noboot)   File "/usr/lib/pymodules/python2.7/virtinst/Guest.py", line 1291, in _create_guest
    dom = self.conn.createLinux(start_xml or final_xml, 0)   File "/usr/lib/python2.7/dist-packages/libvirt.py", line 1686, in
createLinux
    if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: POST operation failed: xend_post: error from
xen daemon: (xend.err "Error creating domain: device model
'/usr/lib/xen/bin/qemu-dm' not found")

I tried following this bug link that said, the bug is solved in the below package.

When I run ./configure in this, I am getting an error:

checking for LIBXML... no 
checking libxml2 xml2-config >= 2.6.0 ...
configure: error: Could not find libxml2 anywhere (see config.log for details).

What is the problem?

© Ask Ubuntu or respective owner

Related posts about virtualization

Related posts about xen