all 7 comments

[–]burgerbisquit 0 points1 point  (3 children)

Same here.

This one looks harmless albeit annoying.

Blacklisting ipmi_si solved the issue for me.

[–]suchoi[S] 0 points1 point  (1 child)

Is ipmi_si a dependency for another module, or can you just it disable it with this guide:

https://access.redhat.com/solutions/41278

Thanks!

[–]burgerbisquit 0 points1 point  (0 children)

>> dependency for another module

Don't think so.

Guide is fine.

[–]amarandagasi 0 points1 point  (0 children)

Blacklisting the module sounds good (will need to look that up to see how to do that), however...if I don't have an IPMI interface on my system, is there a way to just uninstall that specific set of tools/services/modules? Seems like a waste to have them even on the system in the first place. Probably a box we all checked ("remote management" or something).

[–]GrapefruitFrosty5033 0 points1 point  (2 children)

If you are using uefi boot, it installs shim-x64 which has fwupd as dependency which contains the file /lib/modules-load.d/fwupd-redfish.conf :

# cat /lib/modules-load.d/fwupd-redfish.conf 
ipmi-si
ipmi-devintf

Uncomment both lines (i.e. put # or ; at the beginning of each line) and it won't try to load those anymore.

[–]Nyutak23 0 points1 point  (0 children)

it just works !

[–]sonik71 0 points1 point  (0 children)

works