Ana bilgisayar işletim sistemim Ubuntu Server 11.04 (natty)
Ubuntu'nun yardımı ile ayrıntılı olarak verilen talimatları izledikten sonra , kullanarak bir KVM görüntüsü oluşturdum
sudo ubuntu-vm-builder kvm hardy --libvirt qemu:///system
Görüntü dosyası şu şekilde oluşturuldu:
-rw-r--r-- 1 root root 438M 2011-06-17 14:39 ubuntu-kvm/tmpK9hbU5.qcow2
Ben sudo virsh tarafından virsh ile listeleyebilirim -c qemu: /// system "list --all"
Id Name State
----------------------------------
- ubuntu shut off
Aradığımda acı
sudo virsh -c qemu:///system "start ubuntu"
Hata atıldı:
error: Failed to start domain ubuntu
error: internal error process exited while connecting to monitor: kvm: -drive file=/home/myuser/vmopt/ubuntu-kvm/tmpK9hbU5.qcow2,if=none,id=drive-ide0-0-0,format=qcow2: could not open disk image /home/myuser/vmopt/ubuntu-kvm/tmpK9hbU5.qcow2: Permission denied
"Kullanıcım" kullanıcısı grup libvirtine eklenmişti.
Ben görüntü dosyası yanı sıra onun dizini 777 chmod kadar gitti, ama hata hala var.