[Kernel-packages] [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2017-10-27 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=391671.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2007-11-20T08:34:26+00:00 Andrey wrote:

TOSHIBA Satellite L30-113 notebook.
Intel Celeron 430M, ATI Radeon Xpress 200M.
Fedora 8.

== Increasing Load_Cycle_Count ==

[root@fedora ~]# smartctrl --all /dev/sda
[...]
Model Family: Hitachi Travelstar 5K100 series
Device Model: HTS541060G9SA00
Serial Number:MPBCPAXMGMV6PM
Firmware Version: MB3OC60R
User Capacity:60,011,642,880 bytes
Device is:In smartctl database [for details use: -P show]
ATA Version is:   7
ATA Standard is:  ATA/ATAPI-7 T13 1532D revision 1
Local Time is:Tue Nov 20 18:03:50 2007 VLAT
[...]

[root@fedora ~]# smartctl --all /dev/sda|grep -i count
  4 Start_Stop_Count0x0012   100   100   000Old_age   Always   
-   432
 10 Spin_Retry_Count0x0013   100   100   060Pre-fail  Always   
-   0
 12 Power_Cycle_Count   0x0032   100   100   000Old_age   Always   
-   432
192 Power-Off_Retract_Count 0x0032   099   099   000Old_age   Always   
-   211
193 Load_Cycle_Count0x0012   090   090   000Old_age   Always   
-   103707
196 Reallocated_Event_Count 0x0032   100   100   000Old_age   Always   
-   1
199 UDMA_CRC_Error_Count0x000a   200   253   000Old_age   Always   
-   0

but a hour ago Load_Cycle_Count was:   103698


== ReiserFS or ...? ==

Day ago I leave my notebook on 30 minutes, and when I came back I was heard 
that my HDD was buzzing!
[noisy like the sound of a bee; doing something hard]
I tried to do something, but Fedora don't respond.. even if I press Ctrl+Alt+F2 
or Ctrl+Alt+Del..
I wait about 10 minutes..
I was forced to press and hold PowerOff button for 5 seconds for hard-shutdown..
When I turn on my laptop, I found something strange in /var/log/messages file:

Nov 19 22:09:23 fedora yum: Installed: unrar - 3.7.8-1.lvn8.i386
Nov 19 22:43:34 fedora kernel: ReiserFS: sda6: warning: vs-8115: get_num_ver: 
not directory or indirect item
Nov 19 22:43:34 fedora kernel: ReiserFS: sda6: warning: vs-8115: get_num_ver: 
not directory or indirect item


And before this Load_Cycle_Cont was about 96###, and after - 102### ...

Reply at: https://bugs.launchpad.net/ubuntu/+source/acpi-
support/+bug/59695/comments/211


On 2007-11-20T13:49:00+00:00 Andrey wrote:

I think I found solution to stop increasing Load_Cycle_Count.

]# hdparm -I /dev/sda|grep Advan
Advanced power management level: 128 (0x80)
   *Advanced Power Management feature set

The solution:
]# hdparm -B 255 /dev/sda

/dev/sda:
 setting Advanced Power Management level to disabled

]# hdparm -I /dev/sda|grep Advan
Advanced power management level: 254 (0xfe)
Advanced Power Management feature set


Now Load_Cycle_Count stopped increasing!


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695/comments/212


On 2007-11-20T16:20:03+00:00 Phil wrote:

Reassigning this bug to the kernel component as it's a bug in that
component.

Read ya, Phil

Reply at: https://bugs.launchpad.net/ubuntu/+source/acpi-
support/+bug/59695/comments/213


On 2007-11-20T20:46:27+00:00 Chuck wrote:

That value is set by the system BIOS at power-on; we never change it. (Some
other distributions do, but not Fedora.)


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695/comments/216


On 2008-02-05T01:38:45+00:00 Eric wrote:

Bug confirmed un a Toshiba Satellite A210-FS3

I coded the following script. Do not use without checking if the HD temperature
is  not going too high. Here is the script that you can activate through
/etc/rc.d/rc.local :

==

#! /bin/bash
#Utility that checks whether the APM level is at 254 if not, reset it there. 

SLEEP="120"

while [ true ] ; do

STATE=`hdparm -I /dev/sda | grep "Advan" | sed "s/.* 
\([0-9][0-9][0-9]*\).*/\1/"`
ASTATE=`echo ${STATE:0:3}`

 if [[ $ASTATE != "254" ]] ; then 
   hdparm -B 254 /dev/sda
 fi 

sleep ${SLEEP}s
done

==

It is useful since each time it comes back from suspend or hibernate the value
is set back at 128 so having such a script reset it back to 254 which prevents
the Load_Cycle_Count problem as noted above. 

Hope this help.

Eric


Reply at: 

