> I just noticed another issue with this:  until now, the /etc/resolv.conf
> generated by network-manager would contain both "domain" and "search"
> stanzas. Now, it only contains "search".

I have noticed this as well, but I haven't been able to determine that
this makes a difference functionally.  If you know of one, let us know
and I'll look at getting resolvconf fixed.

> Speeding up DNS search did not require adding resolvconf to ubuntu-
> minimal.

That's correct, but this is not the reason it was added.  The reasons
include:

 - nothing should be writing to /etc at runtime; it's a bug that causes Ubuntu 
to not work out of the box with a read-only rootfs
 - even when not booting with a read-only rootfs, there is a race condition 
between mounting / rw and running dhclient, the latter being triggered as soon 
as a network device is found by udev.  (This was worked around last cycle in 
dhclient, but it works by making the boot slower than it should be.)
 - there are half a dozen different packages in the archive that all have 
support for updating /etc/resolv.conf directly under various circumstances.  
This is unnecessary duplication of code, they probably all have different bugs, 
they certainly don't coordinate with one another, and they generally don't do 
the right thing in the case of multiple network devices.

This is a deliberate architectural change in Ubuntu that was discussed
and agreed at UDS.  If there are specific technical problems with this
behavior, please report them as bugs and we will fix them; but the
dependency isn't going to be dropped.

** Changed in: resolvconf (Ubuntu)
       Status: New => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/922578

Title:
  please remove 'resolvconf' from ubuntu-minimal Depends

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/922578/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to