← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1761240] Re: SRU pollinate 4.33

 

This bug was fixed in the package pollinate - 4.33-0ubuntu1~16.04.1

---------------
pollinate (4.33-0ubuntu1~16.04.1) xenial; urgency=medium

  * New upstream release (LP: #1761240):
    - Add '--print-user-agent' flag.
    - Speedups when collecting information for user-agent.
    - Add hypervisor to useragent string
    - Get logger version via logger -V rather than dpkg query.
    - Add cloud image build info and data in /etc/pollinate/add-user-agent
      to user-agent string.
    - Perform a safe read of /proc/uptime

 -- Chad Smith <chad.smith@xxxxxxxxxxxxx>  Wed, 30 May 2018 10:24:15
-0600

** Changed in: pollinate (Ubuntu Trusty)
       Status: Fix Committed => 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/1761240

Title:
  SRU pollinate 4.33

Status in pollinate package in Ubuntu:
  Fix Released
Status in pollinate source package in Trusty:
  Fix Released
Status in pollinate source package in Xenial:
  Fix Released
Status in pollinate source package in Artful:
  Fix Released
Status in pollinate source package in Bionic:
  Fix Released
Status in pollinate source package in Cosmic:
  Fix Released

Bug description:
  === Begin SRU Template ===
  [Impact]
  The key change is that the user agent string as of Bionic now
  contains the contents of systemd-detect-virt and /etc/cloud/build.info.
  In aggregate, this gives us important usage data to detect improvements
  and regressions in Ubuntu boot times.

  [Test Case]
  Launch a privileged container with:

  1. lxc launch ubuntu-daily:xenial -c security.privileged=true x1-priv
  2. lxc exec x1-priv -- apt update && apt -y install pollen

  Run a local pollen server and have the pollinate (client) connect with
  that via:

  3. lxc exec x1-priv -- pollinate -r --insecure -s https://localhost

  Then check in /var/log/syslog for the client user-agent string. On
  systems without the updated pollinate client, the USER_AGENT value
  does not include virt:

  root@x1-priv:~# grep pollen /var/log/syslog | grep -c virt
  0
  root@x1-priv:~#

  After upgrading to the newer client, virt is now present in the pollen
  entries:

  root@x1-priv:~# grep pollen /var/log/syslog | grep -c virt
  2
  root@x1-priv:~#

  [Regression Potential]
  The script runs with 'set -e', that means that the 'pollinate' script
  will exit failure if either of the commands or files above fail. These
  scenarios seem unlikely, especially in Ubuntu environments.

  === End SRU Template ===

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pollinate/+bug/1761240/+subscriptions