Activity log for bug #1813622

Date Who What changed Old value New value Message
2019-01-28 16:55:43 Robie Basak bug added bug
2019-01-28 17:41:56 Launchpad Janitor systemd (Ubuntu): status New Confirmed
2019-01-28 23:52:55 Dimitri John Ledkov summary systemd-resolved fails to start in a container systemd-resolved, systemd-networkd and others fail to start in lxc container with v240 systemd
2019-01-28 23:53:00 Dimitri John Ledkov bug task added lxd (Ubuntu)
2019-01-28 23:53:12 Dimitri John Ledkov bug task added apparmor (Ubuntu)
2019-01-29 12:37:48 Dimitri John Ledkov bug watch added https://github.com/systemd/systemd/issues/10032
2019-01-29 12:54:30 Dimitri John Ledkov description This is a regression from 239-7ubuntu15 to 240-5ubuntu1. Steps to reproduce: lxc launch ubuntu-daily:disco rbasak-resolv lxc exec rbasak-resolv bash systemctl status systemd-resolved # observe running echo "deb http://archive.ubuntu.com/ubuntu/ disco-proposed main universe multiverse restricted" >> /etc/apt/sources.list apt update # Update to 240-5ubuntu1 from proposed apt install systemd libsystemd0 systemd-sysv libnss-systemd libpam-systemd reboot lxc exec rbasak-resolv bash systemctl status systemd-resolved # observe failed ● systemd-resolved.service - Network Name Resolution Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2019-01-28 16:50:37 UTC; 2min 28s ago Docs: man:systemd-resolved.service(8) https://www.freedesktop.org/wiki/Software/systemd/resolved https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients Process: 290 ExecStart=/lib/systemd/systemd-resolved (code=exited, status=226/NAMESPACE) Main PID: 290 (code=exited, status=226/NAMESPACE) Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Service has no hold-off time (RestartSec=0), scheduling restart. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Scheduled restart job, restart counter is at 5. Jan 28 16:50:37 rbasak-resolv systemd[1]: Stopped Network Name Resolution. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Start request repeated too quickly. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Failed with result 'exit-code'. Jan 28 16:50:37 rbasak-resolv systemd[1]: Failed to start Network Name Resolution. This causes /etc/resolv.conf to point to a file that isn't created, so all name resolution fails. As far as I can determine, landing this in the release pocket would cause all default LXD containers to stop working. In my case it breaks "autopkgtest -U --apt-pocket=proposed ... -- lxd ubuntu-daily:disco" Tagging block-proposed as migration would regress the release pocket, and marking Critical as it breaks the system (presumably only in a container though, and it is only in proposed currently). This is a regression from 239-7ubuntu15 to 240-5ubuntu1. Steps to reproduce: lxc launch ubuntu-daily:disco rbasak-resolv lxc exec rbasak-resolv bash systemctl status systemd-resolved # observe running echo "deb http://archive.ubuntu.com/ubuntu/ disco-proposed main universe multiverse restricted" >> /etc/apt/sources.list apt update # Update to 240-5ubuntu1 from proposed apt install systemd libsystemd0 systemd-sysv libnss-systemd libpam-systemd reboot lxc exec rbasak-resolv bash systemctl status systemd-resolved # observe failed ● systemd-resolved.service - Network Name Resolution    Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: enabled)    Active: failed (Result: exit-code) since Mon 2019-01-28 16:50:37 UTC; 2min 28s ago      Docs: man:systemd-resolved.service(8)            https://www.freedesktop.org/wiki/Software/systemd/resolved            https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers            https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients   Process: 290 ExecStart=/lib/systemd/systemd-resolved (code=exited, status=226/NAMESPACE)  Main PID: 290 (code=exited, status=226/NAMESPACE) Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Service has no hold-off time (RestartSec=0), scheduling restart. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Scheduled restart job, restart counter is at 5. Jan 28 16:50:37 rbasak-resolv systemd[1]: Stopped Network Name Resolution. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Start request repeated too quickly. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Failed with result 'exit-code'. Jan 28 16:50:37 rbasak-resolv systemd[1]: Failed to start Network Name Resolution. This causes /etc/resolv.conf to point to a file that isn't created, so all name resolution fails. As far as I can determine, landing this in the release pocket would cause all default LXD containers to stop working. In my case it breaks "autopkgtest -U --apt-pocket=proposed ... -- lxd ubuntu-daily:disco" Tagging block-proposed as migration would regress the release pocket, and marking Critical as it breaks the system (presumably only in a container though, and it is only in proposed currently). === Workaround === $ lxc config set improved-kodiak raw.apparmor 'mount options=(ro,nodev,remount,bind), mount options=(ro,nosuid,nodev,remount,bind), mount options=(ro,nosuid,noexec,remount,strictatime), mount options=(ro,nosuid,nodev,noexec,remount,bind),'
2019-01-29 12:55:58 Dimitri John Ledkov bug watch added https://github.com/systemd/systemd/issues/11588
2019-01-29 12:55:58 Dimitri John Ledkov bug task added systemd
2019-01-29 12:56:03 Dimitri John Ledkov systemd (Ubuntu): status Confirmed Invalid
2019-01-29 12:56:06 Dimitri John Ledkov apparmor (Ubuntu): status New Invalid
2019-01-29 12:56:09 Dimitri John Ledkov lxd (Ubuntu): status New Confirmed
2019-01-29 13:10:48 Dimitri John Ledkov bug watch added https://github.com/lxc/lxd/issues/5439
2019-01-29 13:10:48 Dimitri John Ledkov bug task added lxd
2019-01-29 13:11:03 Dimitri John Ledkov lxd (Ubuntu): importance Undecided High
2019-01-29 13:11:22 Dimitri John Ledkov description This is a regression from 239-7ubuntu15 to 240-5ubuntu1. Steps to reproduce: lxc launch ubuntu-daily:disco rbasak-resolv lxc exec rbasak-resolv bash systemctl status systemd-resolved # observe running echo "deb http://archive.ubuntu.com/ubuntu/ disco-proposed main universe multiverse restricted" >> /etc/apt/sources.list apt update # Update to 240-5ubuntu1 from proposed apt install systemd libsystemd0 systemd-sysv libnss-systemd libpam-systemd reboot lxc exec rbasak-resolv bash systemctl status systemd-resolved # observe failed ● systemd-resolved.service - Network Name Resolution    Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: enabled)    Active: failed (Result: exit-code) since Mon 2019-01-28 16:50:37 UTC; 2min 28s ago      Docs: man:systemd-resolved.service(8)            https://www.freedesktop.org/wiki/Software/systemd/resolved            https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers            https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients   Process: 290 ExecStart=/lib/systemd/systemd-resolved (code=exited, status=226/NAMESPACE)  Main PID: 290 (code=exited, status=226/NAMESPACE) Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Service has no hold-off time (RestartSec=0), scheduling restart. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Scheduled restart job, restart counter is at 5. Jan 28 16:50:37 rbasak-resolv systemd[1]: Stopped Network Name Resolution. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Start request repeated too quickly. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Failed with result 'exit-code'. Jan 28 16:50:37 rbasak-resolv systemd[1]: Failed to start Network Name Resolution. This causes /etc/resolv.conf to point to a file that isn't created, so all name resolution fails. As far as I can determine, landing this in the release pocket would cause all default LXD containers to stop working. In my case it breaks "autopkgtest -U --apt-pocket=proposed ... -- lxd ubuntu-daily:disco" Tagging block-proposed as migration would regress the release pocket, and marking Critical as it breaks the system (presumably only in a container though, and it is only in proposed currently). === Workaround === $ lxc config set improved-kodiak raw.apparmor 'mount options=(ro,nodev,remount,bind), mount options=(ro,nosuid,nodev,remount,bind), mount options=(ro,nosuid,noexec,remount,strictatime), mount options=(ro,nosuid,nodev,noexec,remount,bind),' This is a regression from 239-7ubuntu15 to 240-5ubuntu1. Steps to reproduce: lxc launch ubuntu-daily:disco rbasak-resolv lxc exec rbasak-resolv bash systemctl status systemd-resolved # observe running echo "deb http://archive.ubuntu.com/ubuntu/ disco-proposed main universe multiverse restricted" >> /etc/apt/sources.list apt update # Update to 240-5ubuntu1 from proposed apt install systemd libsystemd0 systemd-sysv libnss-systemd libpam-systemd reboot lxc exec rbasak-resolv bash systemctl status systemd-resolved # observe failed ● systemd-resolved.service - Network Name Resolution    Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: enabled)    Active: failed (Result: exit-code) since Mon 2019-01-28 16:50:37 UTC; 2min 28s ago      Docs: man:systemd-resolved.service(8)            https://www.freedesktop.org/wiki/Software/systemd/resolved            https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers            https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients   Process: 290 ExecStart=/lib/systemd/systemd-resolved (code=exited, status=226/NAMESPACE)  Main PID: 290 (code=exited, status=226/NAMESPACE) Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Service has no hold-off time (RestartSec=0), scheduling restart. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Scheduled restart job, restart counter is at 5. Jan 28 16:50:37 rbasak-resolv systemd[1]: Stopped Network Name Resolution. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Start request repeated too quickly. Jan 28 16:50:37 rbasak-resolv systemd[1]: systemd-resolved.service: Failed with result 'exit-code'. Jan 28 16:50:37 rbasak-resolv systemd[1]: Failed to start Network Name Resolution. This causes /etc/resolv.conf to point to a file that isn't created, so all name resolution fails. As far as I can determine, landing this in the release pocket would cause all default LXD containers to stop working. In my case it breaks "autopkgtest -U --apt-pocket=proposed ... -- lxd ubuntu-daily:disco" Tagging block-proposed as migration would regress the release pocket, and marking Critical as it breaks the system (presumably only in a container though, and it is only in proposed currently). === Workaround === $ lxc config set test-v240 raw.apparmor 'mount options=(ro,nodev,remount,bind), mount options=(ro,nosuid,nodev,remount,bind), mount options=(ro,nosuid,noexec,remount,strictatime), mount options=(ro,nosuid,noexec,remount,bind,strictatime), mount options=(ro,nosuid,nodev,noexec,remount,bind),'
2019-01-29 13:28:20 Bug Watch Updater lxd: status Unknown New
2019-01-29 14:03:07 Bug Watch Updater systemd: status Unknown Fix Released
2019-01-30 10:02:24 Dimitri John Ledkov systemd (Ubuntu): status Invalid In Progress
2019-01-30 11:09:12 Dimitri John Ledkov systemd (Ubuntu): status In Progress Fix Committed
2019-01-30 13:41:04 Dimitri John Ledkov tags block-proposed
2019-01-30 13:50:58 Bug Watch Updater lxd: status New Fix Released
2019-02-03 22:58:43 Launchpad Janitor systemd (Ubuntu): status Fix Committed Fix Released
2019-03-27 20:29:07 Stéphane Graber lxd (Ubuntu): status Confirmed Invalid
2019-09-23 19:04:05 Dan Streetman bug added subscriber Dan Streetman
2019-12-13 11:46:40 Dan bug added subscriber Dan