Control: tags -1 + moreinfo > > Having started to toy with cloud images these last few days, and > > learning about the various components in there, I'm not exactly sure > > where /etc/netplan/90-default.yaml is coming from but it's 644 in at > > least Debian 12 and Debian sid “nocloud” amd64 images (QCOW format), > > leading netplan to complain about these too-wide permissions. > > > > I'm not sure where this file is coming from, but it'd be great to have > > those permissions fixed/those warnings go away.
I don't actually see any issues with /etc/netplan/90-default.yaml on the current sid nocloud images: root@localhost:~# cat /etc/cloud-release ID=nocloud VERSION="20240716-1810" root@localhost:~# journalctl -b | grep -i netplan Jul 16 22:32:24 localhost systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway. Jul 16 22:32:24 localhost systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup was skipped because of an unmet condition check (ConditionFileIsExecutable=/usr/bin/ovs-vsctl). Jul 16 22:32:26 localhost systemd-networkd[280]: enp0s2: Configuring with /run/systemd/network/10-netplan-all-en.network. The warning regarding netplan-ovs-cleanup.service should probably be addressed, but that's something different. Can you share complete logs? What version of the image are you using? noah