LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   System Halting while shutdown (https://www.linuxquestions.org/questions/linux-hardware-18/system-halting-while-shutdown-269386/)

LiloAma 12-22-2004 09:10 PM

System Halting while shutdown
 
Dear All,
I'm using RH ES3.0 Kernel 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2004 i686 i686 i386 GNU/Linux
I've a little problem.
My problem is,
Once I send command "shutdown -r now" in CLI.
The system will be shuting down process.
It looks good.
But It'll be frozen on "System Halting" line.
I've to come at Server then put the power button for power off it.
My aim that i don't want to come at system everyday to turn it off
Because it's remote system.
Anybody ever encounter this problem??

Please kindly get me out.

Regards,

shmonkey 12-23-2004 06:36 AM

This means that are not using APM or ACPI, check wich you motherboard uses then make sure it is loaded as a module or compilied into the kernel.

try

Code:

# modprobe apm
for starters.

I'm not sure if the model is called apm as I have mine compilied into the kernel.

Also 'shutdown -r now' will reboot the system you should use 'shutdown -h now' to halt the system.

Regards

Shmonkey

LiloAma 12-23-2004 07:14 AM

Thanks for your reply.
It should be "$shutdown -h now"
thanks you
That you mena,
If i didn't found in "modprove" command.
I hav to recomplie kerlnel, right?

SlackerLX 12-23-2004 07:19 AM

I use
Code:

POWEROFF

LiloAma 12-23-2004 08:00 AM

Dear SlackerLX ,
I've done the same as you.
But i've to come at system to turn it off anyway.
Thanks

J.W. 12-23-2004 01:49 PM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

There are more numerous replies in this thread, please post replies to it. -- J.W.


All times are GMT -5. The time now is 04:36 AM.