Hi,
I have a problem with looking glass, that the /dev/kvmfr0 is not created at boot.
this is what’s inside dmesg at boot:
[ 10.304228] kvmfr: creating 0 static devices
[ 10.304260] kvmfr: kvmfr_module_init: module loaded
However if I do a rmmod && modprobe it works:
$ sudo rmmod kvmfr && sudo modprobe kvmfr static_size_mb=128
[...]
[ 138.928000] kvmfr: creating 1 static devices
[ 138.935298] kvmfr: kvmfr_module_init: module loaded
After that everything is fine… so what could be the cause?
Thanks
Andrea