Bugzilla – Bug 150613
Release Notes: please mention POWERSAVE=off
Last modified: 2006-02-17 10:28:57 UTC
We have a new option that disables the powersaved during system boot. This is needed on some machines to avoid a system hang and to be able to reconfigure the machine so that it can boot with powersaved (and a fixed config). The parameter is "POWERSAVE=off". This should be added to the release notes for all CODE10 products and if possible in the bootloader help text.
I guess "all CODE10 products" cover SL 10.1 as well.
Yes, it does - please add for 10.1 - and then assign to Thorsten for SLES10.
reassign to maintainer of release notes
I propose the following text: <!-- bug 150613 --> <sect3 status="2006-02-14" id="disable-powersaved"> <title>Disabling Powersave Daemon during System Boot</title> <para> On some machine during system boot you must temporarily disable the powersave daemon (<command>powersaved</command>) to avoid a system hang. Use <literal>POWERSAVE=off</literal> as a boot parameter, to prevent the daemon from starting. When the system is up and running, configure the machine so it can boot with <command>powersaved</command> enabled in the future.</para> </sect3> ================================================================= I guess the user will find helpful info for the configuration in the manual?
That doesn't quite catch it. The point was to disable powersaved completely if it it doesn't work. More like: On some machines cpu frequency scaling can cause hangs when the machine is idle or when powersaved starts. On those it can be disabled at installation with POWERSAVE=off as a boot parameter. When this parameter is not given at the initial CD boot of the installation powersaved has to be disabled manually later using chkconfig powersaved off
yes, that's quite different. Next try: <!-- bug 150613 --> <sect3 status="2006-02-14" id="disable-powersaved"> <title>Disabling Powersave Daemon</title> <para> On some machines cpu frequency scaling can cause hangs when the machine is idle or when powersaved starts. In this cases disable the powersave daemon at the installation with <literal>POWERSAVE=off</literal> as a boot parameter. </para> <para> When this parameter is not given at the initial CD boot of the installation, powersaved must be disabled later using <command>chkconfig powersaved off</command>.</para> </sect3>
submitted to /work
re-open if it is still an issue for the bootloader help text.