LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   shuttingdown (https://www.linuxquestions.org/questions/slackware-14/shuttingdown-135262/)

true_atlantis 01-15-2004 08:48 PM

shuttingdown
 
2 quick newbie questions... 1. to shutdown in slack, how are you supposed to do it? i logout and su then telinit 6 or 0... and 2. when i do shut down, my computer shows the message shutting down, but it doesnt really turn off, i have to hold the power button untill its off...

Tinkster 01-15-2004 08:56 PM

Quote:

but it doesnt really turn off, i have to hold the power button untill its off...
That behaviour is determined by the APM/ACPI
set-up of your machine ... have a search on the
forums ;)

As for the shutdown ... I usually do
su -c halt



Cheers,
Tink

Lohan 01-15-2004 11:17 PM

Also, if you boot straight into X, or otherwise find yourself using kdm or gdm, you can shutdown from there. More info on this subject can also be found by searching the forums...

Skyline 01-16-2004 12:20 AM

2 things you need to do for shutdown:

1) add;

apm=power-off

to your append line in the Slackware stanza in lilo.conf - ie for example

append="devfs=mount hdc=ide-scsi acpi=off quiet apm=power-off"

then type

/sbin/lilo

to make the changes take effect - then use

halt

as root user or if you're using KDM you'll get the normal gui option.


2) Uncomment this line in /etc/rc.d/rc.modules

#/sbin/modprobe apm

to

/sbin/modprobe apm


All times are GMT -5. The time now is 05:46 AM.