config(x86): enable CONFIG_INPUT_EVDEV so ACPI power events reach logind #17
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/input-evdev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CONFIG_ACPI_BUTTON=y already turns a hypervisor power/reset press into an input event, but with no CONFIG_INPUT_EVDEV there is no /dev/input/event* node for systemd-logind to read, and CONFIG_MODULES=n means nothing can load it later. So
hcloud server reboothas been inert on every seanfarm node.Found on 2026-08-14: a worker whose containerd wedged under seanfarm31 ignored two soft reboots and needed a hard reset. Verified on a healthy worker via /proc/config.gz: CONFIG_ACPI=y, CONFIG_ACPI_BUTTON=y, CONFIG_INPUT=y, CONFIG_INPUT_EVDEV absent.
This release also carries the seanfarm31 containerd regression forward for investigation — seanfarm31 is condemned; the fleet is on seanfarm30 apart from one quarantined worker.