server/minimal installs don't support power button events

Bug #338493 reported by BenKochie
4
Affects Status Importance Assigned to Milestone
ubuntu-meta (Ubuntu)
New
Undecided
Unassigned

Bug Description

Similar to https://bugs.launchpad.net/bugs/36838.

There are use cases for supporting the power button acpi event by default.

#1: It makes the behavior for server hardware the same as desktop. Pressing the button on the machine starts a clean shutdown.

#2: Running Ubuntu under virt-manager+KVM. It allows pressing the virtual machine shutdown button to work properly.

I think there is a case for power management turned on for servers by default to save electricity, but I am more worried about the power button event.

Revision history for this message
BenKochie (ben-nerp) wrote :

I found some more info:

hw-detect/hw-detect.sh includes this code:

# Install acpi
if [ -d /proc/acpi ]; then
        apt-install acpi || true
        apt-install acpid || true
        apt-install acpi-support-base || true
fi

It seems like the issue is that the packages are just missing from the ISO file. If you were to network install the same thing, the packages would be installed.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.