[Bug 1816404] Re: on_ac_power fails if the path contains a whitespace
Ubuntu Foundations Team Bug Bot
1816404 at bugs.launchpad.net
Mon Feb 18 16:20:42 UTC 2019
The attachment "whitespace.patch" seems to be a patch. If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.
[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to powermgmt-base in Ubuntu.
https://bugs.launchpad.net/bugs/1816404
Title:
on_ac_power fails if the path contains a whitespace
Status in powermgmt-base package in Ubuntu:
Confirmed
Bug description:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
powermgmt-base: 1.33
on_ac_power fails if the path contains a whitespace, solution is
attached as patch.
before patch:
~# sh -x /usr/bin/on_ac_power; echo $?
+ set -e
+ OFF_LINE_P=no
+ [ -d /sys/class/power_supply/ ]
+ test -d /sys/class/power_supply/hid-S!N:A7E462F2A0494518B37F374DE00488AA Rev:PAACFS00-002-R003-battery
+ test -r /sys/class/power_supply/hid-S!N:A7E462F2A0494518B37F374DE00488AA Rev:PAACFS00-002-R003-battery/type
+ cat /sys/class/power_supply/hid-S!N:A7E462F2A0494518B37F374DE00488AA Rev:PAACFS00-002-R003-battery/type
cat: '/sys/class/power_supply/hid-S!N:A7E462F2A0494518B37F374DE00488AA': No such file or directory
cat: 'Rev:PAACFS00-002-R003-battery/type': No such file or directory
+ type=
1
after patch:
~# sh -x /usr/bin/on_ac_power; echo $?
+ set -e
+ OFF_LINE_P=no
+ [ -d /sys/class/power_supply/ ]
+ test -d /sys/class/power_supply/hid-S!N:A7E462F2A0494518B37F374DE00488AA Rev:PAACFS00-002-R003-battery
+ test -r /sys/class/power_supply/hid-S!N:A7E462F2A0494518B37F374DE00488AA Rev:PAACFS00-002-R003-battery/type
+ cat /sys/class/power_supply/hid-S!N:A7E462F2A0494518B37F374DE00488AA Rev:PAACFS00-002-R003-battery/type
+ type=Battery
+ [ no = yes ]
+ [ -d /proc/acpi/ac_adapter ]
+ [ -r /proc/pmu/info ]
+ [ -r /proc/apm ]
+ exit 255
255
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/powermgmt-base/+bug/1816404/+subscriptions
More information about the foundations-bugs
mailing list