Can't create a virtual network in KVM Manager
I installed all the nescessary KVM stuff via rpm-ostree. I can create virtual machines just fine, but I can't create virtual networks. How can I fix it?
Error message:

11 Replies
Your user might not be in the right group to have permission to do that. Try running
ujust setup-virtualization group
from the terminal and see if that makes a difference
You might need to reboot or log out and in again after that for the change to take effectIt didn't make a difference
use the system session
user session does not have permission to do anything
System session also has this issue
can you layer virt-manager and see if that has the same issue
because this could be another limitation for the flatpak version
virt-manager is installed via rpm-ostree as well
hmm i cant replicate it on the system session

Strange. I think I installed everything right with
rpm-ostree install virt-install libvirt-daemon-kvm qemu-kvm virt-manager virt-viewer libguestfs-tools python3-libguestfs
. I didn't install libvirt-daemon-config-network
because it was "already provided". Right now I installed it with
rpm-ostree install libvirt-daemon-config-network --allow-inactive
just in case and rebooted. But it still doesn't work. Should I delete it all and install again?we install through
ujust setup-virtualization
Thanks. I should have used ujust from the start but I forgot about it