Changes between Initial Version and Version 1 of LinuxSysRq


Ignore:
Timestamp:
27/09/09 16:21:48 (17 years ago)
Author:
Hendrik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LinuxSysRq

    v1 v1  
     1Unter Linux gibt es die sogenannte Magic-SysRq-Taste. Damit ist es in vielen Situationen möglich ein eingefrorenes System erfolgreich herunterfahren. Weitere Details zur Nutzung finden sich im [http://de.wikipedia.org/wiki/Magische_S-Abf-Taste deutschen] und [http://en.wikipedia.org/wiki/Magic_SysRq_key englischen] Wikipedia-Artikel.
     2
     3Die folgende Liste stammt aus der englischen Wikipedia und wurde um die Neo-Belegung ergänzt.
     4
     5|| Beschreibung || QWERTY || Neo ||
     6|| Set the console log level, which controls the types of kernel messages that are output to the console || '''0''' through '''9''' || '''0''' through '''9''' ||
     7|| Immediately reboot the system, without unmounting partitions or syncing || '''b''' || ''z''' ||
     8|| Reboot kexec and output a crashdump || '''c''' || '''ä''' ||
     9|| Display all currently held Lock (computer science)|Locks ||  '''d''' || '''a''' ||
     10|| Send the SIGTERM signal to all processes except init (Process identifier|PID 1) || '''e''' || '''l''' ||
     11|| Call oom_kill, which kills a process to alleviate an Out of memory|OOM condition || '''f''' || '''e''' ||
     12|| When using Kernel Mode Setting, provides emergency support for switching back to the kernel's framebuffer console<ref>[http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=79e539453b34e35f39299a899d263b0a1f1670bd DRM: i915: add mode setting support]</ref> || '''g''' || '''o''' ||
     13|| Output a terse help document to the console<br/>Any key which is not bound to a command should also do the trick || '''h''' || '''s''' ||
     14|| Send the SIGKILL signal to all processes except init || '''i''' || '''g''' ||
     15|| Kill all processes on the current virtual console (Can be used to kill X and svgalib programs, see below) This was originally designed to imitate a Secure Access Key || '''k''' || '''r''' ||
     16|| Show a stack backtrace of all currently executing tasks || '''l''' || '''t''' ||
     17|| Output current memory information to the console || '''m''' || '''m''' ||
     18|| Reset the nice (Unix)|nice level of all high-priority and real-time tasks || '''n''' || '''b''' ||
     19|| Shut off the system || '''o''' || '''f''' ||
     20|| Output the current registers and flags to the console || '''p''' || '''q''' ||
     21|| Display all active high-resolution timers and clock sources. || '''q''' || '''x''' ||
     22|| Switch the keyboard from raw mode, the mode used by programs such as X11 and svgalib, to XLATE mode || '''r''' || '''c''' ||
     23|| Sync all mounted filesystems || '''s''' || '''i''' ||
     24|| Output a list of current tasks and their information to the console || '''t''' || '''w''' ||
     25|| Remount all mounted filesystems in read-only mode || '''u''' || '''h''' ||
     26|| Output Voyager SMP processor information || '''v''' || '''p''' ||
     27|| Display list of blocked (D state) tasks || '''w''' || '''v''' ||
     28
     29Eine beliebte Tastenfolge ist REISUB, dessen Enstprechung  CLGIHZ in Neo ist. Eine Gedächtsnisbrücke für dieses Kürzel gibt es noch nicht. Vorschläge bitte direkt ergänzen.