mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
fd2c7f38fa
PR: ports/171866 Submitted by: koitsu
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
======================================================
|
|
You can decode MCE output from the FreeBSD kernel by
|
|
using the following command:
|
|
|
|
mcelog --no-dmi --ascii --file /path/to/log
|
|
|
|
Or if you wish to paste the MCE via stdin:
|
|
|
|
mcelog --no-dmi --ascii
|
|
{...paste MCE and send EOF/press Ctrl-D...}
|
|
|
|
======================================================
|