Dmesg - No Local Variables are initialized for Method

Материал из Webko Wiki
Версия от 14:52, 19 декабря 2019; Sol (обсуждение | вклад) (Новая страница: «Категория:Proxmox VE Write error messages to dmesg end stdout on HP G8 servers <syntaxhighlight lang="bash"> [13905372.033234] No Local Variables ar…»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к навигации Перейти к поиску


Write error messages to dmesg end stdout on HP G8 servers

[13905372.033234] No Local Variables are initialized for Method [_PMM]
[13905372.033235] No Arguments are initialized for method [_PMM]
[13905372.033239] ACPI Error: Method parse/execution failed \_SB.PMI0._PMM, AE_AML_BUFFER_LIMIT (20170831/psparse-550)
[13905372.034664] ACPI Exception: AE_AML_BUFFER_LIMIT, Evaluating _PMM (20170831/power_meter-338)
[13905372.096192] ACPI Error: SMBus/IPMI/GenericSerialBus write requires Buffer of length 66, found length 32 (20170831/exfield-427)

To fix it do

rmmod acpi_power_meter; echo "blacklist acpi_power_meter" >> /etc/modprobe.d/blacklist.conf