-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ubuntu 20.04] "ipmctl show -memoryresources" returns "One or more DIMMs have invalid PCD data" on Ice Lake Systems #171
Comments
Ubuntu 20.04 appears to be a long term support version. I can ask the maintainer about updating the version included though this has been a battle before. Usually they only accept things like security issues and then they want the same version just patched. The FIS version is close enough that it should not present a problem. I suspect other changes resulted in the problem going away. I'll ask someone on my team to look into it. |
Getting an update into 20.04 does not sound promising. |
Although Ubuntu 22.04 should be out soon, perhaps should consider adding newer (and compatible w/FW 02.02.00.1553) version of Many users will be on 20.04 for a while, since it's an LTS release (supported until April 2025). Then users would have to enable backports and run Alternatively, Intel could maintain their own repo, similar to what Nvidia and Docker do. Then users would just need to add the intel repo in order to use apt to install latest version of ipmctl (and other intel packages). |
1 other note: The build documentation linked above, for Ubuntu 19+ says to (pmem.io is on GitHub, however docs.pmem.io is a GitBook site, and I couldn't find anywhere to submit issue/feedback from there. I thought the frowny-face at the bottom might pop-up a dialog box to submit feedback, but it did not) |
We will look into it. I am not familiar with the focal-backports. @sscargal - can you update pmem.io? |
Yes, I'll update the documentation. Thanks for the info @spawnflagger |
Issue Description
After creating an AppDirect or Memory Mode goal and rebooting,
ipmctl show -memoryresources
may report the following:Other commands such as
ipmctl show -dimm
work.Cause
Ubuntu 20.04 package repository ships ipmctl version 02.00.00.3709. On systems with newer PMem firmware (eg: 02.02.00.1553), this older version of ipmctl is incompatible.
The cause can be identified using
ipmctl version
:Solution
Building a later version of ipmctl from source solved the issue. See Building and Installing IPMCTL from Source on Linux.
Comments
show memoryresources
, should add the FIS check to help users easily identify these issues. It's not obvious that a user needs to runipmctl version
to perform a FIS version check.The text was updated successfully, but these errors were encountered: