group.of.nepali.translators team mailing list archive
-
group.of.nepali.translators team
-
Mailing list archive
-
Message #39455
[Bug 1924766] Re: update-notifier does not handle ESM Apps in the apt-check script
This bug was fixed in the package update-notifier - 3.192.41
---------------
update-notifier (3.192.41) impish; urgency=medium
[ Lucas Moura ]
* data/apt_check.py:
- Add support to handle packages from ESM Apps in addition to ESM Infra
and only display alerts if the distro is ESM. (LP: #1924766)
- Do not display a count of ESM packages if the system does not have ESM
enabled. (LP: #1883315)
- Make distinction between standard security updates and ESM updates
when performing package counts. (LP: #1926208)
- use 'applied' instead of 'installed', redact 0 of these updates are
security updates, and correct singular messages
* debian/control: Add a dependency on python3-distro-info.
-- Chad Smith <chad.smith@xxxxxxxxxxxxx> Thu, 22 Apr 2021 17:47:19
-0600
** Changed in: update-notifier (Ubuntu Impish)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1924766
Title:
update-notifier does not handle ESM Apps in the apt-check script
Status in update-notifier package in Ubuntu:
Fix Released
Status in update-notifier source package in Xenial:
Fix Committed
Status in update-notifier source package in Bionic:
Fix Committed
Status in update-notifier source package in Focal:
Fix Committed
Status in update-notifier source package in Groovy:
New
Status in update-notifier source package in Hirsute:
Fix Committed
Status in update-notifier source package in Impish:
Fix Released
Bug description:
[Impact]
When ESM Apps goes into production we want to be able to advertise it to our users through MOTD.
Currently, update-notifier apt-check does not take into consideration the exclusive packages of ESM Apps, which is a problem.
[Test case]
To reproduce the issue, you can:
1. Launch a xenial vm
2. Install the latest version of uaclient from the stable ppa:
https://launchpad.net/~ua-client/+archive/ubuntu/stable/
3. Change the following line on `/etc/ubuntu-advantage/uaclient.conf` from
contract_url: 'https://contracts.canonical.com'
To:
contract_url: 'https://contracts.staging.canonical.com'
4. Attach a staging token to uaclient thorough:
ua attach YOUR_STAGING_TOKEN
5. Run /usr/lib/update-notifier/apt-check --human-readable
6. Verify that no mention to ESM Apps is made and that update-notifier puts all of the ESM packages in the same bucket
To verify that the error is fixed:
1.Perform all the stages above until step 4
2 Install the new update-notifier from this ppa:
https://launchpad.net/~lamoura/+archive/ubuntu/update-notifier-test-ppa
3. Verify now that ESM Apps is reflected in the message
[Where problems could occur]
The changes in this package should only be seen when MOTD is getting a
new message. If that script fails for some reason, it seems that MOTD
will only not present the message, which is doesn't seem to be a
system critical issue.
[Discussion]
With ESM Apps going to production soon, we have decided to update the
messages delivered by update-notifier apt-check to address the package
count of ESM Apps and the possibility of installing more upgrades if
the user has ESM Apps disabled.
We are also updating other parts of the messaging as well. First, we only display ESM Infra status
on ESM distros. However, we will keep showing the ESM Infra package count on all of them.
For ESM Apps, we are only performing the alerts (For example, that you
might have x packages updates if ESM Apps is installed) if the user is
on a LTS distro.
Finally, we are also addressing this bug here:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1883315
Where we were incorrectly counting ESM packages even if the user did
not have access to those services.
== Changelog ==
+ data/apt-check
- Make distinction of ESM Apps and ESM Infra when doing package count
- Only count ESM packages if the user has access to the service (LP #1883315)
- Only display ESM Infra alerts if the distro is ESM
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1924766/+subscriptions
References