Quicklinks

EndUser

Test/Virtualisaton


Installieren

Kernel - Tuning

Network

Display / Pads

Bock Devices

Printer

USB-Devices

BenutzerSW

Server

Install Notes

General/Hints

anoyances.org

Collection of installation & troublshooting info related to my linux (debian/mint/ubuntu) installations

Basisfunkionen Linux/Kernel/Konfig

Grundfunkionen

(je nach Definition, [?]QEMU )
F1-F6 tty
F7 grafische
F8 weitere grafische

Magic sysreq option

je nach Computer, z.T. schwierig zu finden

Die SysRQ-Taste befindet sich auf der normalen Tastatur als Zweitbelegung von Druck . 
Je nach Tastatur muss man zum Erreichen von "S-Abf" zuerst Alt gedrückt halten: praktisch also Alt + Druck (selten auch Alt Gr + Druck ). 
Bei Notebooks ist teilweise auch die Kombination mit Fn erforderlich (und numlock)

sonstige Tipps:

    Dell Vostro Laptops: Erst ⇩ num drücken – dann leuchtet das blaue LED auf – und danach Fn + Alt + Druck +"Buchstabe" drücken.

    einige Logitech-Tastaturen (z.B. K300): Erst Fn (Taste in rot) drücken, dann leuchten oben die LED's in kräftiger, oranger Farbe auf und danach Alt + Druck (die Druck-Taste ist die Pos1 -Taste) +"Buchstabe" drücken.

    Workarounds, wie ⇩ num zuerst zu aktivieren oder Alt Gr anstelle von Alt zu verwenden, sind offenbar bei vielen Laptops nötig.

    Manchmal funktionieren nur Teile der Magic SysRQ-Kette nicht, z. B. der letzte (B) für den Reboot. In diesem Fall kann der Rechner durch kurzes Drücken des An-/Ausschalters neu gestartet werden.
Lenovo: FN+Alt+SysRQ-Taste gedrückt *und* r-e-i-s-u-b/o
        (auf Konsole getestet, ansonsten kommt Printscreen)

http://wiki.ubuntuusers.de/Magic_SysRQ
http://de.wikipedia.org/wiki/Magic_SysRq_key
Diese Tastenkombinationen lassen sich per sysfs aktivieren oder deaktivieren
(der Inhalt der Datei /proc/sys/kernel/sysrq muss dabei 1 respektive 0 sein).

On x86
You press the key combo ALT-SysRq-'. Note - Some keyboards may not have a key labeled 'SysRq'. The 'SysRq' key is also known as the 'Print Screen' key. Also some keyboards cannot handle so many keys being pressed at the same time, so you might have better luck with "press Alt", "press SysRq", "release Alt", "press ", release everything.

Defaults:
echo 1 > /proc/sys/kernel/sysrq (alle aktivieren)

z.B. Mint 17-3 XFCE 176 : sync / reboot / remount readonly

write a character to /proc/sysrq-trigger. eg:
$ echo t > /proc/sysrq-trigger

r Turns off keyboard raw mode and sets it to XLATE.
k Secure Access Key (SAK) Kills all programs on the current virtual console.

            NOTE: See important comments below in SAK section.

b Will immediately reboot the system without syncing or unmounting your disks.
c Will perform a kexec reboot in order to take a crashdump.
o Will shut your system off (if configured and supported).
s Will attempt to sync all mounted filesystems.
u Will attempt to remount all mounted filesystems read-only.
p Will dump the current registers and flags to your console.
t Will dump a list of current tasks and their information to your console.
m Will dump current memory info to your console.
v Dumps Voyager SMP processor info to your console.
0-9 Sets the console log level, controlling which kernel messages will be printed to your console.
('0', for example would make it so that only emergency messages like PANICs or OOPSes would make it to your console.)
f Will call oom_kill to kill a memory hog process
e Send a SIGTERM to all processes, except for init.
i Send a SIGKILL to all processes, except for init.
l Send a SIGKILL to all processes, INCLUDING init. (Your system will be non-functional after this.)
h Will display help ( actually any other key than those listed above will display help.

            but 'h' is easy to remember :-)
Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki
Page last modified on November 27, 2017, at 04:52 PM, visited:$PageCount