[Bug 1548853] [NEW] 00powersave sleep hook misses claimed patch
Dirk F
1548853 at bugs.launchpad.net
Tue Feb 23 14:46:12 UTC 2016
Public bug reported:
The pm-utils sleep hook installed at /usr/lib/pm-
utils/sleep.d/00powersave was supposed to have been patched to prevent
it running on ARM architectures. However a new case was added without
deleting the preceding existing one (lines 12 on):
case $1 in
suspend|hibernate) pm-powersave false ;;
suspend|hibernate) [ "$ARCH" != "${ARCH#arm}" ] || pm-powersave false ;;
resume|thaw) pm-powersave ;;
*) exit $NA ;;
esac
Observed in and affects 14.04.3,4.; seems to be OK in 14.10-15.10.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: pm-utils 1.4.1-13ubuntu0.2 [modified: usr/lib/pm-utils/pm-functions]
ProcVersionSignature: Ubuntu 4.2.0-29.34~14.04.1-generic 4.2.8-ckt3
Uname: Linux 4.2.0-29-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
Date: Tue Feb 23 13:51:14 2016
InstallationDate: Installed on 2016-02-21 (1 days ago)
InstallationMedia: Lubuntu 14.04.4 LTS "Trusty Tahr" - Release i386 (20160217.1)
PackageArchitecture: all
SourcePackage: pm-utils
UpgradeStatus: No upgrade log present (probably fresh install)
** Affects: pm-utils (Ubuntu)
Importance: Undecided
Status: New
** Tags: apport-bug i386 package-from-proposed trusty
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1548853
Title:
00powersave sleep hook misses claimed patch
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1548853/+subscriptions
More information about the Ubuntu-server-bugs
mailing list