mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
16 lines
289 B
Plaintext
16 lines
289 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|