Advertisement
celeste_ath

error

Jun 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. [Tue, 18 Jun 2019 13:46:19 virt-install 18775] DEBUG (cli:260) File "./virt-install", line 998, in <module>
  2. sys.exit(main())
  3. File "./virt-install", line 992, in main
  4. start_install(guest, installer, options)
  5. File "./virt-install", line 680, in start_install
  6. fail(e, do_exit=False)
  7. File "/home/celeste/virt-manager/virtinst/cli.py", line 260, in fail
  8. log.debug("".join(traceback.format_stack()))
  9.  
  10. [Tue, 18 Jun 2019 13:46:19 virt-install 18775] ERROR (cli:261) internal error: process exited while connecting to monitor: 2019-06-18T10:46:19.935310Z qemu-system-x86_64: -drive file=/home/celeste/virt-manager/cloud.qcow2,format=qcow2,if=none,id=drive-sata0-0-0,readonly=on: Could not open '/home/celeste/virt-manager/cloud.qcow2': Permission denied
  11. [Tue, 18 Jun 2019 13:46:19 virt-install 18775] DEBUG (cli:263)
  12. Traceback (most recent call last):
  13. File "./virt-install", line 653, in start_install
  14. transient=options.transient)
  15. File "/home/celeste/virt-manager/virtinst/install/installer.py", line 557, in start_install
  16. doboot, transient)
  17. File "/home/celeste/virt-manager/virtinst/install/installer.py", line 504, in _create_guest
  18. domain = self.conn.createXML(install_xml or final_xml, 0)
  19. File "/usr/lib64/python3.7/site-packages/libvirt.py", line 3729, in createXML
  20. if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)
  21. libvirt.libvirtError: internal error: process exited while connecting to monitor: 2019-06-18T10:46:19.935310Z qemu-system-x86_64: -drive file=/home/celeste/virt-manager/cloud.qcow2,format=qcow2,if=none,id=drive-sata0-0-0,readonly=on: Could not open '/home/celeste/virt-manager/cloud.qcow2': Permission denied
  22. [Tue, 18 Jun 2019 13:46:19 virt-install 18775] DEBUG (installer:579) Removing created disk path=/var/lib/libvirt/images/cloudtest.qcow2 vol_object=<libvirt.virStorageVol object at 0x7f4c95b49ba8>
  23. Removing disk 'cloudtest.qcow2' | 0 B 00:00:00
  24. [Tue, 18 Jun 2019 13:46:19 virt-install 18775] DEBUG (cli:275) Domain installation does not appear to have been successful.
  25. If it was, you can restart your domain by running:
  26. virsh --connect qemu:///system start cloudtest
  27. otherwise, please restart your installation.
  28. Domain installation does not appear to have been successful.
  29. If it was, you can restart your domain by running:
  30. virsh --connect qemu:///system start cloudtest
  31. otherwise, please restart your installation.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement