Skip to content

i8kmon.service should still start if acpi is not installed or if it returns: No support for device type: power_supply  #31

@cgoudie

Description

@cgoudie

For Dell machines that are without a battery, i8kmon wont start.

The first is that acpi may not be installed, and this causes the defaults for the script to terminate.

The second is that if acpi is installed, executing it returns No support for device type: power_supply, which also causes the script to terminate.

If you're reading this, you can hack around it by adding this to your i8kmon.conf

set config(acpi) /usr/bin/true

Proposal would be for the script to test for the existence of the binary, or the return text showing it's not there, and continue as normal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions