LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Shutdown Problem (https://www.linuxquestions.org/questions/linux-newbie-8/shutdown-problem-345432/)

hus 07-21-2005 12:46 PM

Shutdown Problem
 
I can shutdown the system (Redhat 8.0) with
"halt" or "shutdown -h now" or "init 0"
but after the shutdown process was done,
my HDD's still running.

I used to get about this problem with my Slack Box
I can use "modprob apm" to use apm communicate with
BIOS to power off the system but In RedHat Box I can't.

I think it (Redhat) maybe use acpi instead .
How to load power management module
to kernel for power off PC when I shutdown.

Thanks a lot in advance.

PS. my system is not installed X window.

masand 07-22-2005 05:54 AM

hi there

see that u have the apm/acpi service running

chkconfig --list

will help u

regards

moana 07-22-2005 02:11 PM

Quote:

Originally posted by masand
hi there

see that u have the apm/acpi service running

chkconfig --list

will help u

regards

masand, will that also work in debian? i'm having the same problem under debian 3.1.
i tried that command, and it didn't work for me.

saman007uk 07-22-2005 04:57 PM

Quote:

masand, will that also work in debian? i'm having the same problem under debian 3.1.
i tried that command, and it didn't work for me.
No. To install apmd in debian:
Code:

apt-get install apmd
To disable ACPI on both Debian and RedHat, add the following to the end of the boot configuration:
Code:

acpi=off
By the way, isn't Redhat 8 a bit old?! It's strongly recommended to upgrade your system to Fedora, CentOS, etc. which at least have some level of secuity update - that is, unless you are using Progeny offcourse.


All times are GMT -5. The time now is 11:43 PM.