我已經安裝kvm
,libvirt
。我正在使用以下語法從現有映像安裝虛擬機(以root身份執行)。的virt-安裝錯誤
virt-install --name=vm_test --ram=1024 --arch=i686 --vcpus=1 --os-type=linux --import --disk path=/root/shared.qcow2,bus=virtio,format=qcow2 --graphics vnc,port=5901,listen=0.0.0.0,password=newone --noautoconsole --description --autostart
我收到以下錯誤。
Starting install...
ERROR internal error process exited while connecting to monitor: char device redirected to /dev/pts/1
open /dev/kvm: Permission denied
failed to initialize KVM: Operation not permitted
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///system start vm_test
otherwise, please restart your installation.
我已經使用完全相同的命令與其他桌面主機之一,它在那裏工作。我可以使用ISO映像virt-manager
從virt-manager
安裝虛擬機,其中virt-manager
將磁盤映像存儲在默認位置。
這似乎是一個文件權限錯誤給我,因爲它不是與/vms
目錄一起工作,但與其他一些/home/vm
目錄一起工作。
感謝您的幫助提前
我想通了這個問題。在此給出:HTTP://ubuntuforums.org/showthread.php T = 1703744 – 2011-06-10 14:53:18