Comment 10 for bug 1886572

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Bionic verification

Current version:
$ apt-cache policy base-files
base-files:
  Installed: 10.1ubuntu2.9
  Candidate: 10.1ubuntu2.9
  Version table:
 *** 10.1ubuntu2.9 500
        500 http://br.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
        100 /var/lib/dpkg/status

Uptime is there:
ubuntu@bionic-motd-news-no-uptime:~$ grep uptime /etc/update-motd.d/50-motd-news
# Some messages may only be pertinent before or after some amount of uptime
read up idle < /proc/uptime
uptime="uptime/$up/$idle"
USER_AGENT="curl/$curl_ver $lsb $platform $cpu $uptime cloud_id/$cloud_id"

After updating, it's gone:
ubuntu@bionic-motd-news-no-uptime:~$ apt-cache policy base-files
base-files:
  Installed: 10.1ubuntu2.10
  Candidate: 10.1ubuntu2.10
  Version table:
 *** 10.1ubuntu2.10 500
        500 http://br.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     10.1ubuntu2.9 500

ubuntu@bionic-motd-news-no-uptime:~$ grep uptime /etc/update-motd.d/50-motd-news
ubuntu@bionic-motd-news-no-uptime:~$

Bionic verification succeeded.