update-smart-drivedb is missing in Xenial and Bionic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
smartmontools (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Xenial |
Fix Released
|
Undecided
|
Lucas Kanashiro | ||
Bionic |
Fix Released
|
Undecided
|
Lucas Kanashiro | ||
Eoan |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
[Impact]
In Bionic and Xenial we have a manpage for update-
The update-
[Test Case]
$ lxc launch ubuntu-daily:bionic smartmontools-
$ lxc shell smartmontools-
# apt update && apt upgrade -y
# apt install -y smartmontools
# man update-
# update-
update-
The same applies to Xenial.
[Regression Potential]
The chance of a regression is minimal. This script was not available previously.
[Original Description]
manpage
manpages.
says
Provided by: smartmontools_
but
invoking it fails with
~$ update-
update-
Related branches
- Christian Ehrhardt (community): Approve
- Canonical Server: Pending requested
-
Diff: 895 lines (+836/-2)6 files modifieddebian/changelog (+10/-0)
debian/control (+4/-1)
debian/patches/series (+2/-0)
debian/patches/update-smart-drivedb.8.in-add-gpg-verification-support.patch (+255/-0)
debian/patches/update-smart-drivedb.in-add-gpg-verification-support.patch (+565/-0)
debian/rules (+0/-1)
- Christian Ehrhardt (community): Approve
- Canonical Server: Pending requested
-
Diff: 886 lines (+827/-2)6 files modifieddebian/changelog (+10/-0)
debian/control (+4/-1)
debian/patches/series (+2/-0)
debian/patches/update-smart-drivedb.8.in-add-gpg-verification-support.patch (+255/-0)
debian/patches/update-smart-drivedb.in-add-gpg-verification-support.patch (+556/-0)
debian/rules (+0/-1)
tags: | removed: server-triage-discuss |
Changed in smartmontools (Ubuntu Eoan): | |
status: | New → Won't Fix |
Changed in smartmontools (Ubuntu Xenial): | |
assignee: | nobody → Lucas Kanashiro (lucaskanashiro) |
Changed in smartmontools (Ubuntu Bionic): | |
assignee: | nobody → Lucas Kanashiro (lucaskanashiro) |
Changed in smartmontools (Ubuntu Xenial): | |
status: | New → In Progress |
Changed in smartmontools (Ubuntu Bionic): | |
status: | New → In Progress |
description: | updated |
tags: |
added: verification-done-bionic verification-done-xenial removed: verification-needed-bionic verification-needed-xenial |
tags: |
added: verification-done verification-needed-bionic verification-needed-xenial removed: verification-done-bionic verification-done-xenial verification-needed |
There were several issues with the tool to download unauthenticated data and such.
So it was removed in 6.4+svn4214-1 which is the one in Xenial and Bionic.
It was later introduced in an improved form in 7.0-1 therefore the latest LTS release of ubuntu Focal is good.