core-base icon indicating copy to clipboard operation
core-base copied to clipboard

UC22 network setup crashes

Open valentindavid opened this issue 2 years ago • 8 comments

To reproduce it, just freshly install UC22, and in subiquity, unconfigure the network. Apply. Then reconfigure it.

It will crash when subiquity calls "netplan apply", which will crash when calling "networkctl reload". And it is not possible to reconfigure.

The issue is more obvious on real hardware like raspberry pi, because network might not have configured itself before subiquity starts.

subiquity stops systemd-networkd since https://github.com/canonical/subiquity/commit/41014408143ece5df9ef000d65c23f9307098905

netplan tries to reload systemd-networkd since https://github.com/canonical/netplan/commit/3ec52c41d1a9b3c011c94f9644a02e99451f4330

These 2 commits are not compatible.

valentindavid avatar Feb 24 '22 12:02 valentindavid