[Bug 1823070] Please test proposed package
Brian Murray
brian at ubuntu.com
Thu Oct 24 20:31:48 UTC 2019
Hello Steve, or anyone else affected,
Accepted unattended-upgrades into xenial-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/unattended-upgrades/1.1ubuntu1.18.04.7~16.04.4 in a few hours, and then
in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed. Your feedback will aid us getting this
update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-xenial to verification-done-xenial. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-xenial. In either case, without details of
your testing we will not be able to proceed.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance for helping!
N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to unattended-upgrades in Ubuntu.
https://bugs.launchpad.net/bugs/1823070
Title:
unattended-upgrades should tell the user (via motd) when security
updates are held back
Status in unattended-upgrades package in Ubuntu:
Fix Released
Status in unattended-upgrades source package in Xenial:
Fix Committed
Status in unattended-upgrades source package in Bionic:
Fix Committed
Status in unattended-upgrades source package in Disco:
Fix Committed
Bug description:
[Impact]
* MOTD does not go into details about upgradable packages being security fixes or just normal updates.
* Users should be made aware if some of the security updates could not have been applied.
* The fix is adding a snipped to MOTD where the number of packages kept back by unattended-upgrades is shown.
[Test Case]
* The debian/tests/upgrade-all-security is extended to check if the number of kept back packages are shown in MOTD and a new test is added (test/test_motd.py) to check if the list of kept back packages are saved properly.
* To test the fix manually:
1. Mark a package upgradable from the -security pocket as held, then run unattended-upgrades.
2. Observe MOTD messate showing the number of packages being kept back.
[Regression Potential]
* Unattended-upgrades may crash when saving kept packages and always
return with failure. MOTD may hang or print error while printing the
packages kept back by u-u.
[Original Bug Text]
Currently we have the following pieces as part of the default UX on
Ubuntu 18.04 and later:
1) unattended-upgrades automatically installs security updates daily by default
2) the motd reports the number of available updates, including security updates.
A user who knows about 1) also knows that a non-zero number of pending
security updates listed in 2) is nothing to worry about.
However, unattended-upgrades will also cleverly detect when a security
update cannot safely be installed non-interactively due to conffile
changes on the system.
In this case, unattended-upgrades should also inform the user via the
motd that these updates are not being installed. Otherwise, there's
nothing to tell the user that the non-zero count of available security
updates in motd is a *problem*.
Suggested wording:
N security updates will not be automatically installed due to local changes.
See /var/log/foo for details.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1823070/+subscriptions
More information about the foundations-bugs
mailing list