@jgottula Thank you for flagging this. I've seen it actually already made it to the master branch, but I'm hesitant to include it since there is no new tag. Once there is a new tag, I will update the package
Search Criteria
Package Details: mcelog 197-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mcelog.git (read-only, click to copy) |
---|---|
Package Base: | mcelog |
Description: | Print machine check event log from x86-64 kernel |
Upstream URL: | https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git |
Licenses: | GPL |
Submitter: | otaj |
Maintainer: | otaj |
Last Packager: | otaj |
Votes: | 4 |
Popularity: | 0.000223 |
First Submitted: | 2019-03-15 13:53 (UTC) |
Last Updated: | 2024-01-09 10:09 (UTC) |
Required by (0)
Sources (1)
Latest Comments
otaj commented on 2021-11-07 12:29 (UTC)
jgottula commented on 2021-11-05 20:29 (UTC)
@otaj Not sure if anyone particularly cares about this, but: There's a minor annoying journal message that comes up periodically due to a syntax error in this package's logrotate
config file.
I reported it upstream just now: https://github.com/andikleen/mcelog/issues/102
If you wanted to make a temporary package-level patch to that file for the meantime, that'd be cool; if it's too much bother for such a trivial thing, that's fine too.
--- a/mcelog.logrotate
+++ b/mcelog.logrotate
@@ -5,3 +5,3 @@
rotate 99
- size+=2048k
+ size 2048k
notifempty
otaj commented on 2020-01-31 17:21 (UTC)
It is necessary to compile your kernel with CONFIG_X86_MCELOG_LEGACY=Y
in order to use this package
otaj commented on 2020-01-31 17:06 (UTC) (edited on 2020-01-31 17:07 (UTC) by otaj)
@erb: I know. For some reason, rasdaemon was not working for me (I honestly do not remember why), so I decided to recompile my kernel with CONFIG_X86_MCELOG_LEGACY=Y and "recreate" (pull the old PKGBUILD from community) this package for some people (like me) that rasdaemon was not wokring properly for.
The project still seems to be somewhat active even if deprecated, the repo recieved 6 new tags since publishing 10 months ago. I don't expect this to get to official repos, that is why it is in AUR.
Do you think I should put bigger notice (yeah, currently there is none) that recompilation of kernel is needed?
erb commented on 2020-01-31 16:48 (UTC)
mcelog has been deprecated and is replaced by rasdaemon. For more info see: https://bugs.archlinux.org/task/55657
Pinned Comments
otaj commented on 2020-01-31 17:21 (UTC)
It is necessary to compile your kernel with
CONFIG_X86_MCELOG_LEGACY=Y
in order to use this package