Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. qemu-system-x86_64 G.qcow2 -m 4096 -smp 4 -no-acpi -enable-kvm
  2. -name system76 -device virtio-net,netdev=net0
  3. -netdev tap,id=net0,ifname=tap0,script=no,downscript=no,br=br0
  4. -vga qxl -spice port=5900,addr=127.0.0.1,disable-ticketing &
  5.  
  6. remote-viewer spice://127.0.0.1:5900 # from the user (not root)
  7.  
  8. virt-viewer spice://127.0.0.1:5900 # from the user (not root)
  9.  
  10. Failed to connect: No virtual machine found
  11.  
  12. virt-viewer -c libvirtd:///system system76
  13.  
  14. Unable to connect to libvirt with URI libvirtd:///system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement