site  contact  subhomenews

virt-manager works in EasyOS

January 07, 2026 — BarryK

The guys have figured it out here:

https://forum.puppylinux.com/viewtopic.php?t=16193

I've created /etc/udev/rules.d/65-kvm.rules:

#20260107 ref: https://forum.puppylinux.com/viewtopic.php?p=162982#p162982
KERNEL=="kvm", NAME="%k", GROUP="kvm", MODE="0660"

Also created /etc/init.d/tun-module:

#!/bin/sh
#ref: https://forum.puppylinux.com/viewtopic.php?p=162990#p162990
case "$1"
start) modprobe tun ;;
esac

...but its flags are set with execute off. So you would have to set the execute flags on it.

It was also mentioned that the firewall needs to be turned off. Disable the execute flags on /etc/init.d/rc.firewall    

Tags: easy