fd2c7f38fa
PR: ports/171866 Submitted by: koitsu
12 lines
357 B
Text
12 lines
357 B
Text
======================================================
|
|
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...}
|
|
|
|
======================================================
|