2012-09-25 21:30:36 +02:00
|
|
|
======================================================
|
|
|
|
You can decode MCE output from the FreeBSD kernel by
|
|
|
|
using the following command:
|
2011-10-15 04:53:31 +02:00
|
|
|
|
2012-09-25 21:30:36 +02:00
|
|
|
mcelog --no-dmi --ascii --file /path/to/log
|
2011-10-15 04:53:31 +02:00
|
|
|
|
2012-09-25 21:30:36 +02:00
|
|
|
Or if you wish to paste the MCE via stdin:
|
|
|
|
|
|
|
|
mcelog --no-dmi --ascii
|
|
|
|
{...paste MCE and send EOF/press Ctrl-D...}
|
|
|
|
|
|
|
|
======================================================
|