Yes, it no longer seems to happen. Thanks for looking into this, feel
free to close.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1667260
Title:
upgrade to 140.0.0-0ubuntu1~14.04 fails with syntax
Public bug reported:
# apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Sett
ha! Thanks Tobias - seems we're on the same page ;-)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/961142
Title:
chef 0.10: package installation: returned 100, expected 0
To manage notifications ab
Including this chef recipe as the first one fixes the problem for me.
if platform_family?("debian")
%w{
DPKG_MAINTSCRIPT_PACKAGE
DEBCONF_REDIR
DEBIAN_FRONTEND
DEBIAN_HAS_FRONTEND
DPKG_NO_TSTP
UPSTART_JOB
DPKG_MAINTSCRIPT_NAME
}.each
Correction: removing man-db is not sufficient, other packages (like
ruby-mysql) installed by chef also hang during debconf hooks, because
the chef-client started by cloud-init inherit the environment
variables.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which i
Same here.
The workaround that worked for me was to let cloud-init remove man-db
via a runcmd:
runcmd:
- apt-get -y purge man-db
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/961142
Title:
chef 0.