LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   My linux gone wild.... (https://www.linuxquestions.org/questions/linux-newbie-8/my-linux-gone-wild-222711/)

UnderGeorge 08-26-2004 11:51 AM

My linux gone wild....
 
Insted of shuting down i rebooting (RH9). What should I do? I try to close from KDE (i don't know the command for the console?) Once i click on shut down there's a normal screen wich finish with ''power down:'' and then insted of shutting it's rebooting and starting again ( I have to unplug my PC!!!)

Peacedog 08-26-2004 12:08 PM

is it rebooting constantly, or just when you try to shutdown?

egag 08-26-2004 12:09 PM

do you shut down in a graphics window, or in a console ?

egag

scuzzman 08-26-2004 02:02 PM

When you boot, do you boot directly to a graphical screen?
Try this from a command line: (you'll need to enter root pass)

Code:

$ su -c "shutdown -h now"
what are the results?

UnderGeorge 08-27-2004 11:10 AM

Quote:

[i] what are the results? [/B]
It's the same it reboots even when I want it to halt (-h). But it doesn't reboot the standard way. It's shutting all wents and power and insted of power off, there is a black screen for a moment than the wents go on and it's starting......... :(

egag 08-27-2004 12:21 PM

well... about the power-down...
have you enabled : '/sbin/modprobe apm' in the /etc/rc.d/rc.modules.
...since i did i have a proper shut-down.

egag

UnderGeorge 08-28-2004 12:21 PM

cool egag that should help but I'm a newbite and I don't quite know how to enable this command you just have to type it into the console?

egag 08-28-2004 06:31 PM

i had to be more clear.....

to quickly try it , just startup Linux,
in a cosole type:''/sbin/modprobe apm'' and hit return.
( a module called apm is loaded....)
then i guess you shoud just shutdown and see if that is the problem.

if it is.....edit your /etc/rc.d/rc.modules by adding the command somewhere
or uncomment ( remove the # ) the line where it is ( i believe it's already there...)

egag


All times are GMT -5. The time now is 07:26 PM.