Activity log for bug #1821867

Date Who What changed Old value New value Message
2019-03-27 08:36:00 Frank Heimes bug added bug
2019-03-27 08:36:00 Frank Heimes attachment added logs from /var/log/installer/* https://bugs.launchpad.net/bugs/1821867/+attachment/5249675/+files/inst_log.tgz
2019-03-27 08:36:15 Frank Heimes affects systemd (Ubuntu) debian-installer (Ubuntu)
2019-03-27 08:54:56 Frank Heimes attachment added dmesg https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1821867/+attachment/5249678/+files/dmesg.txt
2019-03-27 08:55:14 Frank Heimes attachment added syslog https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1821867/+attachment/5249679/+files/syslog
2019-03-27 09:08:26 Ubuntu QA Website tags disco s390x disco iso-testing s390x
2019-03-27 09:10:17 Frank Heimes attachment added journalctl.txt https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1821867/+attachment/5249681/+files/journalctl.txt
2019-03-27 09:10:47 Frank Heimes affects debian-installer (Ubuntu) systemd (Ubuntu)
2019-03-27 09:14:05 Frank Heimes attachment added journalctl -b https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1821867/+attachment/5249682/+files/journalctl-b.txt
2019-03-27 17:04:08 Frank Heimes bug task added ubuntu-z-systems
2019-03-27 17:04:38 Frank Heimes ubuntu-z-systems: importance Undecided Critical
2019-03-27 17:04:53 Frank Heimes ubuntu-z-systems: assignee Canonical Foundations Team (canonical-foundations)
2019-03-28 17:52:02 Mathieu Trudel-Lapierre bug task added netplan.io (Ubuntu)
2019-03-28 17:53:24 Mathieu Trudel-Lapierre netplan.io (Ubuntu): status New Triaged
2019-03-28 17:53:27 Mathieu Trudel-Lapierre netplan.io (Ubuntu): importance Undecided Critical
2019-03-28 17:53:29 Mathieu Trudel-Lapierre netplan.io (Ubuntu): assignee Mathieu Trudel-Lapierre (cyphermox)
2019-03-28 18:26:06 Frank Heimes ubuntu-z-systems: status New Triaged
2019-03-28 19:26:11 Mathieu Trudel-Lapierre description After doing a default disco installation on s390x using the beta ISO image aka daily from March 26th and the post-install reboot the system restarts aka reipls (in z/VM in this case) but the interface is not brought up. Hence no remote connections are possible. The ip cmd shows: ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul t qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enc600: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default ql en 1000 link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff The netplan yaml file looks fine: cat /etc/netplan/*.yaml # This file describes the network interfaces available on your system # For more information, see netplan(5). network: version: 2 renderer: networkd ethernets: enc600: addresses: ¬ 10.245.236.27/24 | gateway4: 10.245.236.1 nameservers: search: ¬ canonical.com | addresses: - "10.245.236.1" Using ip to bring the interface up doesn't help: buntu§hwe0007:ß$ sudo ip link set enc600 up sudo ip link set enc600 up ubuntu§hwe0007:ß$ ip addr show enc600 ip addr show enc600 2: enc600: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP gr oup default qlen 1000 link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff inet6 fe80::28:bff:fe00:15/64 scope link valid_lft forever preferred_lft forever ubuntu§hwe0007:ß$ But finally executing netplan apply does help: sudo netplan apply --dryrun sudo netplan apply --dryrun ubuntu§hwe0007:ß$ sudo netplan apply sudo netplan apply ubuntu§hwe0007:ß$ ip addr show enc600 ip addr show enc600 2: enc600: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP gr oup default qlen 1000 link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff inet 10.245.236.27/24 brd 10.245.236.255 scope global enc600 valid_lft forever preferred_lft forever inet6 fe80::28:bff:fe00:15/64 scope link valid_lft forever preferred_lft forever ubuntu§hwe0007:ß$ (Sorry for the partly duplicate lines and some strange characters, but this is due to the fact that I copied the output from the console that requires a 3270 terminal emulation) [Impact] Minimal installs using netplan to configure the network. [Test case] 1) Install Ubuntu minimal server / cloud image 2) Edit /etc/netplan/01-netcfg.yaml to configure the network as necessary. 3) Run 'sudo netplan apply'. Verify that the network comes up correctly. 4) Reboot. 5) Verify that the network comes up properly. [Regression potential] Minimal; this reverts changes in a package that was never released to -updates, only available as SRU in -proposed and on the devel release. This only applies to the order in which systemd-networkd is enabled when used as a renderer for netplan configuration, to start in multi-user.target instead of the "correct", but inefficient "network-online.target" as the latter may not be depended upon in minimal installs. --- After doing a default disco installation on s390x using the beta ISO image aka daily from March 26th and the post-install reboot the system restarts aka reipls (in z/VM in this case) but the interface is not brought up. Hence no remote connections are possible. The ip cmd shows: ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul t qlen 1000     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00     inet 127.0.0.1/8 scope host lo        valid_lft forever preferred_lft forever     inet6 ::1/128 scope host        valid_lft forever preferred_lft forever 2: enc600: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default ql en 1000     link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff The netplan yaml file looks fine: cat /etc/netplan/*.yaml # This file describes the network interfaces available on your system # For more information, see netplan(5). network:   version: 2   renderer: networkd   ethernets:     enc600:       addresses: ¬ 10.245.236.27/24 |       gateway4: 10.245.236.1       nameservers:           search: ¬ canonical.com |           addresses:               - "10.245.236.1" Using ip to bring the interface up doesn't help: buntu§hwe0007:ß$ sudo ip link set enc600 up sudo ip link set enc600 up ubuntu§hwe0007:ß$ ip addr show enc600 ip addr show enc600 2: enc600: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP gr oup default qlen 1000     link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff     inet6 fe80::28:bff:fe00:15/64 scope link        valid_lft forever preferred_lft forever ubuntu§hwe0007:ß$ But finally executing netplan apply does help: sudo netplan apply --dryrun sudo netplan apply --dryrun ubuntu§hwe0007:ß$ sudo netplan apply sudo netplan apply ubuntu§hwe0007:ß$ ip addr show enc600 ip addr show enc600 2: enc600: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP gr oup default qlen 1000     link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff     inet 10.245.236.27/24 brd 10.245.236.255 scope global enc600        valid_lft forever preferred_lft forever     inet6 fe80::28:bff:fe00:15/64 scope link        valid_lft forever preferred_lft forever ubuntu§hwe0007:ß$ (Sorry for the partly duplicate lines and some strange characters, but this is due to the fact that I copied the output from the console that requires a 3270 terminal emulation)
2019-03-28 19:26:19 Mathieu Trudel-Lapierre netplan.io (Ubuntu): status Triaged In Progress
2019-03-28 19:48:49 Frank Heimes systemd (Ubuntu): status New Invalid
2019-03-28 19:48:53 Frank Heimes bug task deleted systemd (Ubuntu)
2019-03-28 19:48:57 Frank Heimes ubuntu-z-systems: status Triaged In Progress
2019-03-29 01:10:00 Steve Langasek description [Impact] Minimal installs using netplan to configure the network. [Test case] 1) Install Ubuntu minimal server / cloud image 2) Edit /etc/netplan/01-netcfg.yaml to configure the network as necessary. 3) Run 'sudo netplan apply'. Verify that the network comes up correctly. 4) Reboot. 5) Verify that the network comes up properly. [Regression potential] Minimal; this reverts changes in a package that was never released to -updates, only available as SRU in -proposed and on the devel release. This only applies to the order in which systemd-networkd is enabled when used as a renderer for netplan configuration, to start in multi-user.target instead of the "correct", but inefficient "network-online.target" as the latter may not be depended upon in minimal installs. --- After doing a default disco installation on s390x using the beta ISO image aka daily from March 26th and the post-install reboot the system restarts aka reipls (in z/VM in this case) but the interface is not brought up. Hence no remote connections are possible. The ip cmd shows: ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul t qlen 1000     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00     inet 127.0.0.1/8 scope host lo        valid_lft forever preferred_lft forever     inet6 ::1/128 scope host        valid_lft forever preferred_lft forever 2: enc600: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default ql en 1000     link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff The netplan yaml file looks fine: cat /etc/netplan/*.yaml # This file describes the network interfaces available on your system # For more information, see netplan(5). network:   version: 2   renderer: networkd   ethernets:     enc600:       addresses: ¬ 10.245.236.27/24 |       gateway4: 10.245.236.1       nameservers:           search: ¬ canonical.com |           addresses:               - "10.245.236.1" Using ip to bring the interface up doesn't help: buntu§hwe0007:ß$ sudo ip link set enc600 up sudo ip link set enc600 up ubuntu§hwe0007:ß$ ip addr show enc600 ip addr show enc600 2: enc600: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP gr oup default qlen 1000     link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff     inet6 fe80::28:bff:fe00:15/64 scope link        valid_lft forever preferred_lft forever ubuntu§hwe0007:ß$ But finally executing netplan apply does help: sudo netplan apply --dryrun sudo netplan apply --dryrun ubuntu§hwe0007:ß$ sudo netplan apply sudo netplan apply ubuntu§hwe0007:ß$ ip addr show enc600 ip addr show enc600 2: enc600: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP gr oup default qlen 1000     link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff     inet 10.245.236.27/24 brd 10.245.236.255 scope global enc600        valid_lft forever preferred_lft forever     inet6 fe80::28:bff:fe00:15/64 scope link        valid_lft forever preferred_lft forever ubuntu§hwe0007:ß$ (Sorry for the partly duplicate lines and some strange characters, but this is due to the fact that I copied the output from the console that requires a 3270 terminal emulation) [Impact] Minimal installs using netplan to configure the network. [Test case] 1) Install Ubuntu minimal server / cloud image 2) Edit /etc/netplan/01-netcfg.yaml to configure the network as necessary. 3) Run 'sudo netplan apply'. Verify that the network comes up correctly. 4) Reboot. 5) Verify that the network comes up properly. [Regression potential] Minimal; this reverts changes in a package that was never released to -updates, only available as SRU in -proposed and on the devel release. This only changes the systemd config to ensure systemd-networkd.service is included as an active service whenever multi-user.target is wanted (which is the default) instead of only when network-online.target is wanted, since the latter is optional and on some installations is not required at all. This does not change the ordering of boot at all since in both cases systemd-networkd.service is correctly Before=network.target, and it is Before/After, not Wants/Requires, that determines ordering. --- After doing a default disco installation on s390x using the beta ISO image aka daily from March 26th and the post-install reboot the system restarts aka reipls (in z/VM in this case) but the interface is not brought up. Hence no remote connections are possible. The ip cmd shows: ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul t qlen 1000     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00     inet 127.0.0.1/8 scope host lo        valid_lft forever preferred_lft forever     inet6 ::1/128 scope host        valid_lft forever preferred_lft forever 2: enc600: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default ql en 1000     link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff The netplan yaml file looks fine: cat /etc/netplan/*.yaml # This file describes the network interfaces available on your system # For more information, see netplan(5). network:   version: 2   renderer: networkd   ethernets:     enc600:       addresses: ¬ 10.245.236.27/24 |       gateway4: 10.245.236.1       nameservers:           search: ¬ canonical.com |           addresses:               - "10.245.236.1" Using ip to bring the interface up doesn't help: buntu§hwe0007:ß$ sudo ip link set enc600 up sudo ip link set enc600 up ubuntu§hwe0007:ß$ ip addr show enc600 ip addr show enc600 2: enc600: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP gr oup default qlen 1000     link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff     inet6 fe80::28:bff:fe00:15/64 scope link        valid_lft forever preferred_lft forever ubuntu§hwe0007:ß$ But finally executing netplan apply does help: sudo netplan apply --dryrun sudo netplan apply --dryrun ubuntu§hwe0007:ß$ sudo netplan apply sudo netplan apply ubuntu§hwe0007:ß$ ip addr show enc600 ip addr show enc600 2: enc600: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP gr oup default qlen 1000     link/ether 02:28:0b:00:00:15 brd ff:ff:ff:ff:ff:ff     inet 10.245.236.27/24 brd 10.245.236.255 scope global enc600        valid_lft forever preferred_lft forever     inet6 fe80::28:bff:fe00:15/64 scope link        valid_lft forever preferred_lft forever ubuntu§hwe0007:ß$ (Sorry for the partly duplicate lines and some strange characters, but this is due to the fact that I copied the output from the console that requires a 3270 terminal emulation)
2019-03-29 01:16:38 Steve Langasek netplan.io (Ubuntu Cosmic): status New Fix Committed
2019-03-29 01:16:39 Steve Langasek bug added subscriber Ubuntu Stable Release Updates Team
2019-03-29 01:16:42 Steve Langasek bug added subscriber SRU Verification
2019-03-29 01:16:44 Steve Langasek tags disco iso-testing s390x disco iso-testing s390x verification-needed verification-needed-cosmic
2019-03-29 01:23:17 Steve Langasek netplan.io (Ubuntu Bionic): status New Fix Committed
2019-03-29 01:23:22 Steve Langasek tags disco iso-testing s390x verification-needed verification-needed-cosmic disco iso-testing s390x verification-needed verification-needed-bionic verification-needed-cosmic
2019-03-29 09:13:31 Frank Heimes tags disco iso-testing s390x verification-needed verification-needed-bionic verification-needed-cosmic disco iso-testing s390x verification-done-cosmic verification-needed verification-needed-bionic
2019-03-29 10:54:57 Frank Heimes tags disco iso-testing s390x verification-done-cosmic verification-needed verification-needed-bionic disco iso-testing s390x verification-done verification-done-bionic verification-done-cosmic
2019-03-29 10:55:03 Frank Heimes netplan.io (Ubuntu): status In Progress Fix Committed
2019-03-29 10:55:06 Frank Heimes ubuntu-z-systems: status In Progress Fix Committed
2019-03-29 15:46:00 Launchpad Janitor netplan.io (Ubuntu): status Fix Committed Fix Released
2019-04-10 21:22:07 Steve Langasek tags disco iso-testing s390x verification-done verification-done-bionic verification-done-cosmic disco iso-testing s390x verification-done-cosmic verification-needed verification-needed-bionic
2019-04-11 07:31:48 Frank Heimes tags disco iso-testing s390x verification-done-cosmic verification-needed verification-needed-bionic disco iso-testing s390x verification-done verification-done-bionic verification-done-cosmic
2019-04-15 22:32:43 Launchpad Janitor netplan.io (Ubuntu Cosmic): status Fix Committed Fix Released
2019-04-15 22:33:59 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2019-04-30 21:05:38 Brian Murray netplan.io (Ubuntu Cosmic): status Fix Released Fix Committed
2019-04-30 21:05:41 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2019-04-30 21:05:46 Brian Murray tags disco iso-testing s390x verification-done verification-done-bionic verification-done-cosmic disco iso-testing s390x verification-done-bionic verification-needed verification-needed-cosmic
2019-04-30 21:59:11 Brian Murray tags disco iso-testing s390x verification-done-bionic verification-needed verification-needed-cosmic disco iso-testing s390x verification-needed verification-needed-bionic verification-needed-cosmic
2019-05-02 07:02:15 Frank Heimes attachment added Verification_cosmic_2nd.txt https://bugs.launchpad.net/ubuntu-z-systems/+bug/1821867/+attachment/5260751/+files/Verification_cosmic_2nd.txt
2019-05-02 07:02:43 Frank Heimes tags disco iso-testing s390x verification-needed verification-needed-bionic verification-needed-cosmic disco iso-testing s390x verification-done-cosmic verification-needed verification-needed-bionic
2019-05-02 07:05:38 Frank Heimes attachment added Verification_bionic_2nd.txt https://bugs.launchpad.net/ubuntu-z-systems/+bug/1821867/+attachment/5260771/+files/Verification_bionic_2nd.txt
2019-05-02 07:06:06 Frank Heimes tags disco iso-testing s390x verification-done-cosmic verification-needed verification-needed-bionic disco iso-testing s390x verification-done verification-done-bionic verification-done-cosmic
2019-05-08 00:00:42 Launchpad Janitor netplan.io (Ubuntu Bionic): status Fix Committed Fix Released
2019-05-08 00:01:20 Launchpad Janitor netplan.io (Ubuntu Cosmic): status Fix Committed Fix Released
2019-05-08 04:58:05 Frank Heimes ubuntu-z-systems: status Fix Committed Fix Released
2019-05-09 21:57:15 Adam Conrad netplan.io (Ubuntu Disco): status New Fix Committed
2019-05-09 21:57:22 Adam Conrad tags disco iso-testing s390x verification-done verification-done-bionic verification-done-cosmic disco iso-testing s390x verification-done-bionic verification-done-cosmic verification-needed verification-needed-disco
2019-05-09 21:59:43 Adam Conrad netplan.io (Ubuntu Cosmic): status Fix Released Fix Committed
2019-05-09 21:59:48 Adam Conrad tags disco iso-testing s390x verification-done-bionic verification-done-cosmic verification-needed verification-needed-disco disco iso-testing s390x verification-done-bionic verification-needed verification-needed-cosmic verification-needed-disco
2019-05-09 22:02:35 Adam Conrad netplan.io (Ubuntu Bionic): status Fix Released Fix Committed
2019-05-09 22:02:42 Adam Conrad tags disco iso-testing s390x verification-done-bionic verification-needed verification-needed-cosmic verification-needed-disco disco iso-testing s390x verification-needed verification-needed-bionic verification-needed-cosmic verification-needed-disco
2019-05-10 13:06:35 Frank Heimes tags disco iso-testing s390x verification-needed verification-needed-bionic verification-needed-cosmic verification-needed-disco disco iso-testing s390x verification-done verification-done-bionic verification-done-cosmic verification-done-disco
2019-05-20 08:29:26 Launchpad Janitor netplan.io (Ubuntu Disco): status Fix Committed Fix Released
2019-05-20 08:42:25 Launchpad Janitor netplan.io (Ubuntu Cosmic): status Fix Committed Fix Released
2019-05-20 08:47:57 Launchpad Janitor netplan.io (Ubuntu Bionic): status Fix Committed Fix Released