This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ===== KVM ===== ==== Known Issues ==== == custom CPU error == This is misleading, it is a permission issue. Fix: <sxh>chmod 666 /dev/kvm</sxh> Create/Edit: vim /lib/udev/rules.d/99-kvm.rules <sxh>KERNEL=="kvm", GROUP="kvm", MODE="0666"</sxh>