LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxAnswers Discussion
User Name
Password
LinuxAnswers Discussion This forum is to discuss articles posted to LinuxAnswers.

Notices


Reply
  Search this Thread
Old 02-18-2007, 06:37 PM   #1
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,887
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
What to do if the desktop freezes?


A new la entry has been added:

What to do if the desktop freezes?

Quote:
What to do if the desktop freezes?

In such a situation you dont always need the reset button. This could damage the filesystem or lead to loss of data. In any way the filesystem wont be clean after a hard reset (filesystem not clean). If nothing works, not even changing to a textconsole (alt-ctl-F1) or restarting the X-server (alt-ctl-backspace), there is still hope:
The SYSRQ-key (print-key, on the upper right side of the keyboard) will help you to cleanly reboot a frozen system.

The following sequence of key-combinations are possible:
 
Old 02-18-2007, 08:23 PM   #2
Indiestory
Member
 
Registered: Aug 2006
Location: Aberdeen, Scotland
Distribution: OpenBSD
Posts: 164
Blog Entries: 1

Rep: Reputation: 30
i have seen this before and I'm going to have to ask the question. What do i do if i don't have a print key??
 
Old 03-14-2009, 05:08 AM   #3
wizcrack.fedora
LQ Newbie
 
Registered: Feb 2009
Posts: 20

Rep: Reputation: 0
Quote:
Originally Posted by Indiestory View Post
i have seen this before and I'm going to have to ask the question. What do i do if i don't have a print key??
make use of the print screen key on the keyboard.. most keyboards come with it now so you shoul have no worries with this prob..
 
Old 04-27-2009, 11:55 PM   #4
ozminh
Member
 
Registered: Aug 2007
Posts: 73

Rep: Reputation: 19
this does not work on my desktop(RHE4)

Last edited by ozminh; 04-27-2009 at 11:57 PM.
 
Old 06-09-2009, 10:54 AM   #5
theacerguy
Member
 
Registered: Jan 2009
Location: on my pc!
Distribution: openSUSE 11.2 opensolaris 2009.06
Posts: 218
Blog Entries: 7

Rep: Reputation: 32
doesnt work for me

ive tried on a frozen one packard bell imedia j4500 with i microsoft 2000 set keyboard and mouse(wireless) kubuntu 9.04
 
Old 06-13-2009, 06:47 AM   #6
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
Quote:
Originally Posted by ozminh View Post
this does not work on my desktop(RHE4)
Considering the original post was in 2007, the info may be outdated.
 
Old 06-13-2009, 07:27 AM   #7
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,887

Original Poster
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
It sitll works but MAGIC_SYSRQ has to be compiled in your kernel.

Controlling the use of SysRq keys

There are some ways of controlling the use of SysRq keys(i.e. what can be used, enabling or disabling them completely), two ways of doing this are:-

1) Configuring the SysRq keys during kernel compilation itself.

There isn’t much here since you can only disable SysRq keys and not actually control or define what you can and can’t use. The option you are looking for is:-

MAGIC_SYSRQ

2) Using proc sysrq trigger calls.

This is much more flexible than changing the configuration of the kernel but this has one downside with security which is explained after(since it is very minor). You use the echo command to achieve this for ease but you could also use any normal text editor to achieve this. Now the command is(you will need root permissions):-

echo * > /proc/sys/kernel/sysrqwhere “*” is a number, which can be any one of these:-

0 – disable sysrq keys completely

1 – enable all functions of sysrq

2 – enable control of console logging level

4 – enable control of keyboard (SAK, unraw)

8 – enable debugging dumps of processes etc.

16 – enable sync command

32 – enable remount read-only

64 – enable signalling of processes (term, kill, oom-kill)

128 – allow reboot/poweroff

256 – allow nicing of all RT tasks(control the nice level(priority) of Real Time tasks)

So you can define what SysRq keys can be used, and also define whether they are all on or off.

Now for the “downside”. For example you disable SysRq keys when you want to stop people(local) from doing key presses and then shutting down or messing up the PC during an important task. Now with configuring the kernel, you can stop SysRq keys from being used at all from the beginning of the boot process right uptil the end, with calling the proc sysrq triggers however, your option only takes place when it is executed(i.e. after the system has booted up) so there is a certain area of vulnerability with calling the triggers whereas there is no such thing in configuring the kernel, some people are that desperate to secure their systems to care about a few seconds, however do not blame me for it.

If it doesn't work I would assume it is either not in the kernel or is disabled by something like selinux or some other security feature.
 
Old 06-13-2009, 08:50 AM   #8
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Sometimes (and surprisingly this happens more frequently than one might imagine) a freeze is a "hard-freeze" meaning which nothing you can do with the keyboard or mouse will work. You simply have to reset the machine.

Hard freezes occur either due to hardware trouble or a serious memory leak.
 
Old 06-15-2011, 07:03 AM   #9
Digital_Resistance
LQ Newbie
 
Registered: May 2011
Location: U.S.A.
Posts: 7

Rep: Reputation: 10
Still Current?

Thank you for this useful info.

Any updates since the last post?
 
Old 07-08-2011, 06:24 PM   #10
jamvilla
LQ Newbie
 
Registered: Jul 2011
Posts: 2

Rep: Reputation: Disabled
Simple Work's

Restart
 
Old 11-23-2014, 08:01 PM   #11
Gyroman
Member
 
Registered: Nov 2014
Location: Australia
Distribution: Mint 19.1 Toshiba Satellite Pro R50-C
Posts: 108
Blog Entries: 5

Rep: Reputation: 1
Terminal Problem

Hey.. I have wexperienced screen freeze with Zorin7 when OS system bar at top 'disapeared' and no keyboard action other than Ctl Alt Del or equivalent (didn't know about Alt Sysreq B) so I was intersted in this article. BUT when I tried [Ctrl F1] just to see how getting a terminal worked THAT WAS ALL I GOT... ALL I COULD SEE.. AND COULD NOT EVEN EXIT FROM.

So I had to use the newly learned [Alt-Sysreq-B] it was the only one enabled..??

I could not even kill the terminal process (i was in) but I could list my other world as tty7 but did not know how to get back there from this fixed full screen terminal.?

'exit' only returned mme to the login process..? Where like ground hog day I just kept having to login and try to find a way out but there I could not find any way back..?

Could someone please tell me what is going on after Ctrl F1 gives a full screen tty and how do you get out of it.? Thanks
 
Old 06-04-2016, 07:20 AM   #12
shekshek
LQ Newbie
 
Registered: May 2016
Posts: 2

Rep: Reputation: Disabled
Cool Equivalent SysRq key combination on MAC?

What are the equivalent key combinations on Macbook with RHEL OS?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gnome desktop freezes on boot tidiman07 Ubuntu 2 09-09-2006 02:44 PM
Gnome desktop freezes sometimes pmro Linux - Software 1 01-25-2006 11:42 AM
Desktop freezes after deleting icon darknails Fedora 1 01-04-2005 10:30 PM
Desktop freezes 64bitPlaya Slackware 1 08-21-2004 02:20 PM
SuSE 9.0 freezes during install on desktop uranologist Linux - Distributions 4 03-10-2004 01:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxAnswers Discussion

All times are GMT -5. The time now is 02:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration