On focal

ubuntu@focal-sos:~$ lsmod | grep msr
ubuntu@focal-sos:~$ 


ubuntu@focal-sos:~$ sudo sos report -o processor --batch

sosreport (version 4.7.2)
<snip>
 Setting up archive ...
 Setting up plugins ...
 Running plugins. Please wait ...

  Starting 1/1   processor       [Running: processor]

  Finished running plugins
<snip>

ubuntu@focal-sos:~$ lsmod | grep msr
msr                    16384  0


# Now installed the proposed package

root@focal-sos:~# lsmod | grep msr
msr                    16384  0
root@focal-sos:~# modprobe -r msr
root@focal-sos:~# lsmod | grep msr
root@focal-sos:~# 

root@focal-sos:~# sos report -o processor --batch

sosreport (version 4.7.2)
<snip>
 Setting up archive ...
 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 ...

  Starting 1/1   processor       [Running: processor]

  Finished running plugins
<snip>

root@focal-sos:~# lsmod | grep msr
root@focal-sos:~# 

We can see that the package on proposed doesn't load the module, and the
right messages are appearing

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

-- 
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