Skip to content

IPMI commands failing on "Failed to initialize the OEM info dictionary" after upgrade to 1.8.19 #377

Closed
coklm opened this issue Nov 7, 2022 · 2 comments
Assignees

Comments

@coklm
Copy link

coklm commented Nov 7, 2022

Describe the bug
IPMI commands failing on "Failed to initialize the OEM info dictionary" after upgrade to 1.8.19

IPMITOOL Version
$ ipmitool -V
ipmitool version 1.8.19


**To Reproduce**
Steps to reproduce the behavior:
Upgrade ipmitool to 1.8.19 and re-test the same command, and observe the error:
$ ipmitool -I lanplus -H <hostname> -U <username> -P <password> chassis power status
Failed to initialize the OEM info dictionary

**Expected behavior**
The command runs successfully.

**Additional context**
I found it caused by enterprise-numbers in Makefile.am:
IANA_PEN = http://www.iana.org/assignments/enterprise-numbers
when i execute command:
curl --location --progress-bar http://www.iana.org/assignments/enterprise-numbers
it show this:
"
<!doctype html>
<html lang="en" class="h-100">
    <head>

            <meta charset="utf-8">
            <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
            <meta name="author" content="IANA">
            <meta name="description" content="">

        <title>Private Enterprise Numbers (PEN)</title>
        <link rel="icon" type="image/x-icon" href="/static/commonbootstrap/images/logo/favicon.ico"/>



            <link href="/static/commonbootstrap/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">

    <link href="/static/commonbootstrap/css/styles-external.css" rel="stylesheet">

    </head>
    <body class="d-flex flex-column min-vh-100 h-100">

"


it is wrong,i think it should be: 
IANA_PEN = http://www.iana.org/assignments/enterprise-numbers.txt
@alschm-lb
Copy link

same issue

@AlexanderAmelkin
Copy link
Contributor

Apparently, IANA have upgraded their site and changed the URL scheme.
I will update Makefile.am

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants