#.

1 messages · Page 1 of 1 (latest)

sinful condor
#

Which guide did you follow to install?

sinful condor
#

libvirtd service is running?

sinful condor
#

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

sinful condor
#

wait

floral geode
#

Do you actually have qemu installed and running for this kernel version

opal cave
opal cave
#

Try stopping libvirt, removing all files in /var/cache/libvirt/qemu/capabilities/ and starting it again

sinful condor
#

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

rain plover
#

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?

rain plover
sinful condor
#

Let me check

#

Put this xml in the coorect location

#

Just to check

sinful condor
#

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

rain plover
#

Do you have files in /usr/share/libvirt/cpu_map/ ?

sinful condor
#

can you list all the installed libvirt packages since it is provided by libvirt-daemon or related packages

sinful condor
sinful condor
#

And after manully adding that file, you're still getting error if yes then remove that cpu_map.xml file

rain plover
#

Probably won't help, but this is the contents of my folder. Also, the installed packages pretty much match mine.

rain plover
#

Hahaha.... glad it's working. That's a weird issue! 🤔

rain plover
sinful condor
rain plover
sinful condor