- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- kernel: ACPI Error, AE_NOT_EXIST, Region IPMI, Reg...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2022 11:40 PM - last edited on 12-12-2022 12:20 AM by support_s
12-11-2022 11:40 PM - last edited on 12-12-2022 12:20 AM by support_s
ProLiant DL385 Gen10 Plus v2
A42 v2.60 (08/11/2022)
Ubuntu 20.04 LTS, all patches applied
dmesg output:
# kernel: ACPI Error: Aborting method \_SB.PMI0._PMM due to previous error (AE_NOT_EXIST) (20190816/psparse-529)
# kernel: ACPI Error: AE_NOT_EXIST, Evaluating _PMM (20190816/power_meter-325)
# kernel: ACPI Error: No handler for Region [POWR] (0000000049789c7e) [IPMI] (20190816/evregion-129)
# kernel: ACPI Error: Region IPMI (ID=7) has no handler (20190816/exfldio-261)
Workaround, as stated in old topic here
echo "blacklist acpi_power_meter" >> /etc/modprobe.d/hwmon.conf
Solved! Go to Solution.
- Tags:
- Prolaint server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 12:02 AM
12-12-2022 12:02 AM
Re: kernel: ACPI Error, AE_NOT_EXIST, Region IPMI, Region [POWR], \_SB.PMI0._PMM
Hi @KoenDierckx ,
Good day!
Thank you for the new Post.
We checked and see that this issue is caused as there is no Driver to handle the "IPMI" and you may ignore the messages.
And would be better to conatct the OS team to check further if issue after persists after the workaround.
Thank you
RamKS
I work for HPE.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 12:18 AM
12-12-2022 12:18 AM
SolutionJust found the solution, but not here...
https://wiki.froberg.org/en/hp-proliant-acpi-error-power-meter
So instead of ignoring the module as suggested, we just needed to fix the dependencies for it
/etc/modprobe.d/hwinfo.conf
install ipmi_si
install acpi_ipmi
install acpi_power_meter