Not sure whats wrong, imported SL 6.3 like I have many times in the past without issue. Go to koan SL 6.3 and now I get
koan --server=SERVER --virt --profile=SL-6.3-x86_64 --virt-name=koan_test -virt-type=qemu --virt-path=/mnt/sas3_6 - looking for Cobbler at http://eSERVER:80/cobbler_api - reading URL: http://SERVER/cblr/svc/op/ks/profile/SL-6.3-x86_64 install_tree: http://SERVER/scientific6.3-64 libvirtd (pid 3210) is running... <type 'exceptions.KeyError'> 'image_type' File "/usr/lib/python2.6/site-packages/koan/app.py", line 250, in main k.run() File "/usr/lib/python2.6/site-packages/koan/app.py", line 390, in run self.virt() File "/usr/lib/python2.6/site-packages/koan/app.py", line 746, in virt return self.net_install(after_download) File "/usr/lib/python2.6/site-packages/koan/app.py", line 635, in net_install after_download(self, profile_data) File "/usr/lib/python2.6/site-packages/koan/app.py", line 744, in after_download self.virt_net_install(profile_data) File "/usr/lib/python2.6/site-packages/koan/app.py", line 1325, in virt_net_install (uuid, create_func, fullvirt, can_poll) = self.virt_choose(pd) File "/usr/lib/python2.6/site-packages/koan/app.py", line 1413, in virt_choose if (self.image is not None) and (pd["image_type"] == "virt-clone"):
Not sure WTF happened, but NONE of my profiles work now every single one tosses the above koan error. I can list profiles, dumpvars even gen ks without issue.
Any thoughts before I deep six this ~2 year old Cobbler install???
-Ron
On Tue, Mar 12, 2013 at 9:32 AM, Ronald J. Yacketta yacketrj@potsdam.eduwrote:
Not sure whats wrong, imported SL 6.3 like I have many times in the past without issue. Go to koan SL 6.3 and now I get
koan --server=SERVER --virt --profile=SL-6.3-x86_64 --virt-name=koan_test -virt-type=qemu --virt-path=/mnt/sas3_6
- looking for Cobbler at http://eSERVER:80/cobbler_api
- reading URL: http://SERVER/cblr/svc/op/ks/profile/SL-6.3-x86_64
install_tree: http://SERVER/scientific6.3-64 libvirtd (pid 3210) is running... <type 'exceptions.KeyError'> 'image_type' File "/usr/lib/python2.6/site-packages/koan/app.py", line 250, in main k.run() File "/usr/lib/python2.6/site-packages/koan/app.py", line 390, in run self.virt() File "/usr/lib/python2.6/site-packages/koan/app.py", line 746, in virt return self.net_install(after_download) File "/usr/lib/python2.6/site-packages/koan/app.py", line 635, in net_install after_download(self, profile_data) File "/usr/lib/python2.6/site-packages/koan/app.py", line 744, in after_download self.virt_net_install(profile_data) File "/usr/lib/python2.6/site-packages/koan/app.py", line 1325, in virt_net_install (uuid, create_func, fullvirt, can_poll) = self.virt_choose(pd) File "/usr/lib/python2.6/site-packages/koan/app.py", line 1413, in virt_choose if (self.image is not None) and (pd["image_type"] == "virt-clone"):
Not sure WTF happened, but NONE of my profiles work now every single one tosses the above koan error. I can list profiles, dumpvars even gen ks without issue.
Any thoughts before I deep six this ~2 year old Cobbler install???
Nothing else changed? I do see a small type with your --virt-type option (missing one -). I can't think of any reason this would suddenly stop working if it's been ok for 2 years.
koan --server=SERVER --virt --profile=SL-6.3-x86_64 --virt-name=koan_test -virt-type=qemu --virt-path=/mnt/sas3_6
[BP:] Sorry if this is silly but I assume you gave an actual server name for SERVER?
- looking for Cobbler at http://eSERVER:80/cobbler_api [BP:] Not sure why this output has 'e' before 'SERVER'. Copy-paste error?
Balaji
cobbler@lists.fedorahosted.org