Re: [Kernel-packages] [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-29 Thread Nick B.
What is your test case? Are you sure this is the same bug?

On Friday, August 28, 2015 01:21:14 AM Aaahh Ahh wrote:
 Back at it in Ubuntu 15.10

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

Status in acpi-support:
  Invalid
Status in acpi-support package in Ubuntu:
  Fix Released
Status in linux-meta package in Ubuntu:
  Invalid
Status in pm-utils package in Ubuntu:
  Fix Released
Status in acpi-support source package in Hardy:
  Fix Released
Status in linux-meta source package in Hardy:
  Invalid
Status in pm-utils source package in Hardy:
  Fix Released
Status in acpi-support source package in Intrepid:
  Fix Released
Status in linux-meta source package in Intrepid:
  Invalid
Status in pm-utils source package in Intrepid:
  Fix Released
Status in acpi-support source package in Jaunty:
  Fix Released
Status in linux-meta source package in Jaunty:
  Invalid
Status in pm-utils source package in Jaunty:
  Fix Released
Status in acpi-support package in Baltix:
  Fix Released
Status in acpi-support package in Debian:
  Fix Released
Status in pm-utils package in Fedora:
  Invalid
Status in laptop-mode-tools package in Mandriva:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  The kernel wiki gathers info about drives with too aggressive power saving 
defaults. A script called storage-fixup is also available.
  
https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux

  
  This is not a support forum.  Please do not use it as such (even though it 
has been used as such already).

  You can scan through the bug for links to the Ubuntu forums where
  many, many different questions have been asked, answered, and re-
  answered.  The temporary workaround is just below.

  See https://wiki.ubuntu.com/PowerManagement for an overview about what
  is involved and for a remedy.

  SRU justification: current behavior may lead to premature disk failure
  in laptops due to excessive unnecessary drive parking.  Fix will
  disable disk cycling by default when on AC power, by correcting an
  error in the hdparm logic of acpi-support.

  For jaunty, this issue is addressed in acpi-support 0.115.

  TEST CASE:

  1. With acpi-support 0.109 (hardy) or 0.114 (intrepid) installed and 
laptop-mode *not* enabled in either /etc/default/laptop-mode or 
/etc/default/acpi-support, monitor the load cycle count of your hard drive by 
running 'sudo smartctl -a /dev/sda|grep Load_Cycle_Count' over an interval of 
several minutes, and observe that it is incrementing.  (If it does not 
increment, your hard drive's manufacturer defaults are sane and you are not 
affected by this problem.)
  2. install acpi-support from hardy-proposed or intrepid-proposed
  3. while connected to AC power, monitor 'sudo smartctl -a /dev/sda|grep 
Load_Cycle_Count' again to confirm that the number is no longer incrementing
  4. (assuming that the system is a laptop:) disconnect the system from AC 
power, and confirm that the number is incrementing again
  5. enable laptop mode by setting ENABLE_LAPTOP_MODE=true in 
/etc/default/laptop-mode and running 'sudo /etc/init.d/laptop-mode restart'
  6. reconnect the system to AC power and confirm that the Load_Cycle_Count 
stops incrementing.
  7. suspend and resume the system and confirm that the Load_Cycle_Count is 
still not incrementing.

  REGRESSION POTENTIAL:

  As this patch causes hdparm -B 128 and hdparm -B 254 to be invoked
  automatically on systems where it was not being run before, there is
  some risk that this change will have a measurable impact on the disk
  throughput, power consumption, and temperature of some hard drives.
  Nevertheless, it is believed that these APM power settings are the
  sensible default settings for the vast majority of hard drives and
  that the current behavior poses a significant risk to the longevity of
  hard drives used in a wide range of laptop models, so this update
  should only be blocked if it results in confirmed hardware damage that
  can be expected to apply to a similar range of configurations.

  Following is a summary of the issue:
  It is confirmed that some systems are seeing an unusually high number of 
load/unload cycles on their hard disks, as evidenced by smartctl.

  It was originally surmised that this was related to laptop-mode being
  enabled, but this especially affects systems where laptop-mode is
  disabled.  In fact, aggressive APM is not a bad idea while a system is
  not on AC, as that system is much more likely to encounter a physical
  impact.

  This is due to disk APM settings that let the heads park or disk spin
  down after an idle period that is shorter than the regular disk access
  patterns of the OS.

  Then, the heads are only parked for a very short period of time 

[Kernel-packages] [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-29 Thread ethanay
Maybe installing TLP is a workaround?
http://askubuntu.com/questions/285434/is-there-a-power-saving-
application-similar-to-jupiter

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

Status in acpi-support:
  Invalid
Status in acpi-support package in Ubuntu:
  Fix Released
Status in linux-meta package in Ubuntu:
  Invalid
Status in pm-utils package in Ubuntu:
  Fix Released
Status in acpi-support source package in Hardy:
  Fix Released
Status in linux-meta source package in Hardy:
  Invalid
Status in pm-utils source package in Hardy:
  Fix Released
Status in acpi-support source package in Intrepid:
  Fix Released
Status in linux-meta source package in Intrepid:
  Invalid
Status in pm-utils source package in Intrepid:
  Fix Released
Status in acpi-support source package in Jaunty:
  Fix Released
Status in linux-meta source package in Jaunty:
  Invalid
Status in pm-utils source package in Jaunty:
  Fix Released
Status in acpi-support package in Baltix:
  Fix Released
Status in acpi-support package in Debian:
  Fix Released
Status in pm-utils package in Fedora:
  Invalid
Status in laptop-mode-tools package in Mandriva:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  The kernel wiki gathers info about drives with too aggressive power saving 
defaults. A script called storage-fixup is also available.
  
https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux

  
  This is not a support forum.  Please do not use it as such (even though it 
has been used as such already).

  You can scan through the bug for links to the Ubuntu forums where
  many, many different questions have been asked, answered, and re-
  answered.  The temporary workaround is just below.

  See https://wiki.ubuntu.com/PowerManagement for an overview about what
  is involved and for a remedy.

  SRU justification: current behavior may lead to premature disk failure
  in laptops due to excessive unnecessary drive parking.  Fix will
  disable disk cycling by default when on AC power, by correcting an
  error in the hdparm logic of acpi-support.

  For jaunty, this issue is addressed in acpi-support 0.115.

  TEST CASE:

  1. With acpi-support 0.109 (hardy) or 0.114 (intrepid) installed and 
laptop-mode *not* enabled in either /etc/default/laptop-mode or 
/etc/default/acpi-support, monitor the load cycle count of your hard drive by 
running 'sudo smartctl -a /dev/sda|grep Load_Cycle_Count' over an interval of 
several minutes, and observe that it is incrementing.  (If it does not 
increment, your hard drive's manufacturer defaults are sane and you are not 
affected by this problem.)
  2. install acpi-support from hardy-proposed or intrepid-proposed
  3. while connected to AC power, monitor 'sudo smartctl -a /dev/sda|grep 
Load_Cycle_Count' again to confirm that the number is no longer incrementing
  4. (assuming that the system is a laptop:) disconnect the system from AC 
power, and confirm that the number is incrementing again
  5. enable laptop mode by setting ENABLE_LAPTOP_MODE=true in 
/etc/default/laptop-mode and running 'sudo /etc/init.d/laptop-mode restart'
  6. reconnect the system to AC power and confirm that the Load_Cycle_Count 
stops incrementing.
  7. suspend and resume the system and confirm that the Load_Cycle_Count is 
still not incrementing.

  REGRESSION POTENTIAL:

  As this patch causes hdparm -B 128 and hdparm -B 254 to be invoked
  automatically on systems where it was not being run before, there is
  some risk that this change will have a measurable impact on the disk
  throughput, power consumption, and temperature of some hard drives.
  Nevertheless, it is believed that these APM power settings are the
  sensible default settings for the vast majority of hard drives and
  that the current behavior poses a significant risk to the longevity of
  hard drives used in a wide range of laptop models, so this update
  should only be blocked if it results in confirmed hardware damage that
  can be expected to apply to a similar range of configurations.

  Following is a summary of the issue:
  It is confirmed that some systems are seeing an unusually high number of 
load/unload cycles on their hard disks, as evidenced by smartctl.

  It was originally surmised that this was related to laptop-mode being
  enabled, but this especially affects systems where laptop-mode is
  disabled.  In fact, aggressive APM is not a bad idea while a system is
  not on AC, as that system is much more likely to encounter a physical
  impact.

  This is due to disk APM settings that let the heads park or disk spin
  down after an idle period that is shorter than the regular disk access
  patterns of the OS.

  Then, the heads are only parked for a very short period of time and
  almost 

Re: [Kernel-packages] [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-29 Thread ethanay
For me, it's that the OS leaves insane hardware mfr defaults of hdparm
-B=128 in place even on AC power.  I believe this was fixed in 12.04 but is
back for some reason in 14.04 for me...  Installing TLP changes to B=254 on
AC and retains the B=128 on battery (with the addition of clustering hdd
writes to help prevent excessive disk activity and thus load/unload
cycles), so provides essentially the same fix with added benefits of actual
power saving on battery

ethan

“A society grows great when its elders plant trees whose shade they know
they shall never sit in.” -- an ironic Greek proverb


On Sat, Aug 29, 2015 at 6:48 AM, Nick B. nickbr...@gmx.us wrote:

 What is your test case? Are you sure this is the same bug?

 On Friday, August 28, 2015 01:21:14 AM Aaahh Ahh wrote:
  Back at it in Ubuntu 15.10

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/59695

 Title:
   High frequency of load/unload cycles on some hard disks may shorten
   lifetime

 Status in acpi-support:
   Invalid
 Status in acpi-support package in Ubuntu:
   Fix Released
 Status in linux-meta package in Ubuntu:
   Invalid
 Status in pm-utils package in Ubuntu:
   Fix Released
 Status in acpi-support source package in Hardy:
   Fix Released
 Status in linux-meta source package in Hardy:
   Invalid
 Status in pm-utils source package in Hardy:
   Fix Released
 Status in acpi-support source package in Intrepid:
   Fix Released
 Status in linux-meta source package in Intrepid:
   Invalid
 Status in pm-utils source package in Intrepid:
   Fix Released
 Status in acpi-support source package in Jaunty:
   Fix Released
 Status in linux-meta source package in Jaunty:
   Invalid
 Status in pm-utils source package in Jaunty:
   Fix Released
 Status in acpi-support package in Baltix:
   Fix Released
 Status in acpi-support package in Debian:
   Fix Released
 Status in pm-utils package in Fedora:
   Invalid
 Status in laptop-mode-tools package in Mandriva:
   Unknown
 Status in Suse:
   Fix Released

 Bug description:
   The kernel wiki gathers info about drives with too aggressive power
 saving defaults. A script called storage-fixup is also available.

 https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux


   This is not a support forum.  Please do not use it as such (even though
 it has been used as such already).

   You can scan through the bug for links to the Ubuntu forums where
   many, many different questions have been asked, answered, and re-
   answered.  The temporary workaround is just below.

   See https://wiki.ubuntu.com/PowerManagement for an overview about what
   is involved and for a remedy.

   SRU justification: current behavior may lead to premature disk failure
   in laptops due to excessive unnecessary drive parking.  Fix will
   disable disk cycling by default when on AC power, by correcting an
   error in the hdparm logic of acpi-support.

   For jaunty, this issue is addressed in acpi-support 0.115.

   TEST CASE:

   1. With acpi-support 0.109 (hardy) or 0.114 (intrepid) installed and
 laptop-mode *not* enabled in either /etc/default/laptop-mode or
 /etc/default/acpi-support, monitor the load cycle count of your hard drive
 by running 'sudo smartctl -a /dev/sda|grep Load_Cycle_Count' over an
 interval of several minutes, and observe that it is incrementing.  (If it
 does not increment, your hard drive's manufacturer defaults are sane and
 you are not affected by this problem.)
   2. install acpi-support from hardy-proposed or intrepid-proposed
   3. while connected to AC power, monitor 'sudo smartctl -a /dev/sda|grep
 Load_Cycle_Count' again to confirm that the number is no longer incrementing
   4. (assuming that the system is a laptop:) disconnect the system from AC
 power, and confirm that the number is incrementing again
   5. enable laptop mode by setting ENABLE_LAPTOP_MODE=true in
 /etc/default/laptop-mode and running 'sudo /etc/init.d/laptop-mode restart'
   6. reconnect the system to AC power and confirm that the
 Load_Cycle_Count stops incrementing.
   7. suspend and resume the system and confirm that the Load_Cycle_Count
 is still not incrementing.

   REGRESSION POTENTIAL:

   As this patch causes hdparm -B 128 and hdparm -B 254 to be invoked
   automatically on systems where it was not being run before, there is
   some risk that this change will have a measurable impact on the disk
   throughput, power consumption, and temperature of some hard drives.
   Nevertheless, it is believed that these APM power settings are the
   sensible default settings for the vast majority of hard drives and
   that the current behavior poses a significant risk to the longevity of
   hard drives used in a wide range of laptop models, so this update
   should only be blocked if it results in confirmed hardware damage that
   can be expected to apply to a similar range of configurations.

   Following is a 

Re: [Kernel-packages] [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-28 Thread Brian Visel
Right?  This is just sad.
On Aug 27, 2015 9:41 PM, Ryan Waldroop 59...@bugs.launchpad.net wrote:

 Seriously? That's how many years? Come on!

 On Thu, Aug 27, 2015 at 9:21 PM, Aaahh Ahh woohoomo...@gmail.com
 wrote:

  Back at it in Ubuntu 15.10
 
  --
  You received this bug notification because you are subscribed to the bug
  report.
  https://bugs.launchpad.net/bugs/59695
 
  Title:
High frequency of load/unload cycles on some hard disks may shorten
lifetime
 
  To manage notifications about this bug go to:
  https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions
 

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/59695

 Title:
   High frequency of load/unload cycles on some hard disks may shorten
   lifetime

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions


-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

Status in acpi-support:
  Invalid
Status in acpi-support package in Ubuntu:
  Fix Released
Status in linux-meta package in Ubuntu:
  Invalid
Status in pm-utils package in Ubuntu:
  Fix Released
Status in acpi-support source package in Hardy:
  Fix Released
Status in linux-meta source package in Hardy:
  Invalid
Status in pm-utils source package in Hardy:
  Fix Released
Status in acpi-support source package in Intrepid:
  Fix Released
Status in linux-meta source package in Intrepid:
  Invalid
Status in pm-utils source package in Intrepid:
  Fix Released
Status in acpi-support source package in Jaunty:
  Fix Released
Status in linux-meta source package in Jaunty:
  Invalid
Status in pm-utils source package in Jaunty:
  Fix Released
Status in acpi-support package in Baltix:
  Fix Released
Status in acpi-support package in Debian:
  Fix Released
Status in pm-utils package in Fedora:
  Invalid
Status in laptop-mode-tools package in Mandriva:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  The kernel wiki gathers info about drives with too aggressive power saving 
defaults. A script called storage-fixup is also available.
  
https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux

  
  This is not a support forum.  Please do not use it as such (even though it 
has been used as such already).

  You can scan through the bug for links to the Ubuntu forums where
  many, many different questions have been asked, answered, and re-
  answered.  The temporary workaround is just below.

  See https://wiki.ubuntu.com/PowerManagement for an overview about what
  is involved and for a remedy.

  SRU justification: current behavior may lead to premature disk failure
  in laptops due to excessive unnecessary drive parking.  Fix will
  disable disk cycling by default when on AC power, by correcting an
  error in the hdparm logic of acpi-support.

  For jaunty, this issue is addressed in acpi-support 0.115.

  TEST CASE:

  1. With acpi-support 0.109 (hardy) or 0.114 (intrepid) installed and 
laptop-mode *not* enabled in either /etc/default/laptop-mode or 
/etc/default/acpi-support, monitor the load cycle count of your hard drive by 
running 'sudo smartctl -a /dev/sda|grep Load_Cycle_Count' over an interval of 
several minutes, and observe that it is incrementing.  (If it does not 
increment, your hard drive's manufacturer defaults are sane and you are not 
affected by this problem.)
  2. install acpi-support from hardy-proposed or intrepid-proposed
  3. while connected to AC power, monitor 'sudo smartctl -a /dev/sda|grep 
Load_Cycle_Count' again to confirm that the number is no longer incrementing
  4. (assuming that the system is a laptop:) disconnect the system from AC 
power, and confirm that the number is incrementing again
  5. enable laptop mode by setting ENABLE_LAPTOP_MODE=true in 
/etc/default/laptop-mode and running 'sudo /etc/init.d/laptop-mode restart'
  6. reconnect the system to AC power and confirm that the Load_Cycle_Count 
stops incrementing.
  7. suspend and resume the system and confirm that the Load_Cycle_Count is 
still not incrementing.

  REGRESSION POTENTIAL:

  As this patch causes hdparm -B 128 and hdparm -B 254 to be invoked
  automatically on systems where it was not being run before, there is
  some risk that this change will have a measurable impact on the disk
  throughput, power consumption, and temperature of some hard drives.
  Nevertheless, it is believed that these APM power settings are the
  sensible default settings for the vast majority of hard drives and
  that the current behavior poses a significant risk to the longevity of
  hard drives used in a wide range of laptop models, so this update
  should only be blocked if it results in confirmed hardware 

Re: [Kernel-packages] [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-27 Thread Ryan Waldroop
Seriously? That's how many years? Come on!

On Thu, Aug 27, 2015 at 9:21 PM, Aaahh Ahh woohoomo...@gmail.com
wrote:

 Back at it in Ubuntu 15.10

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/59695

 Title:
   High frequency of load/unload cycles on some hard disks may shorten
   lifetime

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/acpi-support/+bug/59695/+subscriptions


-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

Status in acpi-support:
  Invalid
Status in acpi-support package in Ubuntu:
  Fix Released
Status in linux-meta package in Ubuntu:
  Invalid
Status in pm-utils package in Ubuntu:
  Fix Released
Status in acpi-support source package in Hardy:
  Fix Released
Status in linux-meta source package in Hardy:
  Invalid
Status in pm-utils source package in Hardy:
  Fix Released
Status in acpi-support source package in Intrepid:
  Fix Released
Status in linux-meta source package in Intrepid:
  Invalid
Status in pm-utils source package in Intrepid:
  Fix Released
Status in acpi-support source package in Jaunty:
  Fix Released
Status in linux-meta source package in Jaunty:
  Invalid
Status in pm-utils source package in Jaunty:
  Fix Released
Status in acpi-support package in Baltix:
  Fix Released
Status in acpi-support package in Debian:
  Fix Released
Status in pm-utils package in Fedora:
  Invalid
Status in laptop-mode-tools package in Mandriva:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  The kernel wiki gathers info about drives with too aggressive power saving 
defaults. A script called storage-fixup is also available.
  
https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux

  
  This is not a support forum.  Please do not use it as such (even though it 
has been used as such already).

  You can scan through the bug for links to the Ubuntu forums where
  many, many different questions have been asked, answered, and re-
  answered.  The temporary workaround is just below.

  See https://wiki.ubuntu.com/PowerManagement for an overview about what
  is involved and for a remedy.

  SRU justification: current behavior may lead to premature disk failure
  in laptops due to excessive unnecessary drive parking.  Fix will
  disable disk cycling by default when on AC power, by correcting an
  error in the hdparm logic of acpi-support.

  For jaunty, this issue is addressed in acpi-support 0.115.

  TEST CASE:

  1. With acpi-support 0.109 (hardy) or 0.114 (intrepid) installed and 
laptop-mode *not* enabled in either /etc/default/laptop-mode or 
/etc/default/acpi-support, monitor the load cycle count of your hard drive by 
running 'sudo smartctl -a /dev/sda|grep Load_Cycle_Count' over an interval of 
several minutes, and observe that it is incrementing.  (If it does not 
increment, your hard drive's manufacturer defaults are sane and you are not 
affected by this problem.)
  2. install acpi-support from hardy-proposed or intrepid-proposed
  3. while connected to AC power, monitor 'sudo smartctl -a /dev/sda|grep 
Load_Cycle_Count' again to confirm that the number is no longer incrementing
  4. (assuming that the system is a laptop:) disconnect the system from AC 
power, and confirm that the number is incrementing again
  5. enable laptop mode by setting ENABLE_LAPTOP_MODE=true in 
/etc/default/laptop-mode and running 'sudo /etc/init.d/laptop-mode restart'
  6. reconnect the system to AC power and confirm that the Load_Cycle_Count 
stops incrementing.
  7. suspend and resume the system and confirm that the Load_Cycle_Count is 
still not incrementing.

  REGRESSION POTENTIAL:

  As this patch causes hdparm -B 128 and hdparm -B 254 to be invoked
  automatically on systems where it was not being run before, there is
  some risk that this change will have a measurable impact on the disk
  throughput, power consumption, and temperature of some hard drives.
  Nevertheless, it is believed that these APM power settings are the
  sensible default settings for the vast majority of hard drives and
  that the current behavior poses a significant risk to the longevity of
  hard drives used in a wide range of laptop models, so this update
  should only be blocked if it results in confirmed hardware damage that
  can be expected to apply to a similar range of configurations.

  Following is a summary of the issue:
  It is confirmed that some systems are seeing an unusually high number of 
load/unload cycles on their hard disks, as evidenced by smartctl.

  It was originally surmised that this was related to laptop-mode being
  enabled, but this especially affects systems where laptop-mode is
  disabled.  In fact, aggressive APM is not a bad idea 

[Kernel-packages] [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2015-08-27 Thread Aaahh Ahh
Back at it in Ubuntu 15.10

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

Status in acpi-support:
  Invalid
Status in acpi-support package in Ubuntu:
  Fix Released
Status in linux-meta package in Ubuntu:
  Invalid
Status in pm-utils package in Ubuntu:
  Fix Released
Status in acpi-support source package in Hardy:
  Fix Released
Status in linux-meta source package in Hardy:
  Invalid
Status in pm-utils source package in Hardy:
  Fix Released
Status in acpi-support source package in Intrepid:
  Fix Released
Status in linux-meta source package in Intrepid:
  Invalid
Status in pm-utils source package in Intrepid:
  Fix Released
Status in acpi-support source package in Jaunty:
  Fix Released
Status in linux-meta source package in Jaunty:
  Invalid
Status in pm-utils source package in Jaunty:
  Fix Released
Status in acpi-support package in Baltix:
  Fix Released
Status in acpi-support package in Debian:
  Fix Released
Status in pm-utils package in Fedora:
  Invalid
Status in laptop-mode-tools package in Mandriva:
  Unknown
Status in Suse:
  Fix Released

Bug description:
  The kernel wiki gathers info about drives with too aggressive power saving 
defaults. A script called storage-fixup is also available.
  
https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux

  
  This is not a support forum.  Please do not use it as such (even though it 
has been used as such already).

  You can scan through the bug for links to the Ubuntu forums where
  many, many different questions have been asked, answered, and re-
  answered.  The temporary workaround is just below.

  See https://wiki.ubuntu.com/PowerManagement for an overview about what
  is involved and for a remedy.

  SRU justification: current behavior may lead to premature disk failure
  in laptops due to excessive unnecessary drive parking.  Fix will
  disable disk cycling by default when on AC power, by correcting an
  error in the hdparm logic of acpi-support.

  For jaunty, this issue is addressed in acpi-support 0.115.

  TEST CASE:

  1. With acpi-support 0.109 (hardy) or 0.114 (intrepid) installed and 
laptop-mode *not* enabled in either /etc/default/laptop-mode or 
/etc/default/acpi-support, monitor the load cycle count of your hard drive by 
running 'sudo smartctl -a /dev/sda|grep Load_Cycle_Count' over an interval of 
several minutes, and observe that it is incrementing.  (If it does not 
increment, your hard drive's manufacturer defaults are sane and you are not 
affected by this problem.)
  2. install acpi-support from hardy-proposed or intrepid-proposed
  3. while connected to AC power, monitor 'sudo smartctl -a /dev/sda|grep 
Load_Cycle_Count' again to confirm that the number is no longer incrementing
  4. (assuming that the system is a laptop:) disconnect the system from AC 
power, and confirm that the number is incrementing again
  5. enable laptop mode by setting ENABLE_LAPTOP_MODE=true in 
/etc/default/laptop-mode and running 'sudo /etc/init.d/laptop-mode restart'
  6. reconnect the system to AC power and confirm that the Load_Cycle_Count 
stops incrementing.
  7. suspend and resume the system and confirm that the Load_Cycle_Count is 
still not incrementing.

  REGRESSION POTENTIAL:

  As this patch causes hdparm -B 128 and hdparm -B 254 to be invoked
  automatically on systems where it was not being run before, there is
  some risk that this change will have a measurable impact on the disk
  throughput, power consumption, and temperature of some hard drives.
  Nevertheless, it is believed that these APM power settings are the
  sensible default settings for the vast majority of hard drives and
  that the current behavior poses a significant risk to the longevity of
  hard drives used in a wide range of laptop models, so this update
  should only be blocked if it results in confirmed hardware damage that
  can be expected to apply to a similar range of configurations.

  Following is a summary of the issue:
  It is confirmed that some systems are seeing an unusually high number of 
load/unload cycles on their hard disks, as evidenced by smartctl.

  It was originally surmised that this was related to laptop-mode being
  enabled, but this especially affects systems where laptop-mode is
  disabled.  In fact, aggressive APM is not a bad idea while a system is
  not on AC, as that system is much more likely to encounter a physical
  impact.

  This is due to disk APM settings that let the heads park or disk spin
  down after an idle period that is shorter than the regular disk access
  patterns of the OS.

  Then, the heads are only parked for a very short period of time and
  almost imediately loaded again. Making impact protection much
  ineffective and wearing out the drive.

  It can 

[Kernel-packages] [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2014-04-10 Thread Timothy R. Chavez
The bug task for the somerville project has been removed by an automated
script.  This bug has been cloned on that project and is available here:
https://bugs.launchpad.net/bugs/1305705

** No longer affects: somerville

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

Status in acpi-support:
  Invalid
Status in “acpi-support” package in Ubuntu:
  Fix Released
Status in “linux-meta” package in Ubuntu:
  Invalid
Status in “pm-utils” package in Ubuntu:
  Fix Released
Status in “acpi-support” source package in Hardy:
  Fix Released
Status in “linux-meta” source package in Hardy:
  Invalid
Status in “pm-utils” source package in Hardy:
  Fix Released
Status in “acpi-support” source package in Intrepid:
  Fix Released
Status in “linux-meta” source package in Intrepid:
  Invalid
Status in “pm-utils” source package in Intrepid:
  Fix Released
Status in “acpi-support” source package in Jaunty:
  Fix Released
Status in “linux-meta” source package in Jaunty:
  Invalid
Status in “pm-utils” source package in Jaunty:
  Fix Released
Status in “acpi-support” package in Baltix:
  Fix Released
Status in “acpi-support” package in Debian:
  Fix Released
Status in “pm-utils” package in Fedora:
  Invalid
Status in “laptop-mode-tools” package in Mandriva:
  Unknown
Status in Suse Linux:
  Fix Released

Bug description:
  The kernel wiki gathers info about drives with too aggressive power saving 
defaults. A script called storage-fixup is also available.
  
https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux

  
  This is not a support forum.  Please do not use it as such (even though it 
has been used as such already).

  You can scan through the bug for links to the Ubuntu forums where
  many, many different questions have been asked, answered, and re-
  answered.  The temporary workaround is just below.

  See https://wiki.ubuntu.com/PowerManagement for an overview about what
  is involved and for a remedy.

  SRU justification: current behavior may lead to premature disk failure
  in laptops due to excessive unnecessary drive parking.  Fix will
  disable disk cycling by default when on AC power, by correcting an
  error in the hdparm logic of acpi-support.

  For jaunty, this issue is addressed in acpi-support 0.115.

  TEST CASE:

  1. With acpi-support 0.109 (hardy) or 0.114 (intrepid) installed and 
laptop-mode *not* enabled in either /etc/default/laptop-mode or 
/etc/default/acpi-support, monitor the load cycle count of your hard drive by 
running 'sudo smartctl -a /dev/sda|grep Load_Cycle_Count' over an interval of 
several minutes, and observe that it is incrementing.  (If it does not 
increment, your hard drive's manufacturer defaults are sane and you are not 
affected by this problem.)
  2. install acpi-support from hardy-proposed or intrepid-proposed
  3. while connected to AC power, monitor 'sudo smartctl -a /dev/sda|grep 
Load_Cycle_Count' again to confirm that the number is no longer incrementing
  4. (assuming that the system is a laptop:) disconnect the system from AC 
power, and confirm that the number is incrementing again
  5. enable laptop mode by setting ENABLE_LAPTOP_MODE=true in 
/etc/default/laptop-mode and running 'sudo /etc/init.d/laptop-mode restart'
  6. reconnect the system to AC power and confirm that the Load_Cycle_Count 
stops incrementing.
  7. suspend and resume the system and confirm that the Load_Cycle_Count is 
still not incrementing.

  REGRESSION POTENTIAL:

  As this patch causes hdparm -B 128 and hdparm -B 254 to be invoked
  automatically on systems where it was not being run before, there is
  some risk that this change will have a measurable impact on the disk
  throughput, power consumption, and temperature of some hard drives.
  Nevertheless, it is believed that these APM power settings are the
  sensible default settings for the vast majority of hard drives and
  that the current behavior poses a significant risk to the longevity of
  hard drives used in a wide range of laptop models, so this update
  should only be blocked if it results in confirmed hardware damage that
  can be expected to apply to a similar range of configurations.

  Following is a summary of the issue:
  It is confirmed that some systems are seeing an unusually high number of 
load/unload cycles on their hard disks, as evidenced by smartctl.

  It was originally surmised that this was related to laptop-mode being
  enabled, but this especially affects systems where laptop-mode is
  disabled.  In fact, aggressive APM is not a bad idea while a system is
  not on AC, as that system is much more likely to encounter a physical
  impact.

  This is due to disk APM settings that let the heads park or disk spin
  down after an idle period that is shorter than 

[Kernel-packages] [Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2014-04-09 Thread Timothy R. Chavez
** Changed in: somerville
   Importance: Undecided = Low

** Changed in: somerville
   Status: New = Fix Released

** No longer affects: dell

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta in Ubuntu.
https://bugs.launchpad.net/bugs/59695

Title:
  High frequency of load/unload cycles on some hard disks may shorten
  lifetime

Status in acpi-support:
  Invalid
Status in The Somerville Project:
  Fix Released
Status in “acpi-support” package in Ubuntu:
  Fix Released
Status in “linux-meta” package in Ubuntu:
  Invalid
Status in “pm-utils” package in Ubuntu:
  Fix Released
Status in “acpi-support” source package in Hardy:
  Fix Released
Status in “linux-meta” source package in Hardy:
  Invalid
Status in “pm-utils” source package in Hardy:
  Fix Released
Status in “acpi-support” source package in Intrepid:
  Fix Released
Status in “linux-meta” source package in Intrepid:
  Invalid
Status in “pm-utils” source package in Intrepid:
  Fix Released
Status in “acpi-support” source package in Jaunty:
  Fix Released
Status in “linux-meta” source package in Jaunty:
  Invalid
Status in “pm-utils” source package in Jaunty:
  Fix Released
Status in “acpi-support” package in Baltix:
  Fix Released
Status in “acpi-support” package in Debian:
  Fix Released
Status in “pm-utils” package in Fedora:
  Invalid
Status in “laptop-mode-tools” package in Mandriva:
  Unknown
Status in Suse Linux:
  Fix Released

Bug description:
  The kernel wiki gathers info about drives with too aggressive power saving 
defaults. A script called storage-fixup is also available.
  
https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux

  
  This is not a support forum.  Please do not use it as such (even though it 
has been used as such already).

  You can scan through the bug for links to the Ubuntu forums where
  many, many different questions have been asked, answered, and re-
  answered.  The temporary workaround is just below.

  See https://wiki.ubuntu.com/PowerManagement for an overview about what
  is involved and for a remedy.

  SRU justification: current behavior may lead to premature disk failure
  in laptops due to excessive unnecessary drive parking.  Fix will
  disable disk cycling by default when on AC power, by correcting an
  error in the hdparm logic of acpi-support.

  For jaunty, this issue is addressed in acpi-support 0.115.

  TEST CASE:

  1. With acpi-support 0.109 (hardy) or 0.114 (intrepid) installed and 
laptop-mode *not* enabled in either /etc/default/laptop-mode or 
/etc/default/acpi-support, monitor the load cycle count of your hard drive by 
running 'sudo smartctl -a /dev/sda|grep Load_Cycle_Count' over an interval of 
several minutes, and observe that it is incrementing.  (If it does not 
increment, your hard drive's manufacturer defaults are sane and you are not 
affected by this problem.)
  2. install acpi-support from hardy-proposed or intrepid-proposed
  3. while connected to AC power, monitor 'sudo smartctl -a /dev/sda|grep 
Load_Cycle_Count' again to confirm that the number is no longer incrementing
  4. (assuming that the system is a laptop:) disconnect the system from AC 
power, and confirm that the number is incrementing again
  5. enable laptop mode by setting ENABLE_LAPTOP_MODE=true in 
/etc/default/laptop-mode and running 'sudo /etc/init.d/laptop-mode restart'
  6. reconnect the system to AC power and confirm that the Load_Cycle_Count 
stops incrementing.
  7. suspend and resume the system and confirm that the Load_Cycle_Count is 
still not incrementing.

  REGRESSION POTENTIAL:

  As this patch causes hdparm -B 128 and hdparm -B 254 to be invoked
  automatically on systems where it was not being run before, there is
  some risk that this change will have a measurable impact on the disk
  throughput, power consumption, and temperature of some hard drives.
  Nevertheless, it is believed that these APM power settings are the
  sensible default settings for the vast majority of hard drives and
  that the current behavior poses a significant risk to the longevity of
  hard drives used in a wide range of laptop models, so this update
  should only be blocked if it results in confirmed hardware damage that
  can be expected to apply to a similar range of configurations.

  Following is a summary of the issue:
  It is confirmed that some systems are seeing an unusually high number of 
load/unload cycles on their hard disks, as evidenced by smartctl.

  It was originally surmised that this was related to laptop-mode being
  enabled, but this especially affects systems where laptop-mode is
  disabled.  In fact, aggressive APM is not a bad idea while a system is
  not on AC, as that system is much more likely to encounter a physical
  impact.

  This is due to disk APM settings that let the heads park or disk spin
  down after an idle period that is shorter than the regular disk access