Dmesg - No Local Variables are initialized for Method: различия между версиями

Материал из Webko Wiki
Перейти к навигации Перейти к поиску
(Новая страница: «Категория:Proxmox VE Write error messages to dmesg end stdout on HP G8 servers <syntaxhighlight lang="bash"> [13905372.033234] No Local Variables ar…»)
 
(нет различий)

Текущая версия на 14:52, 19 декабря 2019


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