Package: sos
Version: 4.9.1-1
The version of sos packaged in Trixie is affected by the following
upstream bug, where the plugins are not linked in the generated
sos_reports/sos.html file:
https://github.com/sosreport/sos/issues/3780
Observed behaviour (excerpt from generated sos_reports/sos.html on
Trixie):
<h3>Loaded Plugins:</h3><table><tr>
anacron apparmor apport apt ata</tr>
<tr> block btrfs cgroups cifs cron</tr>
<tr> crypto cups date dbus devicemapper</tr>
...
Note how the <tr><tr> HTML markup is obviously erratic here.
The bug was introduced while refactoring string formats in reporting.py,
at the very bottom of:
https://github.com/sosreport/sos/commit/57d21346b2952bf7c995eaeec4a98e1ae77c6308
Expected behaviour (excerpt from generated sos_reports/sos.html on
Bookworm):
<h3>Loaded Plugins:</h3><table><tr>
<td><a href="#anacron">anacron</a></td>
<td><a href="#apport">apport</a></td>
<td><a href="#apt">apt</a></td>
...
Thanks a lot,
-martin