linux_router:qemu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux_router:qemu [2023-01-26 Thu wk04 14:13] – [package description] baumkplinux_router:qemu [2024-05-18 Sat wk20 17:57] – [References] baumkp
Line 26: Line 26:
 =====VM Setup===== =====VM Setup=====
 I decided to try QEMU/KVM setup as follows: I decided to try QEMU/KVM setup as follows:
-  *''sudo apt install qemu qemu-system-x86 qemu-system qemu-utils libvirt-clients libvirt-daemon-system virtinst''  +  *''%%sudo apt install qemu-system qemu-system-x86 qemu-utils libvirt-clients libvirt-daemon libvirt-daemon-system virtinst --no-install-recommends%%''
-  *''sudo apt install libvirt-daemon''  +
-  *''sudo apt install qemu-system ''+
  
-====package description====+====package descriptions====
 In most cases details these packages can be seen at [[https://www.debian.org/distrib/packages|Debian Packages]]. In most cases details these packages can be seen at [[https://www.debian.org/distrib/packages|Debian Packages]].
 ++++tldr;| ++++tldr;|
-  *''qemu'' - [[https://wiki.qemu.org/Main_Page|QEMU]]  is a generic and open source machine emulator and virtualiser, and is now a dummy package.+  *''qemu'' - [[https://wiki.qemu.org/Main_Page|QEMU]]  is a generic and open source machine emulator and virtualiser, and is now a dummy package, it no longer works on Debian 12.
   *<fs small>''qemu-kvm'' - was made a wrapper script to qemu-system and is now redundant</fs>   *<fs small>''qemu-kvm'' - was made a wrapper script to qemu-system and is now redundant</fs>
   *''qemu-system'' is a meta package that call the correct system pack, e.g. qemu-system-x86 (qemu-kvm is now call / replaced by qemu-system-x86 in Debian 11)   *''qemu-system'' is a meta package that call the correct system pack, e.g. qemu-system-x86 (qemu-kvm is now call / replaced by qemu-system-x86 in Debian 11)
Line 49: Line 47:
  
  
-====Virt-manager client setup==== +====Virt-manager remote client setup==== 
   *''%%sudo apt install virt-manager ssh-askpass-gnome --no-install-recommends%%''   *''%%sudo apt install virt-manager ssh-askpass-gnome --no-install-recommends%%''
   *''%%virt-manager -c 'qemu+ssh://baumkp@router.local.kptree.net/system?keyfile=id_rsa'%%''   *''%%virt-manager -c 'qemu+ssh://baumkp@router.local.kptree.net/system?keyfile=id_rsa'%%''
Line 57: Line 55:
   *[[https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys-on-ubuntu-1604|How To Set Up SSH Keys on Ubuntu 16.04]]   *[[https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys-on-ubuntu-1604|How To Set Up SSH Keys on Ubuntu 16.04]]
  
-<-  linux_router:nmap|Prev page ^ linux_router:start|Start page ^ ->+<-  linux_router:ipv6|Prev page ^ linux_router:start|Start page ^ ->
  • /app/www/public/data/pages/linux_router/qemu.txt
  • Last modified: 2024-05-18 Sat wk20 17:59
  • by baumkp