Comment 20 for bug 1871494

Revision history for this message
Eric Desrochers (slashd) wrote :

[VERIFICATION EOAN]

This was tested using the following proposed pkg:
sosreport 3.9-1ubuntu0.19.10.3

I confirmed the sosreport's hw plugin collect 'lshw' command as root,
and its content is accurate.

# lsb_release -cs
eoan

# sosreport -a
# cd /tmp
# tar Jxvf sosreport*.tar.xz
# sudo lshw | tee /tmp/lshw_not_from_sosreport.eoan

# diff -u /tmp/lshw_not_from_sosreport.eoan /path_to_sosreport/sos_commands/hardware/lshw
17c17
< size: 2487MHz
---
> size: 3289MHz

The "size:" is dynamic so it keeps changing at each lshw run, the rest remain identical.
No content missing/altered/... during the lshw sosreport collection.