Activity log for bug #1722663

Date Who What changed Old value New value Message
2017-10-10 21:36:18 Scott Moser bug added bug
2017-10-10 21:36:29 Scott Moser cloud-images: status New Confirmed
2017-10-10 21:36:39 Scott Moser summary /etc/resolv.conf points to /run/resolvconf/resolv.conf in artful Azure: /etc/resolv.conf points to /run/resolvconf/resolv.conf in artful
2017-10-10 21:44:06 Scott Moser description $ ls -l /etc/resolv.conf lrwxrwxrwx 1 root root 29 Oct 6 12:00 /etc/resolv.conf -> ../run/resolvconf/resolv.conf $ cat /etc/cloud/build.info build_name: server serial: 20171005.1 $ lsb_release -sc artful $ for p in resolvconf nplan; do dpkg-query --show $p; done resolvconf nplan 0.29 So what we see is the symlink points as if resolvconf was installed and managing /etc/resolv.conf, but it is not and should not be. $ ls -l /etc/resolv.conf lrwxrwxrwx 1 root root 29 Oct 6 12:00 /etc/resolv.conf -> ../run/resolvconf/resolv.conf $ cat /etc/cloud/build.info build_name: server serial: 20171005.1 $ lsb_release -sc artful $ for p in resolvconf nplan; do dpkg-query --show $p; done resolvconf nplan 0.29 So what we see is the symlink points as if resolvconf was installed and managing /etc/resolv.conf, but it is not and should not be. Note, that /run/systemd/resolve/resolv.conf is correct, just not used. $ grep '^[^#]' /run/systemd/resolve/resolv.conf nameserver 168.63.129.16 search ng102m4hnhaedfnxz3boonlkbb.xx.internal.cloudapp.net
2017-10-10 21:44:10 Scott Moser cloud-images: importance Undecided Critical
2017-10-10 22:34:52 Launchpad Janitor branch linked lp:~xnox/vmbuilder/jenkins_kvm
2017-10-12 14:13:06 Scott Moser cloud-images: status Confirmed Fix Committed
2017-10-12 14:13:33 Scott Moser cloud-images: status Fix Committed Fix Released