Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: udaki on 30 June 2004, 18:03
-
When I turn off my redhat 9.0 it says power down and i hear a power down sound but it doesnt turn off everything so i have to press the power button on my compuer.Is this the right way to turn off redhat?Suse appears to not have this problem.So please tell me.
-
Is acpid running?
ps ax | grep acpid
-
as I said before im a noob at this...so what the heck are those?
-
Just paste it into a terminal:
ps ax | grep acpid
If it returns something like /usr/sbin/acpid then it's running.
[ June 30, 2004: Message edited by: flap ]
-
how do u turn it off and exactly what does it do?
-
It controls power management features of your BIOS. You don't want to turn it off. So it is running then? Does
dmesg | grep ACPI
return anything?