LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Powersave demon (https://www.linuxquestions.org/questions/linux-newbie-8/powersave-demon-407056/)

obstinatesod 01-23-2006 02:31 PM

Powersave demon
 
hi probably a simple answer to this: when I boot I get the error message The powersave daemon is not running.with the solution: Starting it will improve performance: /usr/sbin/rcpowersaved start, so I type that:/usr/sbin/rcpowersaved start, into Konsole but its there when I reboot. how do I enable powersave and stop the error, thanks,Adrian

Agrouf 01-23-2006 04:46 PM

One way to do it :

# echo '/usr/sbin/rcpowersaved $1' >> /etc/init.d/powersave
# chmod +x /etc/init.d/powersave
# ln -fs /etc/init.d/powersave /etc/rc0.d/K20powersave
# ln -fs /etc/init.d/powersave /etc/rc1.d/K20powersave
# ln -fs /etc/init.d/powersave /etc/rc2.d/S20powersave
# ln -fs /etc/init.d/powersave /etc/rc3.d/S20powersave
# ln -fs /etc/init.d/powersave /etc/rc4.d/S20powersave
# ln -fs /etc/init.d/powersave /etc/rc5.d/S20powersave
# ln -fs /etc/init.d/powersave /etc/rc6.d/K20powersave

obstinatesod 01-24-2006 02:15 AM

Thanks,Agrouf, did that but the error was still there when I re-booted. Also tried yast (system services runlevel) Powersave was set to NO with an asterisk next to it so I changed it via the expert mode enabling 3,5 (after trying a few things) and that changed it to Yes with no asterisk, but the error still comes up on Desktop (The powersave daemon is not running.
Starting it will improve performance: /usr/sbin/rcpowersaved start)
when I re-boot?

allelopath 05-08-2006 06:55 PM

Did you ever figure this out?
I get the dlg box even though i know the daemon is running

obstinatesod 05-09-2006 01:37 AM

Hi allelopath, I never did work it out and changed to PClinuxOS, I will be loading up the new Suse this month, should be interesting to see if I get it again, I will post here to let you know ,Adrian

allelopath 05-09-2006 09:44 AM

today (the day after i made the changes and quite a few reboots), the dlg does not appear.
its a mystery.


All times are GMT -5. The time now is 12:08 AM.