Skip to content

IPMI detection false positive #1

@devicenull

Description

@devicenull

On CentOS, dmidecode -t 38 prints the following even if no IPMI controller is present:

 dmidecode -t 38
 # dmidecode 2.11
 SMBIOS 2.5 present.

 Handle 0x0028, DMI type 38, 18 bytes
 IPMI Device Information
    Interface Type: Unknown
    Specification Version: 1.0
    I2C Slave Address: 0x00
    NV Storage Device: Not Present
    Base Address: 0x0000000000000000 (Memory-mapped)
    Register Spacing: Successive Byte Boundaries

This causes a false positive, I would suggest the following instead:

%x{dmidecode -t 38 | grep "Interface Type" | grep -v "Unknown"}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions