Re: =?ISO-8859-1?Q?=7Fwhy?= does no kernel turn off the power ?

phazer (phazer@battlemech.darpa.org)
Mon, 14 Jun 1999 15:58:06 -0400 (EDT)


On Mon, 14 Jun 1999, Christoph Hagedorn wrote:

>Just one kernel(2.0.36) turned off the power of my pc yet.
>I compiled "turn power off on shutdown" into the 2.2.9kernel but there's
>no
>reaction after using this new kernel and shutdown.
>Does anybody know why ?

check your init scripts..
Try to replace command=halt with command=poweroff in
/etc/rc.d/init.d/halt under RH linux

# See how we were called.
case "$0" in
*halt)
message="The system is halted"
# command="halt"
command="poweroff"
;;

That should work..

-phazer

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/