blob: 7ace6791d7d9507018e1dfd05077f9cc26326a56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
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...}
EOM
}
]
|