Bug 98661 - don't work power button
Summary: don't work power button
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: ACPI
Classification: Unclassified
Component: ACPICA-Core (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: acpi_acpica-core@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-19 17:34 UTC by dragonfly.net
Modified: 2015-08-24 06:33 UTC (History)
1 user (show)

See Also:
Kernel Version: Linux sw 2.6.32-504.16.2.el6.x86_64 #1 SMP Wed Apr 22 06:48:29 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description dragonfly.net 2015-05-19 17:34:02 UTC
Don't work power off from BMC and button, only "hard" shutdown via long press power button. But "init 0" works.

server - supermicro, MB X9DBL-iF
cat /etc/centos-release
CentOS release 6.6 (Final)

in boot log
...
udev: starting version 147
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20090903/utaddress-254)
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000053f conflicts with OpRegion 0x000000000000052c-0x000000000000052c (\GINV) (20090903/utaddress-254)
ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000051f (\GPIO) (20090903/utaddress-254)
ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000053f conflicts with OpRegion 0x000000000000050e-0x000000000000050e (\_SB_.PCI0.HEC2.GPO2) (20090903/utaddress-254)
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
lpc_ich: Resource conflict(s) found affecting gpio_ich
Comment 1 Aaron Lu 2015-05-22 03:42:27 UTC
acpidump and dmesg please:
# acpidump > acpidump.txt

Also, we don't support vendor specific kernels here, so please try an upstream kernel.

You can use the following to decide if power button event has occured:
sudo systemctl status systemd-logind

If your system doesn't use systemd, please use acpi_listen instead.

Note You need to log in before you can comment on or make changes to this bug.