This system cannot be a KVM host : The required command fuser does not exist. Perhaps the KVM software is not installed? Virtua

After installation on CentOS7 I have this message
This system cannot be a KVM host : The required command fuser does not exist. Perhaps the KVM software is not installed?
Virtual systems cannot be created or added until this is fixed.

But I have qemu-kvm installed.
What can I do?

Howdy,

Try running this command:

yum install psmisc

That package will install the fuser program.

-Eric

I seem to have run into the same problem on a fresh install of centos7 base minimal. yum install psmisc did not seem to have fixed this

actually, after I did this and did a “refresh status fully”

It was a different error that occurred

This system cannot be a KVM host : No bridge interfaces like br0 were found
Virtual systems cannot be created or added until this is fixed.