[et-mgmt-tools] koan error on creating image based guest

Bryan Kearney bkearney at redhat.com
Thu Jan 8 21:45:39 UTC 2009


Tom Brown wrote:
> For the first time i am trying to create a windows guest with koan - Its 
> quite possible i missed something but this is the result from koan.
> 
> I am using the latest 1.4 of koan and cobbler
> 
> # koan --virt --image=win-xp --server=192.168.11.1
> - ISO or Image based installation, always uses --virt-type=qemu
> - no virt-type specified, auto-selecting qemu
> libvirtd (pid 2313) is running...
> - using qemu hypervisor, type=qemu
> exceptions.NameError
> global name 'utils' is not defined
>  File "/usr/lib/python2.4/site-packages/koan/app.py", line 186, in main
>    k.run()
>   File "/usr/lib/python2.4/site-packages/koan/app.py", line 403, in run
>    self.virt()
>   File "/usr/lib/python2.4/site-packages/koan/app.py", line 678, in virt
>    return self.net_install(after_download)
>   File "/usr/lib/python2.4/site-packages/koan/app.py", line 597, in 
> net_install
>    after_download(self, profile_data)
>   File "/usr/lib/python2.4/site-packages/koan/app.py", line 676, in 
> after_download
>    self.virt_net_install(profile_data)
>   File "/usr/lib/python2.4/site-packages/koan/app.py", line 1082, in 
> virt_net_install
>    virt_type     =  self.virt_type
>   File "/usr/lib/python2.4/site-packages/koan/qcreate.py", line 92, in 
> start_install
>    (tempdir, filename) = utils.nfsmount(input_path)
> 
> 
> thanks
> 
> _______________________________________________
> et-mgmt-tools mailing list
> et-mgmt-tools at redhat.com
> https://www.redhat.com/mailman/listinfo/et-mgmt-tools
If you edit

/usr/lib/python2.4/site-packages/koan/qcreate.py

and add

import utils

after the last import line, does it work?

-- bk




More information about the et-mgmt-tools mailing list