Azure: /etc/resolv.conf points to /run/resolvconf/resolv.conf in artful
Bug #1722663 reported by
Scott Moser
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-images |
Fix Released
|
Critical
|
Unassigned |
Bug Description
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 29 Oct 6 12:00 /etc/resolv.conf -> ../run/
$ cat /etc/cloud/
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/
$ grep '^[^#]' /run/systemd/
nameserver 168.63.129.16
search ng102m4hnhaedfn
Related branches
lp://staging/~xnox/vmbuilder/jenkins_kvm
- Francis Ginther (community): Approve
- Dan Watkins (community): Approve
- Canonical Foundations Team: Pending requested
-
Diff: 124 lines (+20/-15)5 files modifiedtemplates/default.tmpl (+4/-3)
templates/img-azure.tmpl (+4/-3)
templates/img-juju.tmpl (+4/-3)
templates/img-update.tmpl (+4/-3)
templates/img-vagrant.tmpl (+4/-3)
Changed in cloud-images: | |
status: | New → Confirmed |
summary: |
- /etc/resolv.conf points to /run/resolvconf/resolv.conf in artful + Azure: /etc/resolv.conf points to /run/resolvconf/resolv.conf in artful |
description: | updated |
Changed in cloud-images: | |
importance: | Undecided → Critical |
To post a comment you must log in.
Just for reference really, bug 1722668 in cloud-init means that we have
some more work to do still, but that only affects "publishing" of the
hostname it is very much non-fatal.