#.
1 messages · Page 1 of 1 (latest)
libvirtd service is running?
Start it
It shows inactive
sudo systemctl enable libvirtd
So libvirtd will start at boot
sudo usermod -a -G libvirt $(whoami)
run this too
that command added you in libvirt group
now reboot and check
whole system
earlier the libvirtd wasn't starting at boot automatically
try running virt-manager
wait
Do you actually have qemu installed and running for this kernel version
It might be good for you to follow the official documentation: https://docs.fedoraproject.org/en-US/quick-docs/virtualization-getting-started/
Try stopping libvirt, removing all files in /var/cache/libvirt/qemu/capabilities/ and starting it again
hey bro does this xml file exists?
/usr/share/libvirt/cpu_map.xml
and also you mentioned that libvirt is stopping on boot, check if libvirt-daemon is installed
I'm running F42, and virt-manager is working fine - but libvirtd being dead is normal - ```systemctl status libvirtd
○ libvirtd.service - libvirt legacy monolithic daemon
Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; disabled; preset: dis>
Drop-In: /usr/lib/systemd/system/service.d
└─10-timeout-abort.conf
Active: inactive (dead)
TriggeredBy: ○ libvirtd-ro.socket
○ libvirtd.socket
○ libvirtd-admin.socket
Docs: man:libvirtd(8)
https://libvirt.org/
You also might need to be a member of the kvm group, iirc, not just libvirt. Try sudo usermod -aG kvm $(whoami) and restart, see if that helps?
If not, does virsh cpu-models x86_64 give you a big list of CPU's?
it is showing inactive
Yes, even with a Win10 Vm running, it shows inactive (dead)
wtf
Let me check
Put this xml in the coorect location
Just to check
btw it won't be compatible with your cpu tho afaik
the cpu_map.xml should be there by default
I'll search more until you try to find a solution too
that cpu_map.xml is device specific afaik
Do you have files in /usr/share/libvirt/cpu_map/ ?
can you list all the installed libvirt packages since it is provided by libvirt-daemon or related packages
he doesn't
And after manully adding that file, you're still getting error if yes then remove that cpu_map.xml file
Probably won't help, but this is the contents of my folder. Also, the installed packages pretty much match mine.
Hahaha.... glad it's working. That's a weird issue! 🤔
Where did u get this?
I just zipped the contents of the cpu_map dir on my laptop.
I thought that cpu_map.xml was device specific, well it fixed so no problem.
There wasn't a cpu_map.xml file in that dir on my system. DL the zip, there's lots of files, but not that. 🤔
Wait I send him cpu_map.xml too and that was from qemu's github but that didn't work, but since it fixed so nice