Results 1 to 7 of 7
hi!
how can i give commands to the kernel if linux freezes?
i have the problem that KDE sometimes hangs and the system freezes after that.
how can i shutdown ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-22-2004 #1
question on kernel
hi!
how can i give commands to the kernel if linux freezes?
i have the problem that KDE sometimes hangs and the system freezes after that.
how can i shutdown the system savely or at least umount all the harddrives so that i get no damage to the file system?
thx in advance
greez robakmake install not love
Registered Linux user number 369245
- 09-22-2004 #2
Have you tried ctrl-alt backspace to kill X? If it freezes beyond that try some other stuff, alt f4's and whatever you can think to kill KDE processes or whatever to unfreeze it.
- 09-22-2004 #3
of course
nothing helped but the reset buttonmake install not love
Registered Linux user number 369245
- 09-23-2004 #4Just Joined!
- Join Date
- Sep 2004
- Posts
- 7
You have to have MAGIC_SYSRQ turned on in your kernel config file. (I hope you have at least kernel 2.6, i you don't go and download the latest ver, here's the link: www.kernel.org. And be sure to read file
ocumentation/sysrq.txt first!!
- 09-23-2004 #5
If the entire system is not locked up, you can ssh in, su and kill the rogue process. I've had to do this many a time before...I love ssh.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 09-23-2004 #6
thx for yout tips
sysrq was what i was looking for.
@sarumont: can you please tell me how to ssh into the system?make install not love
Registered Linux user number 369245
- 09-23-2004 #7
First off, you'll have to know the IP of the computer and have another box that can access that computer on the LAN. Then, install openssh. You can change your settings in /etc/ssh/sshd_config. I recommend adding the line (or uncommenting):
This is probably the best thing you can do to secure your ssh server.Code:PermitRootLogin no

Now just run sshd and blam! You're good to go! If you need a Windex ssh client, just google for putty and that's your guy. From a *nix box, just ssh user@IP.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy


Reply With Quote
