You are not logged in.
Pages: 1
Topic closed
On boot, a few seconds after my login prompt (text, not graphical) shows up, a message pops up, "there appears to be no BMC at this location".
wayne at arglefraster in ~
❯ journalctl -b -k | grep ipmi (0)08:10
Apr 02 07:50:05 arglefraster kernel: ipmi message handler version 39.2
Apr 02 07:50:05 arglefraster kernel: ipmi device interface
Apr 02 07:50:05 arglefraster kernel: ipmi_si 0000:04:00.3: probing via PCI
Apr 02 07:50:05 arglefraster kernel: ipmi_si 0000:04:00.3: [io 0xd000-0xd0ff] regsize 1 spacing 1 irq 17
Apr 02 07:50:05 arglefraster kernel: ipmi_si: Adding PCI-specified kcs state machine
Apr 02 07:50:05 arglefraster kernel: ipmi_si: Trying PCI-specified kcs state machine at i/o address 0xd000, slave address 0x0, irq 17
Apr 02 07:51:40 arglefraster kernel: ipmi_si 0000:04:00.3: There appears to be no BMC at this location
wayne at arglefraster in ~
❯ ipmitool (0)08:10
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
From what I can tell, that looks like I don't have any IPMI, or at least it doesn't work (properly?). My computer is a Lenovo ThinkCentre M78.
Is there a way that I can tell my system to stop looking for BMC and/or ipmi? I did a `systemctl status | grep ipmi` and didn't get anything, and I don't see anything that seems pertinent with a `locate ipmi` either.
Any ideas? Thanks!
Offline
I did a `systemctl status | grep ipmi` and didn't get anything, and I don't see anything that seems pertinent with a `locate ipmi` either.
Neither of those would find anything, ipmi are kernel modules: `lsmod | grep ipmi`.
You could likely blacklist these modules, but I have absolutely no background to suggest this - blacklisting these may not be wise.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Well, that's more helpful:
❯ lsmod | grep ipmi (0)08:16
ipmi_si 65536 0
ipmi_devintf 20480 0
ipmi_msghandler 53248 2 ipmi_devintf,ipmi_si
So it looks at least like they are loaded. Hm, I wonder if that's why I'm also getting a `failed to start kernel modules` at boot.
Offline
If it doesn't keep spamming dmesg then I'd say just ignore it, if you blacklist it now then later if it is needed for something else you might get breakage that might be hard to debug.
If it keeps spamming dmesg then complain upstream as most probably that is some unhandled case that upstream might want to know about.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Does the system have a baseboard management controller?
Offline
If you have and use IPMI (via a BMC) you know it.
There should be no harm blacklisting it.
Offline
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1
Topic closed