** Changed in: pm-utils
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/645974
Title:
xfs handling on battery not working correctly
Status in pm-utils:
Won't Fix
Status in pm-utils package in Ubuntu:
Fix Released
Bug description:
Binary package hint: pm-utils
The file /usr/lib/pm-utils/power.d/xfs_buffer has a typo, preventing
/proc/sys/fs/xfs/xfssyncd_centisecs and xfsbufd_centisecs from being
updated correctly when on battery power.
Currently, it has a function like this:
xfs_battery() {
state_exists xfs_buffer_default || \
read_values |savestate xfs_buffer_default
write_values "$XFS_AGE_BUFFER" "$XFS_BUFD" "$XFS_SYNCD"
}
Whereas it should be:
xfs_battery() {
state_exists xfs_buffer_default || \
read_values |savestate xfs_buffer_default
write_values "$XFS_AGE_BUFFER" "$XFS_SYNCD" "$XFS_BUFD"
}
Patch is attached.
This is on maverick beta with latest updates (pm-utils 1.4.1-2)
To manage notifications about this bug go to:
https://bugs.launchpad.net/pm-utils/+bug/645974/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp