You are not logged in.
Pages: 1
Topic closed
I have a AMD Phenom(tm) II X4 20 which basically is a AMD Phenom II x2 550 with two unlocked cored to become an AMD Phenom II x4 955. Everything worked perfectly on all 4 Cores.
The only problem were these error Messages every 5 minutes. But as I noticed no problems I ignored them:
Jun 21 15:31:23 localhost kernel: [Hardware Error]: MC2 Error: : EV error during data copyback.
Jun 21 15:31:23 localhost kernel: [Hardware Error]: Error Status: Corrected error, no action required.
Jun 21 15:31:23 localhost kernel: [Hardware Error]: CPU:0 (10:4:2) MC2_STATUS[Over|CE|-|-|AddrV]: 0xd40000000000017a
Jun 21 15:31:23 localhost kernel: [Hardware Error]: MC2_ADDR: 0x00000000011c2d80
Jun 21 15:31:23 localhost kernel: [Hardware Error]: cache level: L2, tx: GEN, mem-tx: EV
Jun 21 15:36:23 localhost kernel: [Hardware Error]: MC2 Error: : GEN parity/ECC error during data access from L2.
Jun 21 15:36:23 localhost kernel: [Hardware Error]: Error Status: Corrected error, no action required.
Jun 21 15:36:23 localhost kernel: [Hardware Error]: CPU:0 (10:4:2) MC2_STATUS[Over|CE|-|-|AddrV|CECC]: 0xd40041000000010a
Jun 21 15:36:23 localhost kernel: [Hardware Error]: MC2_ADDR: 0x00000002fe700a40
Jun 21 15:36:23 localhost kernel: [Hardware Error]: cache level: L2, tx: GEN, mem-tx: GEN
With the update to Kernel 3.15 these messages began to occur much more often. I got 80000 lines of error logs in 5 minutes, journalctl said "coulden't log message, too may messages in too short time" (or something like that):
The computer kept working but stuff like su or sudo did not work any more, I guess the kernel got flooded with error messages.
The question is: How can I fix that? Is there a way to stop the reporting of those errors? Any other good idea?
Offline
It really seems to be a hardware error: https://bugzilla.kernel.org/show_bug.cgi?id=43205
Last edited by x33a (2014-06-21 16:31:45)
Offline
Yes, it probably is. But I want to ignore it because my CPU works just fine. The Problem began when the error was printed every second or even more in kerlen 3.15 instead of every 300 seconds in every version before that. I want to decrease the logging frequency or just disable it. I know its not the best solution, but I don't want to buy a new CPU
Offline
Playing around with loglevel might help you suppress these messages. But that might have the side-effect of suppressing other useful messages as well.
Also, here's another guy (unless it's you ) with the same cpu as yours and having the same problem. So it might not be a hardware error, maybe just some compatibity issue/regression in the kernel.
Offline
No, its not me I found that when I first looked into those messages but as no one had any solution I kept ignoring it which worked well till 3 days ago
He also mentioned, it appears every 5 minutes which would be totally fine. The new 3.15 kernel must have some change in the logging. I used Arch Rollback Machine which worked great, but that is not a permanent solution. Blocking the Kernel from being updated also seems to be a bad idea.
Is here any instruction on how to change loglevels? I found nothing helpful... I already have "quiet" in the kernel parameters but thats not it...
Offline
Give loglevel=0 a try. Of course, remove quiet before using this parameter.
Also, you can find the different loglevel values on the following page: https://www.kernel.org/doc/Documentatio … meters.txt
PS: By the way, since when did you start noticing these errors?
Last edited by x33a (2014-06-22 08:48:45)
Offline
Thaks I will try that later. I had those errors since I installed Arch 1,5 years ago. There never was any particular problem.
Offline
It did not help. I added to /etc/default/grub at GRUB_CMDLINE_LINUX_DEFAULT="loglevel=0" (thats correct?) but errors still appeared and made the system unusable. I noticed shutdown does not work as well. Is this an error I should report to the kernel developers or will they just be annoyed?
Offline
You should definitely report this error upstream.
Offline
If someone find this with the same error: I reported it at the kernel bugtracker, but they were... not helpful:
https://bugzilla.kernel.org/show_bug.cgi?id=78781
I feel they ignored the real problem saying "buy a new CPU"
Offline
Maybe give the linux-lts package a try. If that doesn't work, you might have to try a more conservative distro which runs older kernels.
Offline
Probably the timing of the messages has changed because some unrelated kernel code has changed to trig "your" cache bug more often (?) just guessing.
But in that case you cannot ask kernel devs to workaround it, and there would be the possibility that the flood will go away in a next version.
Anyway, if no dev will help you with a fast reply, you will need to bisect the kernel to, at least, pointing the kernel developers to the problematic commit.
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline
^This.
You may also have some luck improving cooling, increasing Vcore (risk of hardware damage, blah blah blah) or reducing clock speed.
Last edited by mich41 (2014-07-30 19:33:40)
Offline
@x33a I will try the lts packages when it becomes necessary, thanks I hope more people will the the bug once 3.15 arives in Ubuntu or something.
@ kokoko3k
You are probably right but my programming skills are close to zero. I will have a look at your link though
Offline
Did you ever find a solution to this other than using a 3.14.x kernel? I’m having the same problem with an AMD FX-6300 CPU.
My error message is a little bit different, but the problem is the same:
Mai 06 21:49:22 archpc kernel: [Hardware Error]: MC4 Error (node 0): L3 data cache ECC error.
Mai 06 21:49:22 archpc kernel: [Hardware Error]: Error Status: Corrected error, no action required.
Mai 06 21:49:23 archpc kernel: [Hardware Error]: CPU:0 (15:2:0) MC4_STATUS[Over|CE|MiscV|-|AddrV|-|-|CECC]: 0xdd0144e5001c011b
Mai 06 21:49:23 archpc kernel: [Hardware Error]: MC4_ADDR: 0x00000000a6bf2b84
Mai 06 21:49:23 archpc kernel: [Hardware Error]: cache level: L3/GEN, tx: GEN, mem-tx: RD
This appears every five minutes on a 3.14.x kernel, but way more on a newer kernel so that the computer is not usable any more … my KDE session freezes and the virtual console gets flooded with the above error message.
Can these error messages be suppressed?
Offline
Sorry, I never got a solution. I Installed some Ubuntu LTS with Kernel 3.14, gave it to my parents and bought an Intel. Not a good solution... Just out of Interest, which CPU do you have?
Offline
I’m having the same problem with an AMD FX-6300 CPU.
I’m fine for now with linux-lts since I discovered that there are VirtualBox kernel modules for the LTS kernel as well.
Offline
Oh sorry.. it was very early I still think this needs to be fixed in the Kernel... Maybe try opening a bug report there?
Offline
i had the same problem in debian (8.5) with a phenom II x2 555, black edition, 3.2Ghz.... which can be unlocked into a "phenom x4 b55".
the errors would start appearing in any open terminal after a couple of minutes, and after a few more minutes they'd turn into a flood of error messages.
i found out after a couple of tests that it was caused by core 3. when i used it as a triple core with cores 1, 2 and 4 it appeared stable. but it scared me out of using more than the default 2 cores anyway, i'm not interested in an unstable system. i overclocked the cores one at a time up to 4ghz (black edition, unlocked multiplier) and none of them would fail ~15mins of mprime stress test (without changing any voltages)... at 4.1ghz the entire system would crash. debian terminal was the only sign of any instability. i intended to test it further, increasing vcore and northbridge voltage, but lost interest in core unlocking after the error flood (normally i underclock).
Offline
No necro-bumping please. Closing.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Pages: 1
Topic closed