[et-mgmt-tools] Re: strange virt-install/koan issue

Brenton Leanhardt bleanhar at redhat.com
Wed Jul 16 15:13:53 UTC 2008


+++ Michael DeHaan [16/07/08 11:05 -0400]:
> Brenton Leanhardt wrote:
>> I've recently upgraded a machine to F9 (fresh install) and I'm hitting
>> a strange virt-install/koan issue. The machine is i386 and HVM is
>> enabled in the BIOS.
>>
>> Running "virt-install" with no arguments yields: "Unsupported
>> virtualization type". Running with the "--hvm" flag works as
>> expected. In the past virt-install had always done the right thing
>> whenever KVM was the only option.
>>
>> The only reason I suspect my koan problem is related is simply because
>> of the error message, and that koan uses virt-install. The Virt host
>> is running F9 with KVM. Here is the output from koan:
>>
>> koan -s [my cobbler server] --virt --virt-type=qemu
>> --virt-path=/images --profile Fedora9-i386 --virt-name=bleanhar1-koan
>> --virt-bridge=br0 - reading URL:
>> http://10.11.227.63/cblr/svc/op/ks/profile/Fedora9-i386
>> install_tree: http://10.11.227.63/cblr/links/Fedora9-i386
>> libvirtd (pid 2897) is running...
>> - using qemu hypervisor, type=kvm
>> - adding disk: /images/bleanhar1-koan-disk0 of size 5
>> libvir: QEMU error : Domain not found
>> libvir: QEMU error : Domain not found
>> libvir: QEMU error : internal error unsupported architecture ...<snip>
>> File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line
>> 866, in _do_install
>> self.domain = self.conn.createLinux(install_xml, 0)
>> File "/usr/lib/python2.5/site-packages/libvirt.py", line 841, in
>> createLinux
>> if ret is None:raise libvirtError('virDomainCreateLinux() failed',
>> conn=self)
>>
>>
>>
>>
>> Any thoughts on what could cause the "Unsupported virtualization type"
>> and the "unsupported architecture" errors? I've already triple
>> checked that the guest being installed is i386 and that "virt-install
>> --hvm" actually works.
>>
>> --Brenton
>>
>> _______________________________________________
>> et-mgmt-tools mailing list
>> et-mgmt-tools at redhat.com
>> https://www.redhat.com/mailman/listinfo/et-mgmt-tools
>
> Can you share your ~/.koan/*.log and also the versions of the associated 
> packages?
>
> This can possibly help identify what koan should be doing with the 
> virt-install APIs, but maybe isn't, in your case.
>
> --Michael

koan-1.0.1-1.fc9.noarch
kvm-65-7.fc9.i386
python-virtinst-0.300.3-7.fc9.noarch
kernel-2.6.25.10-86.fc9.i686

I've attached the logs though I think I finally found something
interesting.  

I copied the temporay kernel, initrd, and xml used during the koan
process.  I then made one modification to the xml, removing the
"arch='i386'" attribute from the os type.  I noticed the xml created
by the virt-install cli didn't have that so I took a shot in the dark.
Seconds later I was actually able to run 'virsh start mydomain.xml'
and have it work.  I suspect that if we can get koan to not set that
attribute it will solve my problem.
>
> _______________________________________________
> et-mgmt-tools mailing list
> et-mgmt-tools at redhat.com
> https://www.redhat.com/mailman/listinfo/et-mgmt-tools
-------------- next part --------------
[Tue, 15 Jul 2008 16:07:57 koan 3813] DEBUG (Guest:83) Disk path not found: Assuming file disk type.
[Tue, 15 Jul 2008 16:07:57 koan 3813] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 16:07:57 koan 3813] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 16:07:57 koan 3813] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 16:07:57 koan 3813] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.9DQHEB
[Tue, 15 Jul 2008 16:07:57 koan 3813] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 16:07:57 koan 3813] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.PhLuK4
[Tue, 15 Jul 2008 16:07:57 koan 3813] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 16:07:58 koan 3813] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.t7JPqO
[Tue, 15 Jul 2008 16:07:58 koan 3813] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-test</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>3b1c82aa-8a74-3b28-8dd8-5c3b69a6effe</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.PhLuK4</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.t7JPqO</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-test-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:54:33:62'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 16:07:58 koan 3813] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.PhLuK4
[Tue, 15 Jul 2008 16:07:58 koan 3813] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.t7JPqO
[Tue, 15 Jul 2008 16:09:12 koan 3887] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 16:09:12 koan 3887] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 16:09:12 koan 3887] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 16:09:12 koan 3887] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.KkEvyz
[Tue, 15 Jul 2008 16:09:12 koan 3887] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 16:09:12 koan 3887] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.t1RzQ6
[Tue, 15 Jul 2008 16:09:12 koan 3887] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 16:09:13 koan 3887] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.cBFiv7
[Tue, 15 Jul 2008 16:09:13 koan 3887] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-test</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>c27bf228-4ad7-a64c-a08b-bb69e3d8f3dc</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.t1RzQ6</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.cBFiv7</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-test-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:4f:d0:b2'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 16:09:13 koan 3887] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.t1RzQ6
[Tue, 15 Jul 2008 16:09:13 koan 3887] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.cBFiv7
[Tue, 15 Jul 2008 16:21:03 koan 4165] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 16:21:03 koan 4165] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 16:21:03 koan 4165] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 16:21:03 koan 4165] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.W4wWVz
[Tue, 15 Jul 2008 16:21:03 koan 4165] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 16:21:03 koan 4165] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.TdP4m_
[Tue, 15 Jul 2008 16:21:03 koan 4165] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 16:21:04 koan 4165] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.8otvYi
[Tue, 15 Jul 2008 16:21:04 koan 4165] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-test</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>e4d9d24e-c806-d797-a7f7-6dda00a5f2dc</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.TdP4m_</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.8otvYi</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-test-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:2c:7f:98'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 16:21:04 koan 4165] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.TdP4m_
[Tue, 15 Jul 2008 16:21:04 koan 4165] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.8otvYi
[Tue, 15 Jul 2008 16:56:50 koan 5128] DEBUG (Guest:83) Disk path not found: Assuming file disk type.
[Tue, 15 Jul 2008 16:56:50 koan 5128] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 16:56:50 koan 5128] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 16:56:50 koan 5128] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 16:56:50 koan 5128] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.AHgoNe
[Tue, 15 Jul 2008 16:56:50 koan 5128] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 16:56:51 koan 5128] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.zgB5lz
[Tue, 15 Jul 2008 16:56:51 koan 5128] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 16:56:51 koan 5128] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.vDpS6U
[Tue, 15 Jul 2008 16:56:51 koan 5128] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.zgB5lz
[Tue, 15 Jul 2008 16:56:51 koan 5128] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.vDpS6U
[Tue, 15 Jul 2008 16:57:10 koan 5141] DEBUG (Guest:83) Disk path not found: Assuming file disk type.
[Tue, 15 Jul 2008 16:57:10 koan 5141] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 16:57:10 koan 5141] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 16:57:10 koan 5141] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 16:57:10 koan 5141] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.UZ7b1f
[Tue, 15 Jul 2008 16:57:10 koan 5141] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 16:57:10 koan 5141] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.6J8bLt
[Tue, 15 Jul 2008 16:57:10 koan 5141] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 16:57:11 koan 5141] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.EG5veP
[Tue, 15 Jul 2008 16:57:11 koan 5141] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>d3b85a7f-ec55-d7b3-8de5-6cd88e0f51d7</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.6J8bLt</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.EG5veP</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:4b:96:d0'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 16:57:11 koan 5141] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.6J8bLt
[Tue, 15 Jul 2008 16:57:11 koan 5141] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.EG5veP
[Tue, 15 Jul 2008 16:58:15 koan 5160] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 16:58:15 koan 5160] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 16:58:15 koan 5160] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 16:58:15 koan 5160] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.OnT18H
[Tue, 15 Jul 2008 16:58:15 koan 5160] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 16:58:15 koan 5160] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.MNA1hN
[Tue, 15 Jul 2008 16:58:15 koan 5160] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 16:58:16 koan 5160] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.j3kS4N
[Tue, 15 Jul 2008 16:58:16 koan 5160] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>718083f1-bf51-1b8b-369d-f01b2b82d808</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.MNA1hN</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.j3kS4N</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:24:26:4c'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 16:58:16 koan 5160] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.MNA1hN
[Tue, 15 Jul 2008 16:58:16 koan 5160] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.j3kS4N
[Tue, 15 Jul 2008 16:59:36 koan 5177] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 16:59:36 koan 5177] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 16:59:36 koan 5177] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 16:59:36 koan 5177] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.v4pp_b
[Tue, 15 Jul 2008 16:59:36 koan 5177] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 16:59:36 koan 5177] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.nR_Ufd
[Tue, 15 Jul 2008 16:59:36 koan 5177] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 16:59:37 koan 5177] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.XzquVa
[Tue, 15 Jul 2008 16:59:37 koan 5177] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>479e242f-0adf-774a-3329-efeb841a2eaf</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.nR_Ufd</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.XzquVa</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:5d:27:0c'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 16:59:37 koan 5177] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.nR_Ufd
[Tue, 15 Jul 2008 16:59:37 koan 5177] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.XzquVa
[Tue, 15 Jul 2008 17:01:44 koan 5200] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 17:01:44 koan 5200] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 17:01:44 koan 5200] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 17:01:44 koan 5200] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo._42jGn
[Tue, 15 Jul 2008 17:01:44 koan 5200] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 17:01:44 koan 5200] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.CCDWLi
[Tue, 15 Jul 2008 17:01:44 koan 5200] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 17:01:45 koan 5200] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.mOAvRS
[Tue, 15 Jul 2008 17:01:45 koan 5200] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>868985b3-7f5d-603d-3c6c-cb88c9000a85</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.CCDWLi</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.mOAvRS</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:2f:f2:17'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 17:01:45 koan 5200] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.CCDWLi
[Tue, 15 Jul 2008 17:01:45 koan 5200] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.mOAvRS
[Tue, 15 Jul 2008 17:11:48 koan 3305] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 17:11:48 koan 3305] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 17:11:48 koan 3305] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 17:11:48 koan 3305] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.n02ymJ
[Tue, 15 Jul 2008 17:11:48 koan 3305] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 17:11:48 koan 3305] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.Xb8Pt6
[Tue, 15 Jul 2008 17:11:48 koan 3305] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 17:11:49 koan 3305] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.MCwZgX
[Tue, 15 Jul 2008 17:11:49 koan 3305] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>5a204b49-ac95-32f1-4ed7-e47d451498c5</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.Xb8Pt6</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.MCwZgX</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:3b:09:bb'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 17:11:49 koan 3305] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.Xb8Pt6
[Tue, 15 Jul 2008 17:11:49 koan 3305] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.MCwZgX
[Tue, 15 Jul 2008 17:12:02 koan 3400] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 17:12:02 koan 3400] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 17:12:02 koan 3400] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 17:12:02 koan 3400] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.d3kQhF
[Tue, 15 Jul 2008 17:12:02 koan 3400] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 17:12:03 koan 3400] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.h1Z0YJ
[Tue, 15 Jul 2008 17:12:03 koan 3400] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 17:12:03 koan 3400] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.yuRGvi
[Tue, 15 Jul 2008 17:12:03 koan 3400] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>3d1362ea-a97f-ff95-e181-c126ef66ca8c</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.h1Z0YJ</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.yuRGvi</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:43:1c:be'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 17:12:03 koan 3400] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.h1Z0YJ
[Tue, 15 Jul 2008 17:12:03 koan 3400] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.yuRGvi
[Tue, 15 Jul 2008 17:19:38 koan 3514] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 17:19:38 koan 3514] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 17:19:38 koan 3514] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 17:19:38 koan 3514] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.qhyoCn
[Tue, 15 Jul 2008 17:19:38 koan 3514] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 17:19:38 koan 3514] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.FwTgJY
[Tue, 15 Jul 2008 17:19:38 koan 3514] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 17:19:39 koan 3514] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.umb2e_
[Tue, 15 Jul 2008 17:19:39 koan 3514] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>1da423c0-902d-c9e1-a936-689ce2428025</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.FwTgJY</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.umb2e_</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:3b:07:37'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 17:19:39 koan 3514] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.FwTgJY
[Tue, 15 Jul 2008 17:19:39 koan 3514] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.umb2e_
[Tue, 15 Jul 2008 17:23:12 koan 3534] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 17:23:12 koan 3534] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 17:23:12 koan 3534] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 17:23:12 koan 3534] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.A3SPQ5
[Tue, 15 Jul 2008 17:23:12 koan 3534] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 17:23:12 koan 3534] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.pUcMGc
[Tue, 15 Jul 2008 17:23:12 koan 3534] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 17:23:13 koan 3534] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.RCtl4i
[Tue, 15 Jul 2008 17:23:13 koan 3534] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>3f1291ef-9a20-277b-c4a0-4c736c197c05</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.pUcMGc</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.RCtl4i</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:40:98:59'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 17:23:13 koan 3534] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.pUcMGc
[Tue, 15 Jul 2008 17:23:13 koan 3534] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.RCtl4i
[Tue, 15 Jul 2008 17:27:27 koan 3556] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 17:27:27 koan 3556] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 17:27:27 koan 3556] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 17:27:27 koan 3556] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.fk2NS1
[Tue, 15 Jul 2008 17:27:27 koan 3556] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 17:27:27 koan 3556] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.9wGRcb
[Tue, 15 Jul 2008 17:27:27 koan 3556] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 17:27:28 koan 3556] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.6vjS3Y
[Tue, 15 Jul 2008 17:27:28 koan 3556] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>f3fe38ec-6db3-435d-57e2-36108b637afa</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.9wGRcb</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.6vjS3Y</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:65:c2:ee'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 17:27:28 koan 3556] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.9wGRcb
[Tue, 15 Jul 2008 17:27:28 koan 3556] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.6vjS3Y
[Tue, 15 Jul 2008 17:28:51 koan 3573] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 17:28:51 koan 3573] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 17:28:51 koan 3573] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 17:28:51 koan 3573] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.n6vYrU
[Tue, 15 Jul 2008 17:28:51 koan 3573] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 17:28:51 koan 3573] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.4e4NL1
[Tue, 15 Jul 2008 17:28:51 koan 3573] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 17:28:52 koan 3573] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.61obwZ
[Tue, 15 Jul 2008 17:28:52 koan 3573] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>4fedac27-bc5d-4a6f-1e6e-373120e74fbd</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.4e4NL1</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.61obwZ</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:7f:a3:50'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 17:28:52 koan 3573] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.4e4NL1
[Tue, 15 Jul 2008 17:28:52 koan 3573] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.61obwZ
[Tue, 15 Jul 2008 17:30:49 koan 3606] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 17:30:49 koan 3606] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 17:30:49 koan 3606] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 17:30:49 koan 3606] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.xMytjE
[Tue, 15 Jul 2008 17:30:49 koan 3606] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 17:30:50 koan 3606] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.1eWxtR
[Tue, 15 Jul 2008 17:30:50 koan 3606] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 17:30:50 koan 3606] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.R_grii
[Tue, 15 Jul 2008 17:30:50 koan 3606] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>5d951382-7361-f6cd-07ba-bfe2cd686343</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.1eWxtR</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.R_grii</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:16:43:d3'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 17:30:50 koan 3606] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.1eWxtR
[Tue, 15 Jul 2008 17:30:50 koan 3606] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.R_grii
[Tue, 15 Jul 2008 17:35:02 koan 3683] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 17:35:02 koan 3683] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 17:35:02 koan 3683] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 17:35:02 koan 3683] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.ITOH3C
[Tue, 15 Jul 2008 17:35:02 koan 3683] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 17:35:02 koan 3683] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.FFXhxo
[Tue, 15 Jul 2008 17:35:02 koan 3683] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 17:35:03 koan 3683] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.cVdn_T
[Tue, 15 Jul 2008 17:35:03 koan 3683] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>d0b50671-1fd3-2815-4da1-0b7c2f68e9ee</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.FFXhxo</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.cVdn_T</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:74:29:70'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 17:35:03 koan 3683] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.FFXhxo
[Tue, 15 Jul 2008 17:35:03 koan 3683] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.cVdn_T
[Tue, 15 Jul 2008 18:26:01 koan 6664] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 18:26:01 koan 6664] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 18:26:01 koan 6664] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Tue, 15 Jul 2008 18:26:01 koan 6664] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.Enr80I
[Tue, 15 Jul 2008 18:26:01 koan 6664] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 18:26:02 koan 6664] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.DwhH96
[Tue, 15 Jul 2008 18:26:02 koan 6664] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 18:26:02 koan 6664] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.C0Np0h
[Tue, 15 Jul 2008 18:26:02 koan 6664] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>a8c348c3-1413-adff-396d-e808b7c42488</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.DwhH96</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.C0Np0h</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:48:5f:b4'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 18:26:02 koan 6664] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.DwhH96
[Tue, 15 Jul 2008 18:26:02 koan 6664] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.C0Np0h
[Tue, 15 Jul 2008 18:41:03 koan 6154] DEBUG (DistroManager:63) Attempting to detect distro:
[Tue, 15 Jul 2008 18:41:03 koan 6154] DEBUG (OSDistro:61) Detected .treeinfo file
[Tue, 15 Jul 2008 18:41:03 koan 6154] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/Fedora9-i386//.treeinfo
[Tue, 15 Jul 2008 18:41:03 koan 6154] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.RA_W4d
[Tue, 15 Jul 2008 18:41:03 koan 6154] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/Fedora9-i386//images/pxeboot/vmlinuz
[Tue, 15 Jul 2008 18:41:03 koan 6154] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.HR3IkL
[Tue, 15 Jul 2008 18:41:03 koan 6154] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/Fedora9-i386//images/pxeboot/initrd.img
[Tue, 15 Jul 2008 18:41:04 koan 6154] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.6VTMQ_
[Tue, 15 Jul 2008 18:41:04 koan 6154] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>524288</currentMemory>
  <memory>524288</memory>
  <uuid>3b01b00c-8fcd-2592-1589-24a99728fc9a</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.HR3IkL</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.6VTMQ_</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Fedora9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/Fedora9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:20:07:2e'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Tue, 15 Jul 2008 18:41:04 koan 6154] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.HR3IkL
[Tue, 15 Jul 2008 18:41:04 koan 6154] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.6VTMQ_
[Wed, 16 Jul 2008 07:25:38 koan 6380] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 07:25:38 koan 6380] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 07:25:38 koan 6380] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 07:25:38 koan 6380] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.hnaA89
[Wed, 16 Jul 2008 07:25:38 koan 6380] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 07:25:38 koan 6380] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.qIa7yL
[Wed, 16 Jul 2008 07:25:38 koan 6380] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 07:25:39 koan 6380] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.tW_XnN
[Wed, 16 Jul 2008 07:25:39 koan 6380] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>b940dbf6-f8b6-b960-f01d-14e4bf94124f</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.qIa7yL</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.tW_XnN</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:68:df:20'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 07:25:39 koan 6380] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.qIa7yL
[Wed, 16 Jul 2008 07:25:39 koan 6380] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.tW_XnN
[Wed, 16 Jul 2008 07:27:16 koan 6399] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 07:27:16 koan 6399] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 07:27:16 koan 6399] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 07:27:16 koan 6399] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.rCkQQB
[Wed, 16 Jul 2008 07:27:16 koan 6399] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 07:27:16 koan 6399] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.R8l9Zz
[Wed, 16 Jul 2008 07:27:16 koan 6399] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 07:27:17 koan 6399] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.iu36o0
[Wed, 16 Jul 2008 07:27:17 koan 6399] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>2a50a7a9-3979-0d6c-7f26-57b39948099b</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.R8l9Zz</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.iu36o0</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:71:93:63'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 07:27:17 koan 6399] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.R8l9Zz
[Wed, 16 Jul 2008 07:27:17 koan 6399] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.iu36o0
[Wed, 16 Jul 2008 07:36:22 koan 6435] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 07:36:22 koan 6435] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 07:36:22 koan 6435] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 07:36:22 koan 6435] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.6DG4Te
[Wed, 16 Jul 2008 07:36:22 koan 6435] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 07:36:22 koan 6435] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.JKeb-M
[Wed, 16 Jul 2008 07:36:22 koan 6435] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 07:36:23 koan 6435] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.FdLBL6
[Wed, 16 Jul 2008 07:36:23 koan 6435] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>8f0e8d4f-93be-f420-fcf5-0c4f4ca30d92</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.JKeb-M</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.FdLBL6</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:48:74:7a'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 07:36:23 koan 6435] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.JKeb-M
[Wed, 16 Jul 2008 07:36:23 koan 6435] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.FdLBL6
[Wed, 16 Jul 2008 08:16:08 koan 6794] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 08:16:08 koan 6794] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 08:16:08 koan 6794] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 08:16:08 koan 6794] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.D4afPj
[Wed, 16 Jul 2008 08:16:08 koan 6794] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 08:16:09 koan 6794] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.mlnhIF
[Wed, 16 Jul 2008 08:16:09 koan 6794] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 08:16:09 koan 6794] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.yNBXiz
[Wed, 16 Jul 2008 08:16:09 koan 6794] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>473c75d0-74be-4dbb-3a57-03abadd22932</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.mlnhIF</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.yNBXiz</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:6f:7d:60'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 08:16:09 koan 6794] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.mlnhIF
[Wed, 16 Jul 2008 08:16:09 koan 6794] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.yNBXiz
[Wed, 16 Jul 2008 08:17:43 koan 6810] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 08:17:43 koan 6810] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 08:17:43 koan 6810] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 08:17:43 koan 6810] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.tz8wQl
[Wed, 16 Jul 2008 08:17:43 koan 6810] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 08:17:43 koan 6810] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.nP5um3
[Wed, 16 Jul 2008 08:17:43 koan 6810] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 08:17:44 koan 6810] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.huq6Im
[Wed, 16 Jul 2008 08:17:44 koan 6810] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>0f983659-b6e1-9b27-7942-26e153029015</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.nP5um3</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.huq6Im</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:7a:30:f6'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 08:17:44 koan 6810] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.nP5um3
[Wed, 16 Jul 2008 08:17:44 koan 6810] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.huq6Im
[Wed, 16 Jul 2008 08:57:04 koan 6880] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 08:57:04 koan 6880] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 08:57:04 koan 6880] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 08:57:04 koan 6880] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.10iR92
[Wed, 16 Jul 2008 08:57:04 koan 6880] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 08:57:04 koan 6880] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.GqBS-n
[Wed, 16 Jul 2008 08:57:04 koan 6880] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 08:57:05 koan 6880] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.H_mqzL
[Wed, 16 Jul 2008 08:57:05 koan 6880] DEBUG (Guest:865) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>9ad6fea6-8469-6a59-b8b1-665e72eaa8e4</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.GqBS-n</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.H_mqzL</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:52:d4:00'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 08:57:05 koan 6880] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.GqBS-n
[Wed, 16 Jul 2008 08:57:05 koan 6880] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.H_mqzL
[Wed, 16 Jul 2008 09:08:53 koan 6949] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 09:08:53 koan 6949] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 09:08:53 koan 6949] DEBUG (ImageFetcher:87) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 09:08:53 koan 6949] DEBUG (ImageFetcher:96) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.VCFjMM
[Wed, 16 Jul 2008 09:08:53 koan 6949] DEBUG (ImageFetcher:87) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 09:08:53 koan 6949] DEBUG (ImageFetcher:96) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.ezWlGE
[Wed, 16 Jul 2008 09:08:53 koan 6949] DEBUG (ImageFetcher:87) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 09:08:54 koan 6949] DEBUG (ImageFetcher:96) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.uGLQzI
[Wed, 16 Jul 2008 09:08:54 koan 6949] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>2efb97e4-a906-06f4-eeb6-9575c128ba63</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.ezWlGE</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.uGLQzI</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:2e:57:1f'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 09:08:54 koan 6949] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.ezWlGE
[Wed, 16 Jul 2008 09:08:54 koan 6949] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.uGLQzI
[Wed, 16 Jul 2008 09:10:06 koan 6964] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 09:10:06 koan 6964] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 09:10:06 koan 6964] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 09:10:06 koan 6964] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.zt83kc
[Wed, 16 Jul 2008 09:10:06 koan 6964] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 09:10:07 koan 6964] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.CYGZDw
[Wed, 16 Jul 2008 09:10:07 koan 6964] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 09:10:07 koan 6964] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.ahH895
[Wed, 16 Jul 2008 09:10:07 koan 6964] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>978238c0-99c5-c0f5-5f5c-cd3a492e88db</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.CYGZDw</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.ahH895</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:59:e3:e8'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 09:10:07 koan 6964] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.CYGZDw
[Wed, 16 Jul 2008 09:10:07 koan 6964] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.ahH895
[Wed, 16 Jul 2008 09:17:16 koan 6979] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 09:17:16 koan 6979] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 09:17:16 koan 6979] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 09:17:16 koan 6979] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.fE3ePi
[Wed, 16 Jul 2008 09:17:16 koan 6979] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 09:17:16 koan 6979] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.xy_KRe
[Wed, 16 Jul 2008 09:17:41 koan 6979] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 09:17:41 koan 6979] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.JCkOde
[Wed, 16 Jul 2008 09:17:42 koan 6979] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>bb7fb110-c3fd-a708-2e23-b03766c83fa5</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.xy_KRe</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.JCkOde</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:1a:42:ad'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 09:17:42 koan 6979] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.xy_KRe
[Wed, 16 Jul 2008 09:17:42 koan 6979] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.JCkOde
[Wed, 16 Jul 2008 09:18:42 koan 6994] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 09:18:42 koan 6994] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 09:18:42 koan 6994] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 09:18:42 koan 6994] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.ACoPZ6
[Wed, 16 Jul 2008 09:18:42 koan 6994] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 09:18:42 koan 6994] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.K6lWrz
[Wed, 16 Jul 2008 09:18:42 koan 6994] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 09:18:43 koan 6994] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.4zCW0n
[Wed, 16 Jul 2008 09:19:00 koan 6994] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>10ab78f1-57c8-55f2-373a-b10bbe219bee</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.K6lWrz</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.4zCW0n</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:0b:27:ad'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 09:19:00 koan 6994] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.K6lWrz
[Wed, 16 Jul 2008 09:19:00 koan 6994] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.4zCW0n
[Wed, 16 Jul 2008 09:20:20 koan 7009] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 09:20:20 koan 7009] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 09:20:20 koan 7009] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 09:20:20 koan 7009] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.gHHZKI
[Wed, 16 Jul 2008 09:20:20 koan 7009] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 09:20:20 koan 7009] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.PLg2gA
[Wed, 16 Jul 2008 09:20:20 koan 7009] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 09:20:21 koan 7009] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.MZ4IXa
[Wed, 16 Jul 2008 09:20:34 koan 7009] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>abbe819d-fe54-9f84-066f-e7e0e253b27f</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.PLg2gA</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.MZ4IXa</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:6b:c5:8c'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 09:20:34 koan 7009] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.PLg2gA
[Wed, 16 Jul 2008 09:20:34 koan 7009] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.MZ4IXa
[Wed, 16 Jul 2008 09:32:04 koan 7025] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 09:32:04 koan 7025] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 09:32:04 koan 7025] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 09:32:04 koan 7025] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.8OxDs5
[Wed, 16 Jul 2008 09:32:04 koan 7025] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 09:32:04 koan 7025] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.3Rs27Y
[Wed, 16 Jul 2008 09:32:04 koan 7025] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 09:32:05 koan 7025] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.Ufvx4B
[Wed, 16 Jul 2008 09:32:33 koan 7025] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>1f963929-cb0c-bc7d-fb79-8f50c04a268c</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.3Rs27Y</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.Ufvx4B</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:19:9b:17'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 09:32:33 koan 7025] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.3Rs27Y
[Wed, 16 Jul 2008 09:32:33 koan 7025] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.Ufvx4B
[Wed, 16 Jul 2008 09:47:38 koan 7078] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 09:47:38 koan 7078] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 09:47:38 koan 7078] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 09:47:38 koan 7078] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.m5lznN
[Wed, 16 Jul 2008 09:47:38 koan 7078] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 09:47:38 koan 7078] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.GpDTIt
[Wed, 16 Jul 2008 09:47:38 koan 7078] DEBUG (ImageFetcher:88) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 09:47:39 koan 7078] DEBUG (ImageFetcher:97) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.CbUwsx
[Wed, 16 Jul 2008 09:47:39 koan 7078] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>3f28d3cf-0482-3366-b275-27db3947f8e8</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.GpDTIt</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.CbUwsx</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:70:8a:83'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 09:47:39 koan 7078] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.GpDTIt
[Wed, 16 Jul 2008 09:47:39 koan 7078] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.CbUwsx
[Wed, 16 Jul 2008 09:49:06 koan 7093] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 09:49:06 koan 7093] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 09:49:06 koan 7093] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 09:49:06 koan 7093] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.Jsq9ZV
[Wed, 16 Jul 2008 09:49:06 koan 7093] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 09:49:06 koan 7093] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.bRCxwm
[Wed, 16 Jul 2008 09:49:06 koan 7093] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 09:49:07 koan 7093] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.iTR7L3
[Wed, 16 Jul 2008 09:49:07 koan 7093] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>98e082b4-8000-fe7f-eb3d-8e58f4a75237</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.bRCxwm</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.iTR7L3</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:07:1d:fd'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 09:49:07 koan 7093] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.bRCxwm
[Wed, 16 Jul 2008 09:49:07 koan 7093] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.iTR7L3
[Wed, 16 Jul 2008 09:51:53 koan 7107] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 09:51:53 koan 7107] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 09:51:53 koan 7107] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 09:51:53 koan 7107] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.fs_AXZ
[Wed, 16 Jul 2008 09:51:53 koan 7107] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 09:51:53 koan 7107] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.zdlBiy
[Wed, 16 Jul 2008 09:51:53 koan 7107] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 09:51:54 koan 7107] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.KmeFMV
[Wed, 16 Jul 2008 09:51:54 koan 7107] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>a4be41be-14e0-48a5-8347-32505956b8cf</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.zdlBiy</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.KmeFMV</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:58:48:ff'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 09:51:54 koan 7107] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.zdlBiy
[Wed, 16 Jul 2008 09:51:54 koan 7107] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.KmeFMV
[Wed, 16 Jul 2008 10:02:29 koan 7190] DEBUG (DistroManager:63) Attempting to detect distro:
[Wed, 16 Jul 2008 10:02:29 koan 7190] DEBUG (OSDistro:61) Detected .treeinfo file
[Wed, 16 Jul 2008 10:02:29 koan 7190] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//.treeinfo
[Wed, 16 Jul 2008 10:02:29 koan 7190] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.gRMzaF
[Wed, 16 Jul 2008 10:02:29 koan 7190] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/vmlinuz
[Wed, 16 Jul 2008 10:02:30 koan 7190] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.8ZeWjp
[Wed, 16 Jul 2008 10:02:30 koan 7190] DEBUG (ImageFetcher:86) Fetching URI http://10.11.227.63/cblr/links/F9-i386//images/pxeboot/initrd.img
[Wed, 16 Jul 2008 10:02:30 koan 7190] DEBUG (ImageFetcher:95) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.m2qnGE
[Wed, 16 Jul 2008 10:03:17 koan 7190] DEBUG (Guest:864) Creating guest from '<domain type='kvm'>
  <name>bleanhar1-koan</name>
  <currentMemory>1572864</currentMemory>
  <memory>1572864</memory>
  <uuid>67fcf8aa-4285-832f-143f-7dce01e137b1</uuid>
  <os>
    <type arch='i386'>hvm</type>
    <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.8ZeWjp</kernel>
    <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.m2qnGE</initrd>
    <cmdline>ksdevice=eth0 lang= text ks=http://10.11.227.63/cblr/svc/op/ks/profile/Genome__Appliance-Fedora-9-i386 syslog=10.11.227.63:25150 kssendmac  method=http://10.11.227.63/cblr/links/F9-i386/</cmdline>
  </os>
  <features>
    <acpi/><apic/><pae/>
  </features>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <vcpu>1</vcpu>
  <devices>
    <console device='pty'/>
    <disk type='file' device='disk'>
      <source file='/images/bleanhar1-koan-disk0'/>
      <target dev='hda'/>
    </disk>

    <interface type='bridge'>
      <source bridge='br0'/>
      <mac address='00:16:3e:4a:2b:91'/>
    </interface>

    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' />
  </devices>
</domain>
'
[Wed, 16 Jul 2008 10:03:17 koan 7190] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.8ZeWjp
[Wed, 16 Jul 2008 10:03:17 koan 7190] DEBUG (Guest:458) Removing /var/lib/libvirt/boot/virtinst-initrd.img.m2qnGE


More information about the et-mgmt-tools mailing list