Replies: 1 comment 3 replies
|
Issue is resolved |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi I am not being able to create virtual machines in my server at ubuntu 22.04. The error is below kindly do guide me how to resolve it!
error: Failed to destroy domain 'WAF' error: Requested operation is not valid: domain is not running ERROR internal error: qemu unexpectedly closed the monitor: 2023-01-28T09:16:55.869674Z qemu-system-x86_64: -blockdev {"driver":"file","filename":"/home/staging/ubuntu-22.04.1-live-server-amd64.iso","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}: Could not open '/home/staging/ubuntu-22.04.1-live-server-amd64.iso': Permission denied Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///system start WAF otherwise, please restart your installation. Command '['virt-install', '--connect', 'qemu:///system', '--quiet', '--name', 'WAF', '--os-variant', 'ubuntu22.04', '--memory', 'memory=16384,maxmemory=16384', '--check', 'path_in_use=off', '--wait', '-1', '--noautoconsole', '--disk', 'path=/var/lib/libvirt/images/WAF.qcow2,device=disk,bus=virtio,readonly=off,shareable=off,discard=unmap,driver_name=qemu,driver_type=qcow2', '--network', 'bridge=br0,mac=52:54:00:e0:ad:a6,m

odel=virtio,link_state=up', '--graphics', 'type=vnc,listen=127.0.0.1,port=-1', '--graphics', 'type=spice,listen=127.0.0.1', '--cdrom', '/home/staging/ubuntu-22.04.1-live-server-amd64.iso', '--vcpus', 'vcpus=2,maxvcpus=2', '--boot', '']' returned non-zero exit status 1.
All reactions