I'm following this procedure: https://linuxhint.com/install-kvm-ubuntu-22-04/
When I apply the netplan for the yaml file I get an error:
sudo netplan apply
Failed to reload network settings: No such file or directory
Debug of netplan yields:
netplan --debug generate
DEBUG:command generate: running ['/lib/netplan/generate']
** (generate:20463): DEBUG: 23:06:06.988: starting new processing pass
** (generate:20463): DEBUG: 23:06:06.988: starting new processing pass
** (generate:20463): DEBUG: 23:06:06.988: br0: adding new route
** (generate:20463): DEBUG: 23:06:06.988: We have some netdefs, pass them through a final round of validation
** (generate:20463): DEBUG: 23:06:06.988: enp1s0f1: setting default backend to 1
** (generate:20463): DEBUG: 23:06:06.988: Configuration is valid
** (generate:20463): DEBUG: 23:06:06.988: enp6s0f0: setting default backend to 1
** (generate:20463): DEBUG: 23:06:06.988: Configuration is valid
** (generate:20463): DEBUG: 23:06:06.988: br0: setting default backend to 1
** (generate:20463): DEBUG: 23:06:06.988: Configuration is valid
** (generate:20463): DEBUG: 23:06:06.988: enp1s0f0: setting default backend to 1
** (generate:20463): DEBUG: 23:06:06.988: Configuration is valid
** (generate:20463): DEBUG: 23:06:06.988: eth0: setting default backend to 1
** (generate:20463): DEBUG: 23:06:06.988: Configuration is valid
** (generate:20463): DEBUG: 23:06:06.988: enp6s0f1: setting default backend to 1
** (generate:20463): DEBUG: 23:06:06.988: Configuration is valid
ERROR: cannot create file /run/systemd/system/netplan-ovs-cleanup.service: Failed to create file “/run/systemd/system/netplan-ovs-cleanup.service.CLDTV1”: Permission denied
Any idea what is causing the issue?