On Mon, Sep 06, 1999 at 11:44:59AM +0000, Martin DiViaio wrote:
> Hello,
>
> I am running RedHat 5.2 (updated as of 8/22) on a NEC Versa 4050C with
> the 2.2.10 kernel. I've run into a minor snag.
>
> When I shutdown the system it doesn't power off (Yes, I've compiled it
> in.) The really odd part is that it did work under the 2.0.36 kernel.
>
> Anyone have any ideas?
Have you changed in the file /etc/rc.d/init.d/halt
the section
# See how we were called.
case "$0" in
*halt)
message="The system is halted"
command="halt"
;;
to
# See how we were called.
case "$0" in
*halt)
message="The system is halted"
command="halt -p"
;;
?
This was necessary with my own laptop running redhat 5.2 as well.
Bye, bye, Juergen.
--
*************************************************************************
* Juergen Leising, Germany http://leising.home.pages.de/ *
* [EMAIL PROTECTED] http://leising.freeshell.org/ *
*************************************************************************