Curtin vmtest verification for eoan using systemd from -proposed has run successfully. (neipa) ipv6_mtu % egrep "242-7ubuntu3.3" output/EoanTestNetworkMtu/logs/install-serial.log [ 136.520219] cloud-init[765]: Get:12 http://archive.ubuntu.com/ubuntu eoan-proposed/main amd64 libnss-systemd amd64 242-7ubuntu3.3 [126 kB] [ 136.527400] cloud-init[765]: Get:13 http://archive.ubuntu.com/ubuntu eoan-proposed/main amd64 udev amd64 242-7ubuntu3.3 [1202 kB] [ 136.693312] cloud-init[765]: Get:14 http://archive.ubuntu.com/ubuntu eoan-proposed/main amd64 libudev1 amd64 242-7ubuntu3.3 [76.9 kB] [ 136.701002] cloud-init[765]: Get:15 http://archive.ubuntu.com/ubuntu eoan-proposed/main amd64 systemd-sysv amd64 242-7ubuntu3.3 [9360 B] [ 136.722467] cloud-init[765]: Get:17 http://archive.ubuntu.com/ubuntu eoan-proposed/main amd64 libpam-systemd amd64 242-7ubuntu3.3 [130 kB] [ 136.743657] cloud-init[765]: Get:19 http://archive.ubuntu.com/ubuntu eoan-proposed/main amd64 systemd amd64 242-7ubuntu3.3 [3440 kB] [ 137.138458] cloud-init[765]: Get:20 http://archive.ubuntu.com/ubuntu eoan-proposed/main amd64 libsystemd0 amd64 242-7ubuntu3.3 [262 kB] [ 142.884502] cloud-init[765]: Preparing to unpack .../libnss-systemd_242-7ubuntu3.3_amd64.deb ... [ 142.887869] cloud-init[765]: Unpacking libnss-systemd:amd64 (242-7ubuntu3.3) over (242-7ubuntu3.2) ... [ 142.924747] cloud-init[765]: Preparing to unpack .../udev_242-7ubuntu3.3_amd64.deb ... [ 142.962745] cloud-init[765]: Unpacking udev (242-7ubuntu3.3) over (242-7ubuntu3.2) ... [ 143.165029] cloud-init[765]: Preparing to unpack .../libudev1_242-7ubuntu3.3_amd64.deb ... [ 143.168604] cloud-init[765]: Unpacking libudev1:amd64 (242-7ubuntu3.3) over (242-7ubuntu3.2) ... [ 143.206268] cloud-init[765]: Setting up libudev1:amd64 (242-7ubuntu3.3) ... [ 143.272647] cloud-init[765]: Preparing to unpack .../systemd-sysv_242-7ubuntu3.3_amd64.deb ... [ 143.275554] cloud-init[765]: Unpacking systemd-sysv (242-7ubuntu3.3) over (242-7ubuntu3.2) ... [ 143.594537] cloud-init[765]: Preparing to unpack .../libpam-systemd_242-7ubuntu3.3_amd64.deb ... [ 143.599803] cloud-init[765]: Unpacking libpam-systemd:amd64 (242-7ubuntu3.3) over (242-7ubuntu3.2) ... [ 143.680250] cloud-init[765]: Preparing to unpack .../systemd_242-7ubuntu3.3_amd64.deb ... [ 143.785319] cloud-init[765]: Unpacking systemd (242-7ubuntu3.3) over (242-7ubuntu3.2) ... [ 144.362457] cloud-init[765]: Preparing to unpack .../libsystemd0_242-7ubuntu3.3_amd64.deb ... [ 144.366022] cloud-init[765]: Unpacking libsystemd0:amd64 (242-7ubuntu3.3) over (242-7ubuntu3.2) ... [ 144.423950] cloud-init[765]: Setting up libsystemd0:amd64 (242-7ubuntu3.3) ... [ 149.340746] cloud-init[765]: Setting up udev (242-7ubuntu3.3) ... [ 152.700118] cloud-init[765]: Setting up systemd (242-7ubuntu3.3) ... [ 154.478301] cloud-init[765]: Setting up systemd-sysv (242-7ubuntu3.3) ... [ 154.481899] cloud-init[765]: Setting up libnss-systemd:amd64 (242-7ubuntu3.3) ... [ 154.485400] cloud-init[765]: Setting up libpam-systemd:amd64 (242-7ubuntu3.3) ... [ 198.012728] cloud-init[765]: systemd is already the newest version (242-7ubuntu3.3). (neipa) ipv6_mtu % cat output/EoanTestNetworkMtu/collect/etc_netplan/50-cloud-init.yaml # This file is generated from information provided by the datasource. Changes # to it will not persist across an instance reboot. To disable cloud-init's # network configuration capabilities, write a file # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following: # network: {config: disabled} network: version: 2 ethernets: interface0: addresses: - 192.168.1.2/24 - 2001:4800:78ff:1b:be76:4eff:fe06:1000/64 ipv6-mtu: 1501 match: macaddress: '52:54:00:12:34:00' mtu: 1601 set-name: interface0 interface1: addresses: - 192.168.2.2/24 - 2001:4800:78ff:1b:be76:4eff:fe06:2000/64 ipv6-mtu: 1501 match: macaddress: '52:54:00:12:34:02' mtu: 1501 set-name: interface1 interface2: dhcp4: true match: macaddress: '52:54:00:12:34:04' set-name: interface2 interface4: addresses: - 2001:4800:78ff:1b:be76:4eff:fe06:5000/64 - 192.168.5.2/24 ipv6-mtu: 8900 match: macaddress: '52:54:00:12:34:08' mtu: 9000 set-name: interface4 interface5: addresses: - 2001:4800:78ff:1b:be76:4eff:fe06:6000/64 - 192.168.6.2/24 ipv6-mtu: 1480 match: macaddress: 52:54:00:12:34:0c mtu: 1480 set-name: interface5 (neipa) ipv6_mtu % grep . output/EoanTestNetworkMtu/collect/interface0_* output/EoanTestNetworkMtu/collect/interface0_dev_mtu:1601 output/EoanTestNetworkMtu/collect/interface0_ipv6_mtu:1501 (neipa) ipv6_mtu % grep . output/EoanTestNetworkMtu/collect/interface1_* output/EoanTestNetworkMtu/collect/interface1_dev_mtu:1501 output/EoanTestNetworkMtu/collect/interface1_ipv6_mtu:1501 (neipa) ipv6_mtu % grep . output/EoanTestNetworkMtu/collect/interface4_* output/EoanTestNetworkMtu/collect/interface4_dev_mtu:9000 output/EoanTestNetworkMtu/collect/interface4_ipv6_mtu:8900 (neipa) ipv6_mtu % grep . output/EoanTestNetworkMtu/collect/interface5_* output/EoanTestNetworkMtu/collect/interface5_dev_mtu:1480 output/EoanTestNetworkMtu/collect/interface5_ipv6_mtu:1480