For reference, sosreport in jammy (note _no_ informational messages)

$ lsb_release -cs
jammy

$ uname -r
5.15.0-126-generic

$ lsmod | grep msr
$

$ sudo cpupower info
System does not support Intel's performance bias setting
analyzing CPU 0:

$ lsmod | grep msr
msr                    16384  0

$ sudo modprobe -r msr

$ lsmod | grep msr
$

$ sudo sos report --batch --only-plugins processor
<...>
 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