[Bug 1647790] Re: Choosing "No automatic updates" has no effect
David Britton
david.britton at canonical.com
Thu Jun 1 20:00:44 UTC 2017
** Changed in: debian-installer (Ubuntu)
Assignee: (unassigned) => David Britton (davidpbritton)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debian-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1647790
Title:
Choosing "No automatic updates" has no effect
Status in debian-installer package in Ubuntu:
Confirmed
Bug description:
Image: ubuntu-16.04.1-server-amd64.iso (sha1sum
de5ee8665048f009577763efbf4a6f0558833e59)
In one of the last steps of the text-installer you get the question if
you want to activate automatic security updates. Choosing "No
automatic updates" has no effect here and the system still gets
configured to automatically install security updates through
"unattended-upgrades".
I have made four different installs now (both physical and virtual
machines) with just the default settings and all end up installing
security updates automatically.
I guess the problem is that this configuration file gets wrongly
configured:
/etc/apt/apt.conf.d/20auto-upgrades
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";
Should be:
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "0";
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1647790/+subscriptions
More information about the foundations-bugs
mailing list