<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">It seem that its trying to install HVM guest that is not possible using virt-manager.<br>But you can see from the attached screen shot that virt type option is disabled and i can't select paravirt from it. what should i do?<br>here's the log .virt-manager/virt-manager.log<br><br>[Mon, 26 Oct 2009 16:11:51 virt-manager 3019] DEBUG (DistroInstaller:119) DistroInstaller location is a local file/path: /dev/sr0<br>[Mon, 26 Oct 2009 16:12:01 virt-manager 3019] DEBUG (DistroInstaller:119) DistroInstaller location is a local file/path: /dev/sr0<br>[Mon, 26 Oct 2009 16:12:01 virt-manager 3019] DEBUG (create:877) Default storage path is: /var/lib/libvirt/images/f.img<br>[Mon, 26 Oct 2009 16:12:01 virt-manager 3019] DEBUG (VirtualDisk:737) Path '/var/lib/libvirt/images' is target for pool 'default'. Creating volume 'f.img'.<br>[Mon, 26 Oct 2009 16:12:17 virt-manager 3019]
 DEBUG (DistroInstaller:119) DistroInstaller location is a local file/path: /dev/sr0<br>[Mon, 26 Oct 2009 16:12:17 virt-manager 3019] DEBUG (create:877) Default storage path is: /var/lib/libvirt/images/f.img<br>[Mon, 26 Oct 2009 16:12:17 virt-manager 3019] DEBUG (VirtualDisk:737) Path '/var/lib/libvirt/images' is target for pool 'default'. Creating volume 'f.img'.<br>[Mon, 26 Oct 2009 16:12:17 virt-manager 3019] DEBUG (create:1516) Creating a VM f<br>  Type: xen,hvm<br>  UUID: 01f35eb7-fe09-c231-bfe0-1e9bfc6ff5a3<br>  Install Source: /dev/sr0<br>  OS: linux:fedora11<br>  Kernel args: None<br>  Memory: 512<br>  Max Memory: 512<br>  # VCPUs: 1<br>  Filesize: 7.0<br>[Mon, 26 Oct 2009 16:12:17 virt-manager 3019] DEBUG (create:1565) Starting background install process<br>[Mon, 26 Oct 2009 16:12:18 virt-manager 3019] DEBUG (Storage:950) Creating storage volume 'f.img' with xml:<br><volume><br> 
 <name>f.img</name><br>  <capacity>7516192768</capacity><br>  <allocation>7516192768</allocation><br>  <target><br>    <format type='raw'/><br>  </target><br></volume><br>[Mon, 26 Oct 2009 16:13:08 virt-manager 3019] DEBUG (Storage:973) Storage volume 'f.img' install complete.<br>[Mon, 26 Oct 2009 16:13:10 virt-manager 3019] DEBUG (Guest:724) Creating guest from:<br><domain type='xen'><br>  <name>f</name><br>  <currentMemory>524288</currentMemory><br>  <memory>524288</memory><br>  <uuid>01f35eb7-fe09-c231-bfe0-1e9bfc6ff5a3</uuid><br>  <os><br>    <type arch='x86_64'>hvm</type><br>    <loader>/usr/lib/xen/boot/hvmloader</loader><br>    <boot dev='cdrom'/><br>  </os><br> 
 <features><br>    <acpi/><apic/><pae/><br>  </features><br>  <clock offset="utc"/><br>  <on_poweroff>destroy</on_poweroff><br>  <on_reboot>destroy</on_reboot><br>  <on_crash>destroy</on_crash><br>  <vcpu>1</vcpu><br>  <devices><br>    <emulator>/usr/lib64/xen/bin/qemu-dm</emulator><br>    <disk type='file' device='disk'><br>      <source file='/var/lib/libvirt/images/f.img'/><br>      <target dev='hda' bus='ide'/><br>    </disk><br>    <disk type='block' device='cdrom'><br>      <source dev='/dev/sr0'/><br>      <target dev='hdc' bus='ide'/><br>     
 <readonly/><br> </disk><br>    <interface type='bridge'><br>      <source bridge='eth0'/><br>      <mac address='00:16:36:08:9e:36'/><br>    </interface><br>    <input type='tablet' bus='usb'/><br>    <graphics type='vnc' port='-1'/><br>    <console type='pty'/><br>    <sound model='es1370'/><br>  </devices><br></domain><br><br>[Mon, 26 Oct 2009 16:13:10 virt-manager 3019] DEBUG (netdevhelper:176) Adding net device vif3.0 fe:ff:ff:ff:ff:ff /sys/class/net/vif3.0 (bridge: None)<br>[Mon, 26 Oct 2009 16:13:12 virt-manager 3019] DEBUG (engine:187) Tick is slow, not running at requested rate.<br>[Mon, 26 Oct 2009 16:13:13 virt-manager 3019] DEBUG (engine:187) Tick is slow, not running at requested rate.<br>[Mon, 26 Oct 2009 16:13:14
 virt-manager 3019] DEBUG (engine:187) Tick is slow, not running at requested rate.<br>[Mon, 26 Oct 2009 16:13:15 virt-manager 3019] DEBUG (engine:187) Tick is slow, not running at requested rate.<br>[Mon, 26 Oct 2009 16:14:46 virt-manager 3019] DEBUG (netdevhelper:138) Removing physical net device vif3.0 from list.<br>[Mon, 26 Oct 2009 16:14:46 virt-manager 3019] DEBUG (opticalhelper:205) Optical device removed: /org/freedesktop/Hal/devices/net_fe_ff_ff_ff_ff_ff<br>[Mon, 26 Oct 2009 16:14:46 virt-manager 3019] DEBUG (error:76) Uncaught Error: Unable to complete install: 'POST operation failed: xend_post: error from xen $<br>Traceback (most recent call last):<br>  File "/usr/share/virt-manager/virtManager/create.py", line 1575, in do_install<br>    dom = guest.start_install(False, meter = meter)<br>  File "/usr/lib/python2.6/site-packages/virtinst/Guest.py", line 628, in start_install<br>File
 "/usr/lib/python2.6/site-packages/virtinst/Guest.py", line 628, in start_install<br>    return self._do_install(consolecb, meter, removeOld, wait)<br>  File "/usr/lib/python2.6/site-packages/virtinst/Guest.py", line 726, in _do_install<br>    self.domain = self.conn.createLinux(install_xml, 0)<br>  File "/usr/lib64/python2.6/site-packages/libvirt.py", line 1077, in createLinux<br>    if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)<br>libvirtError: POST operation failed: xend_post: error from xen daemon: <Fault 3: 'f'><br>'<br>[Mon, 26 Oct 2009 16:16:38 virt-manager 3019] DEBUG (engine:377) window counter decremented to 0<br>[Mon, 26 Oct 2009 16:16:38 virt-manager 3019] DEBUG (engine:385) Exiting app normally.<br><br><br><br>Fasiha Ashraf<br><br>--- On <b>Mon, 26/10/09, Cole Robinson <i><crobinso@redhat.com></i></b> wrote:<br><blockquote style="border-left:
 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Cole Robinson <crobinso@redhat.com><br>Subject: Re: [virt-tools-list] Unable to complete install: 'Domain not found: xenUnifiedDomainLookupByName<br>To: "Fasiha Ashraf" <feehapk@yahoo.co.in><br>Cc: virt-tools-list@redhat.com, bderzhavets@yahoo.com, "Xen users" <james.harper@bendigoit.com.au>, "Fedora Xen" <fedora-xen@redhat.com><br>Date: Monday, 26 October, 2009, 5:58 PM<br><br><div class="plainMail">On 10/26/2009 06:48 AM, Fasiha Ashraf wrote:<br>> Hi all<br>> I am facing this error while installing Guest VM on FC11 using virt-manager<br>> Unable to complete install '<class 'libvirt.libvirtError'> Domain not found: xenUnifiedDomainLookupByName<br>> Traceback (most recent call last):<br>>   File "/usr/share/virt-manager/virtManager/create.py", line 1575, in do_install<br>>     dom =
 guest.start_install(False, meter = meter)<br>>   File "/usr/lib/python2.6/site-packages/virtinst/Guest.py", line 628, in start_install<br>>     return self._do_install(consolecb, meter, removeOld, wait)<br>>   File "/usr/lib/python2.6/site-packages/virtinst/Guest.py", line 726, in _do_install<br>>     self.domain = self.conn.createLinux(install_xml, 0)<br>>   File "/usr/lib64/python2.6/site-packages/libvirt.py", line 1077, in createLinux<br>>     if ret is<br>>  None:raise libvirtError('virDomainCreateLinux() failed', conn=self)<br>> libvirtError: Domain not found: xenUnifiedDomainLookupByName<br>> '<br>> What should i do to avoid it? please help!<br>> Boris! How did you create PV guests using virt-manager i am following your article <br>>  <a
 href="http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/#comment-623" target="_blank">http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/#comment-623</a><br>> PFA, a screen-shot of the virt-manager<br>> <br>> Regards,<br>> Fasiha Ashraf<br>> <br><br>CCing fedora-xen list.<br><br>Rather than a screenshot, can you include:<br><br>~/.virt-manager/virt-manager.log<br>virsh --connect xen:/// capabilities<br>virsh --connect xen:/// version<br><br>Thanks,<br>Cole<br></div></blockquote></td></tr></table><br>



      <!--10--><hr size=1></hr> Add whatever you love to the Yahoo! India homepage. <a href="http://in.rd.yahoo.com/tagline_metro_3/*http://in.yahoo.com/trynew" target="_blank">Try now!</a>