Unable to start network for VM
I running bazzite:stable with a few added layers such as the virtualization stuff. When I try to start the default network from virtman or CLI
e.g.
i get
What's the recommended approach to get networking up and running ?
e.g.
sudo virsh net-start defaulti get
error: Failed to start network default
error: cannot create directory /var/lib/libvirt/dnsmasq: Permission deniedWhat's the recommended approach to get networking up and running ?
Solution
Also what do you get if you run
If it's not enabled you might need to start it's service
systemctl status libvirtdIf it's not enabled you might need to start it's service
systemctl enable --now libvirtd?