CentOS / Fedora does not shut / reboot using virsh -KVM




Once you are done installing centos / fedora os on kvm as a guest / vm, you may face trouble shutting / reboot using virt-manager or virsh.

This can happen only if acpid is not installed or running.
Run following commands on centos / fedora guest to enable support for shut / reboot.

yum install acpid -y
chkconfig acpid on
service acpid start


if you find any missing point in here, please let us know in comment section or tweet us at @linuxreaders. To get more articles like this, subscribe to our RSS feeds / Mails.
Read 240 articles by

Trending Posts