Test package from PPA works correctly (focal).

$ wget 
https://launchpad.net/~mfo/+archive/ubuntu/build-proposed/+build/29305816/+files/sosreport_4.7.2-0ubuntu1~20.04.2_amd64.deb
$ sudo apt install ./sosreport_4.7.2-0ubuntu1~20.04.2_amd64.deb

$ dpkg -s sosreport | grep Version:
Version: 4.7.2-0ubuntu1~20.04.2

$ sudo modprobe -r msr
$ lsmod | grep msr
$

$ sudo sos report --batch --only-plugins processor
<...>
 Setting up plugins ...
[plugin:processor] skipped command 'cpupower frequency-info': required kmods 
missing: msr.
[plugin:processor] skipped command 'cpupower info': required kmods missing: msr.
[plugin:processor] skipped command 'cpupower idle-info': required kmods 
missing: msr.
[plugin:processor] skipped command 'turbostat --debug sleep 10': required kmods 
missing: msr.
 Running plugins. Please wait ...
<...>

$ lsmod | grep msr
$

$ sudo sos report --batch --only-plugins processor --allow-system-changes
<...>
 Setting up plugins ...
 Running plugins. Please wait ...
<...>

$ lsmod | grep msr
msr                    16384  0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2089713

Title:
  The processor plugin loads the msr module by default on jammy and
  focal

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to