Comment 3 for bug 471975

Revision history for this message
Thierry Carrez (ttx) wrote : Re: package bind9 1:9.6.1.dfsg.P1-3 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: sub-processo script post-installation instalado foi morto por sinal (Interrupção)

This is a race between resolvconf and bind9 installs.
"sudo apt-get install bind9 resolvconf" results in:
bind9 unpack
resolvconf unpack
bind9 configure > fails to start with "resolvconf: Error: /etc/resolv.conf must be a symlink"

bind9 starts up while the link isn't set up yet (will be done in resolvconf configure)

Doing the install in two separate runs works:
sudo apt-get install resolvconf
sudo apt-get install bind9