log flood when installing acpid and acpi-support inside a 22.04 container
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| acpid (Debian) |
Fix Released
|
Unknown
|
|||
| acpid (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Bug Description
# Steps to reproduce
1) Create a Jammy container
lxc launch ubuntu:22.04 jammy-ctn
2) Install acpid and acpi-support in the container
lxc exec jammy-ctn -- apt-get update
lxc exec jammy-ctn -- apt-get install -Vy acpid acpi-support
3) Check the logs while apt is stalled at "Setting up acpi-support"
lxc exec jammy-ctn -- journalctl -fu acpid.service
3) will show a huge flood of:
Jun 07 23:42:50 jammy-ctn systemd[1]: Condition check resulted in ACPI event daemon being skipped.
A workaround is to empty /etc/acpi/events with:
lxc exec jammy-ctn -- sh -c 'mv /etc/acpi/events/* /tmp/'
# Initial analysis
The acpid.service unit contains `ConditionVirtu
The acpid.path unit contains `DirectoryNotEm
| Changed in acpid (Debian): | |
| status: | Unknown → New |
| Changed in acpid (Debian): | |
| status: | New → Fix Released |

Status changed to 'Confirmed' because the bug affects multiple users.