Activity log for bug #1761294

Date Who What changed Old value New value Message
2018-04-04 20:16:51 Andres Rodriguez bug added bug
2018-04-04 20:16:55 Andres Rodriguez netplan.io (Ubuntu): importance Undecided Critical
2018-04-04 20:17:15 Andres Rodriguez bug task added cloud-init (Ubuntu)
2018-04-04 20:17:22 Andres Rodriguez cloud-init (Ubuntu): status New Incomplete
2018-04-04 20:26:01 Andres Rodriguez cloud-init (Ubuntu): status Incomplete New
2018-04-04 20:26:38 Andres Rodriguez attachment added cloud-init-output.log https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1761294/+attachment/5101804/+files/cloud-init-output.log
2018-04-04 20:27:41 Andres Rodriguez bug task added ifupdown (Ubuntu)
2018-04-04 20:28:58 Andres Rodriguez description I deployed Xenial in this machine with MAAS. After deployment i had re-configured interfaces manually (on /etc/network/interfaces), and removed /etc/network/interfaces.d. At some point, I upgraded the machine from Xenial to Bionic, and everything was working just fine with /e/n/i. About 2/3 weeks ago, I dist-upgraded bionic for the latest packages, and after reboot, networking didn't come up. To recover the machine, what i did is: 1. From the console, bring up the interfaces. 2. Brought up eno1 manually & added an IP address manually (ip addr add) 3. Configured netplan interfaces 4. Run sudo netplan apply with the following config: network: version: 2 renderer: networkd ethernets: eno1: dhcp4: no dhcp6: no addresses: [192.168.1.13/24] gateway4: 192.168.1.1 nameservers: addresses: [8.8.8.8, 8.8.4.4] usb0: dhcp4: no bridges: br0: interfaces: [usb0] dhcp4: no addresses: [10.90.90.1/24] parameters: stp: false forward-delay: 0 max-age: 0 5. Interfaces dont get configured correctly: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 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 17: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether ec:a8:6b:fd:ac:70 brd ff:ff:ff:ff:ff:ff inet 192.168.1.13/24 scope global eno1 valid_lft forever preferred_lft forever inet6 fe80::eea8:6bff:fefd:ac70/64 scope link valid_lft forever preferred_lft forever 19: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 00:0e:c6:88:b7:9f brd ff:ff:ff:ff:ff:ff inet6 fe80::20e:c6ff:fe88:b79f/64 scope link valid_lft forever preferred_lft forever 22: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether c4:d9:87:5b:42:62 brd ff:ff:ff:ff:ff:ff 6. on reboot, the machine goes back to have no networking again, at all. I deployed Xenial in this machine with MAAS. After deployment i had re-configured interfaces manually (on /etc/network/interfaces), and removed /etc/network/interfaces.d. At some point, I upgraded the machine from Xenial to Bionic, and everything was working just fine with /e/n/i. About 2/3 weeks ago, I dist-upgraded bionic for the latest packages, and after reboot, networking didn't come up. To recover the machine, what i did is: 1. From the console, brought up the interfaces manually (eno1) 2. added an IP address manually (ip addr add) 3. Configured netplan and applied the config: network:     version: 2     renderer: networkd     ethernets:         eno1:             dhcp4: no             dhcp6: no             addresses: [192.168.1.13/24]             gateway4: 192.168.1.1             nameservers:                 addresses: [8.8.8.8, 8.8.4.4]         usb0:             dhcp4: no     bridges:         br0:             interfaces: [usb0]             dhcp4: no             addresses: [10.90.90.1/24]             parameters:                 stp: false                 forward-delay: 0                 max-age: 0 5. Interfaces dont get configured correctly: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 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 17: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000     link/ether ec:a8:6b:fd:ac:70 brd ff:ff:ff:ff:ff:ff     inet 192.168.1.13/24 scope global eno1        valid_lft forever preferred_lft forever     inet6 fe80::eea8:6bff:fefd:ac70/64 scope link        valid_lft forever preferred_lft forever 19: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000     link/ether 00:0e:c6:88:b7:9f brd ff:ff:ff:ff:ff:ff     inet6 fe80::20e:c6ff:fe88:b79f/64 scope link        valid_lft forever preferred_lft forever 22: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000     link/ether c4:d9:87:5b:42:62 brd ff:ff:ff:ff:ff:ff 6. on reboot, the machine goes back to have no networking again, at all. Note that I also have /e/n/i configured.
2018-04-04 20:29:05 Andres Rodriguez netplan.io (Ubuntu): importance Critical Undecided
2018-04-04 20:29:24 Andres Rodriguez summary Network configuration doesn't survive reboots Network configuration doesn't survive reboots after bionic dist-upgrade
2018-04-04 20:42:54 David Britton bug added subscriber Steve Langasek
2018-04-04 20:43:07 David Britton bug added subscriber Mathieu Trudel-Lapierre
2018-04-04 20:44:35 David Britton bug added subscriber David Britton
2018-04-04 20:49:18 Steve Langasek netplan.io (Ubuntu): status New Incomplete
2018-04-04 20:59:01 Andres Rodriguez netplan.io (Ubuntu): status Incomplete New
2018-04-04 21:04:09 Steve Langasek netplan.io (Ubuntu): status New Invalid
2018-04-04 21:14:57 Ryan Harper cloud-init (Ubuntu): status New Invalid
2018-04-04 21:24:26 Andres Rodriguez marked as duplicate 1756846