You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: