OK, was able to connect to my home network again:
Cobbler version: 2.0.3.1
Error:
koan --server=adminserver --system=fedora-workstation --virt --virt-path=/local/vm/fedora - looking for Cobbler at http://adminserver/cobbler_api - reading URL: http://adminserver/cblr/svc/op/ks/system/fedora-workstation install_tree: http://adminserver/cblr/links/Fedora-13-i386 libvirtd (pid 2103) is running... downloading initrd initrd.img to /var/lib/xen/initrd.img url=http://adminserver/cobbler/images/Fedora-13-i386/initrd.img - reading URL: http://adminserver/cobbler/images/Fedora-13-i386/initrd.img downloading kernel vmlinuz to /var/lib/xen/vmlinuz url=http://adminserver/cobbler/images/Fedora-13-i386/vmlinuz - reading URL: http://adminserver/cobbler/images/Fedora-13-i386/vmlinuz Tue, 04 May 2010 09:21:56 DEBUG No conn passed to Guest, opening URI 'None' libvir: Xen error : Domain not found: xenUnifiedDomainLookupByName libvir: Xen error : Domain not found: xenUnifiedDomainLookupByUUID libvir: Xen error : Domain not found: xenUnifiedDomainLookupByName Tue, 04 May 2010 09:21:56 DEBUG Creating guest from: <domain type='xen'> <name>fedora-workstation</name> <currentMemory>614400</currentMemory> <memory>614400</memory> <uuid>d514e3ec-e14e-e0ef-3731-c06b4e10bb1d</uuid> <os> <type>linux</type> <kernel>/var/lib/xen/vmlinuz</kernel> <initrd>/var/lib/xen/initrd.img</initrd> <cmdline>ks=http://adminserver/cblr/svc/op/ks/system/fedora-workstation ksdevice=eth0 kssendmac lang= text </cmdline> </os> <on_poweroff>destroy</on_poweroff> <on_reboot>destroy</on_reboot> <on_crash>destroy</on_crash> <vcpu>1</vcpu> <devices> <disk type='file' device='disk'> <source file='/local/vm/fedora/fedora-workstation-disk0'/> <target dev='xvda' bus='xen'/> </disk> <interface type='bridge'> <source bridge='xenbr0'/> <mac address='00:16:3e:72:7c:eb'/> </interface> <input type='mouse' bus='xen'/> <graphics type='vnc' port='-1' keymap='en-us'/> </devices> </domain>
libvir: Xen Daemon error : POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: (2, 'Invalid kernel', 'elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images')") libvirt.libvirtError POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: (2, 'Invalid kernel', 'elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images')") File "/usr/lib/python2.4/site-packages/koan/app.py", line 215, in main k.run() File "/usr/lib/python2.4/site-packages/koan/app.py", line 329, in run self.virt() File "/usr/lib/python2.4/site-packages/koan/app.py", line 652, in virt return self.net_install(after_download) File "/usr/lib/python2.4/site-packages/koan/app.py", line 571, in net_install after_download(self, profile_data) File "/usr/lib/python2.4/site-packages/koan/app.py", line 650, in after_download self.virt_net_install(profile_data) File "/usr/lib/python2.4/site-packages/koan/app.py", line 1128, in virt_net_install virt_auto_boot = virt_auto_boot File "/usr/lib/python2.4/site-packages/koan/xencreate.py", line 189, in start_install guest.start_install() File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 541, in start_install return self._do_install(consolecb, meter, removeOld, wait) File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 633, in _do_install self.domain = self.conn.createLinux(install_xml, 0) File "/usr/lib/python2.4/site-packages/libvirt.py", line 974, in createLinux if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
----- Original Message ----- From: "Scot Floess" sfloess@redhat.com To: "cobbler" cobbler@lists.fedorahosted.org Sent: Tuesday, May 4, 2010 9:16:02 AM GMT -05:00 US/Canada Eastern Subject: Importing Fedora 13 beta...xen?
I was able to import Fedora 13 beta with no errors (I believe)...
I tried to use KOAN to install a VM under Xen - but I see an error about not having the appropriate kernel... Unfortunately, at the moment I cannot reach out to my home network to give the actual error - nor the version of Cobbler I am using (its 2.02 I think)...
Do I need to do anything special when I import Fedora 13? I don't recall there being anything special for prior versions - it just found the Xen kernel it needed and installed for me...
cobbler@lists.fedorahosted.org