Herald Tech Notes
built
  • Home
  • Favorite
  • About
  • Search
Subscribe
Tagged

KVM

A collection of 2 posts

KVM

virt-manager 远程连接 KVM 主机失败

服务器最小化安装 KVM,客户端通过 virt-manager 连接 KVM 主机提示: Unable to connect to libvirt. The remote host requires a version of netcat/nc which supports the -U option. 大概意思是说 KVM 主机上需要 netcat 这个工具,查看一下: $ dpkg -l netcat-* 显示 netcat-openbsd 这个包没有安装。 $ apt install netcat-openbsd 这样就可以实现远程连接 KVM 主机了。 运行 KVM 虚拟主机时又遇到了另外一个问题,启动 KVM 虚拟主机

  • Herald Yu
Herald Yu Sep 20, 2018 • 1 min read
Debian

Debian 9 安装 KVM 虚拟机

KVM 是 Linux x86_64 环境下的全虚拟化方案,面向支持 Intel VT 和 AMD-V 虚拟化技术的硬件。 检查虚拟化支持 # egrep '(vmx|svm)' --color=always /proc/cpuinfo flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm

  • Herald Yu
Herald Yu Sep 18, 2018 • 4 min read
Herald Tech Notes © 2022
Powered by Ghost