summaryrefslogtreecommitdiff
path: root/sysutils/mcelog/pkg-message
blob: 35c5d5d52aa1f981cb61cbd8c42409e9819cf1e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
======================================================
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...}

======================================================