Commit Graph

38 Commits

Author SHA1 Message Date
Graham Christensen
8b40d2e305
mcelog: 144 -> 148 2017-02-26 09:16:01 -05:00
Tobias Geerinckx-Rice
11dacb7e2c
mcelog: 142 -> 144 2016-11-09 02:24:45 +01:00
Tobias Geerinckx-Rice
cd2d81ab52
mcelog: 138 -> 142 2016-11-05 18:44:10 +01:00
Bjørn Forsman
2bf421d197 mcelog: add utillinux as dependency
Fixes this:

  $ sudo mcelog
  ...
  unknown-error-trigger: line 21: logger: command not found
  unknown-error-trigger: line 22: logger: command not found
2016-09-06 20:30:47 +02:00
Tobias Geerinckx-Rice
0264d34058
mcelog: 137 -> 138 2016-06-07 12:49:26 +02:00
Tobias Geerinckx-Rice
806ce6323e
mcelog: 136 -> 137 2016-05-17 00:49:57 +02:00
Tobias Geerinckx-Rice
d99df88efe
mcelog: 135 -> 136
Adds support to decode MSCOD values for Skylake server.
2016-04-17 01:14:57 +02:00
Tobias Geerinckx-Rice
d5207802fa mcelog: 134 -> 135 2016-03-28 01:27:56 +02:00
Tobias Geerinckx-Rice
c0a35241f0 mcelog: 133 -> 134
trigger: Avoid warning from earlier merge
2016-03-22 00:59:15 +01:00
Tobias Geerinckx-Rice
7951dd531e mcelog: 132 -> 133
Bugfix: no longer hangs on unknown errors in non-daemon mode.
2016-03-06 01:09:12 +01:00
Tobias Geerinckx-Rice
9b3296017f mcelog: 131 -> 132
Add CPU_ATOM to Intel CPU list.
2016-02-25 16:19:42 +01:00
Tobias Geerinckx-Rice
930fce8901 mcelog: 130 -> 131
Don't error out when MCE write fails.
2016-02-11 19:23:24 +01:00
Tobias Geerinckx-Rice
4dacb1116a mcelog: 129 -> 130
Fixes https://github.com/andikleen/mcelog/issues/31.
2016-02-10 00:07:10 +01:00
Tobias Geerinckx-Rice
9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Tobias Geerinckx-Rice
9f2a7bf862 mcelog: 128 -> 129
Add support to decode MSCOD values for Broadwell-{de,ep,ex}.
2016-01-05 20:22:35 +01:00
Tobias Geerinckx-Rice
2798b02ad0 Convert some *Flags from strings to lists 2015-11-26 23:45:31 +01:00
Tobias Geerinckx-Rice
7e3bd2e86d mcelog: build in parallel 2015-09-30 02:29:51 +02:00
Tobias Geerinckx-Rice
fc381c5e0c mcelog: 127 -> 128
Fix spurious assertion when parsing sysfs.
2015-09-30 02:29:51 +02:00
Tobias Geerinckx-Rice
87989f0e2f mcelog: fix --version output ("unknown" -> "127") 2015-09-29 03:35:55 +02:00
Tobias Geerinckx-Rice
d53cb31426 mcelog: 126 -> 127 2015-09-29 03:28:54 +02:00
Tobias Geerinckx-Rice
133a31f71f mcelog: 125 -> 126
Adds --is-cpu-supported command line option.
2015-09-15 00:17:18 +02:00
Tobias Geerinckx-Rice
c5bd6fff36 mcelog: 124 -> 125 2015-09-10 00:59:07 +02:00
Tobias Geerinckx-Rice
a94e8f24f2 mcelog: update 123 -> 124 2015-08-26 17:23:11 +02:00
Tobias Geerinckx-Rice
c757628f0a mcelog: 122 -> 123
Also flesh out descriptions and restrict to Linux platforms.
2015-08-21 13:42:51 +02:00
Tobias Geerinckx-Rice
c71d93c519 mcelog: 121 -> 122
Enable IMC status bank for Haswell-E, as described in Intel SDM Vol.3C
Table 35-27.
2015-07-28 23:19:35 +02:00
Tobias Geerinckx-Rice
1ea70323d6 mcelog: 120 -> 121 2015-07-02 03:35:35 +02:00
Tobias Geerinckx-Rice
cbbefbdabb mcelog -> 120
Fix potential NULL reference while parsing kernel efi files
2015-06-12 13:11:38 +02:00
Tobias Geerinckx-Rice
b229cfc894 mcelog -> 119
- Fix clobbered status variable in server_ping
- Avoid prefilling memory database when DMI is disabled
2015-06-09 20:22:26 +02:00
Tobias Geerinckx-Rice
217566ede4 mcelog 117 -> 118
Changet to mcelog(8) to support new architectural extentions in
Intel CPUs.
2015-06-01 21:13:34 +02:00
Tobias Geerinckx-Rice
158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice
2a29cf9eaa mcelog 116 -> 117
That was quick.
2015-04-30 13:11:31 +02:00
Tobias Geerinckx-Rice
cdeb2e5886 mcelog 115 -> 116
Added Knights Landing (Xeon Phi) support.
2015-04-28 21:32:22 +02:00
Tobias Geerinckx-Rice
fb235a871a mcelog 114 -> 115: major path fixes
Both $out/bin/mcelog and $out/etc/mcelog/mcelog.conf now point to
the correct $out/etc/mcelog.
2015-04-23 01:52:18 +02:00
Tobias Geerinckx-Rice
2123be342d mcelog 1.0pre-7fa9981 -> 114 2015-04-17 00:46:22 +02:00
Eelco Dolstra
40f7b0f9df Another attempt to eradicate ensureDir
See c556a6ea46.
2014-06-30 14:56:10 +02:00
Evgeny Egorochkin
829b29153b clean up git revision handling in several packages 2013-11-13 12:46:55 +02:00
Lluís Batlle i Rossell
9c2bc27eb2 Fixing mcelog, so it puts the proper files in share/doc
It was running "cp mce.pdf $out/share/doc", which created the file 'doc'.
Then buildEnv complained that 'share/doc' exists.
2013-01-20 18:52:58 +01:00
Arie Middelkoop
6b10ace1ca mcelog: a tool to access the machine check exceptions logged by the kernel.
The kernel indicated that machine check exceptions were logged, but did not tell what kind of exceptions.
In my case, this is usually the processor being throttled because it gets too hot (laptop...), but it
may also be more severe problems. Anyway, with this tool you can access these logs.

svn path=/nixpkgs/trunk/; revision=32547
2012-02-24 20:20:59 +00:00