This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
utils_commands [2020/06/06 11:10] xavier |
utils_commands [2020/06/06 11:42] (current) xavier |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Error investigation ===== | ===== Error investigation ===== | ||
| + | |||
| + | Unfreeze PC at kernel level:\\ | ||
| + | [[https://en.wikipedia.org/wiki/Magic_SysRq_key#Common_Usage]]\\ | ||
| + | |||
| Show error and warning messages:\\ | Show error and warning messages:\\ | ||
| - | ''dmesg --level=err,warn''\\ | + | ''# dmesg -T --level=err,warn''\\ |
| + | |||
| + | Monitor message in real time:\\ | ||
| + | ''# dmesg -Tx --follow''\\ | ||
| + | |||
| + | Test RAM:\\ | ||
| + | ''# apt-get install memtester''\\ | ||
| + | ''# memtester 1024 5''\\ | ||
| + | (allocate 1024Mo and repeat 5 times)\\ | ||