Home > other >  Consult: KVM via FTP failed to create a virtual machine, an error: returened non - zero exit status
Consult: KVM via FTP failed to create a virtual machine, an error: returened non - zero exit status

Time:09-16

CentOS installed in KVM, intends to create a Win08R2 using KVM, mirror copy to CentOS local, can normal installation virtual machine and install successful,
But if mirror deployment on the FTP site will not be able to create successful (can be anonymous FTP site visit), an error screenshot is as follows:


FTP site has been set to can anonymously, and CentOS access to FTP site
Error message don't quite understand, consult everybody!

Detailed information is as follows:
Unable to complete the installation: 'Command' [' isoinfo ', '- J', '-i', 'FTP://192.168.1.1/cn_windows_server_2008_r2_standard_enterprise_datacenter_and_web_with_sp1_vl_build_x64_dvd_617396.iso', '-f'] 'returned non - zero exit status 2'

Traceback (the most recent call last) :
The File "/usr/share/virt - manager/virtManager/asyncjob py", line 89, in cb_wrapper
The callback (asyncjob, * args, * * kwargs)
The File "/usr/share/virt - manager/virtManager/create py", line 2553, in _do_async_install
Guest. Start_install (meter=meter)
The File "/usr/share/virt - manager/virtinst/guest py", line 480, in start_install
Self. _prepare_install (meter, dry)
The File "/usr/share/virt - manager/virtinst/guest py", line 313, in _prepare_install
The self. The installer. Prepare (self, meter)
The File "/usr/share/virt - manager/virtinst/installer. Py", line 200, prepare in
Self. _prepare (guest, meter)
The File "/usr/share/virt - manager/virtinst/distroinstaller py", line 220, in _prepare
Self. _prepare_kernel_url (guest, fetcher)
The File "/usr/share/virt - manager/virtinst/distroinstaller py", line 127, in _prepare_kernel_url
Store=self. _get_store (guest, fetcher)
The File "/usr/share/virt - manager/virtinst/distroinstaller py", line 114, in _get_store
Self. _cached_store=urlfetcher. GetDistroStore (guest, fetcher)
The File "/usr/share/virt - manager/virtinst/urlfetcher py", line 541, in getDistroStore
If store. IsValidStore () :
The File "/usr/share/virt - manager/virtinst/urlfetcher py", line 1248, in isValidStore
The self _is_install_cd,
The File "/usr/share/virt - manager/virtinst/urlfetcher py", line 1245, in & lt; Genexpr>
Return any (check () for the check in [
The File "/usr/share/virt - manager/virtinst/urlfetcher py", line 1198, in _is_regular_tree
If not the self. _check_manifest (" current/images/MANIFEST ") :
The File "/usr/share/virt - manager/virtinst/urlfetcher py", line 1170, in _check_manifest
If not the self. The fetcher. HasFile (filename) :
The File "/usr/share/virt - manager/virtinst/urlfetcher py", line 143, in hasFile
Ret=self. _hasFile (url)
The File "/usr/share/virt - manager/virtinst/urlfetcher py", line 358, in _hasFile
The output=subprocess. Check_output (CMD)
The File "/usr/lib64/python2.7 subprocess. Py", line 575, in check_output
Raise CalledProcessError (retcode, CMD, output=the output)
CalledProcessError: the Command '[' isoinfo', '- J', '-i', 'FTP://192.168.1.1/cn_windows_server_2008_r2_standard_enterprise_datacenter_and_web_with_sp1_vl_build_x64_dvd_617396.iso', '-f'] 'returned non - zero exit status 2

  • Related