Comment 18 for bug 1922898

Revision history for this message
Lukas Märdian (slyon) wrote : Re: SEGFAULT on upgrade to 0.102-0ubuntu1~20.04.1

That's interesting!
Having libnetplan0 and netplan.io upgraded independently is definitely something I can dig deeper into, which could also cause a segfault.

But if you upgrade the system completely (e.g. via 'apt upgrade') netplan 0.102 still works, right?
Like, you can execute 'netplan generate' or more specifically (as a systemd-generator):
/usr/lib/systemd/system-generators/netplan /run/systemd/generator /run/systemd/generator.early /run/systemd/generator.late

(after removing '/run/systemd/generator/netplan.stamp')
As this is basically what happens when the upgrade executes 'systemctl daemon-reload' or the system reboots.