You are not logged in.
I'm trying to create a VM using virt-manager, however when I click finish, i get this:
2015-01-30 03:04:01.309+0000: starting up
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin QEMU_AUDIO_DRV=none /usr/sbin/qemu-system-x86_64 \
-name Win10Test1 -S -machine pc-i440fx-2.2,accel=kvm,usb=off -m 1024 \
-realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 08fd69c7-d4ce-bbc3-deba-f7b424a7d57b -no-user-config \
-nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/Win10Test1.monitor,server,nowait \
-mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime,driftfix=slew -no-reboot -boot strict=on \
-device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x5.0x7 -device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x5 \
-device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x5.0x1 \
-device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x5.0x2 -drive file=/var/lib/libvirt/images/Win10Test1.img,if=none,id=drive-ide0-0-0,format=raw,cache=none \
-device ide-hd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=2 -drive file=/home/user/Disk_Images/windows10techpreview.iso,if=none,id=drive-ide0-1-0,readonly=on,format=raw \
-device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1 -netdev tap,fd=23,id=hostnet0 \
-device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:98:a2:72,bus=pci.0,addr=0x3 -chardev pty,id=charserial0 \
-device isa-serial,chardev=charserial0,id=serial0 -device usb-tablet,id=input0 -vnc 127.0.0.1:0 \
-device VGA,id=video0,vgamem_mb=16,bus=pci.0,addr=0x2 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x4 -msg timestamp=on
Domain id=4 is tainted: high-privileges
Error in GnuTLS initialization: Failed to acquire random data.
2015-01-30T03:04:01.444756Z qemu-system-x86_64: -chardev pty,id=charserial0: Failed to create chardev
2015-01-30 03:04:01.632+0000: shutting downIt doesn't matter if I try qemu-system-i386, i get the same error. I have reinstalled both libvirt and gnutls, but still have the same error. Unless the true error is this: qemu-system-x86_64: -chardev pty,id=charserial0: Failed to create chardev
Edit: Cleaned up formatting
Last edited by The_Moves (2015-01-30 03:30:43)
Offline
And i figured it out... thank you google translate:
http://forum.hardware.fr/hfr/OSAlternat … 4047_5.htm
I had to comment out this line in my qemu.conf - hopefully it doesn't mess up any of my device passthrough. I assume I added this there at some point, now i just wish I knew why I did.
cgroup_device_acl = [
"/dev/vfio/15"
]Offline