LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-17-2014, 10:06 PM   #1
kfritz
Member
 
Registered: Aug 2006
Distribution: Slackware, OpenBSD, CentOS, Ubuntu
Posts: 99

Rep: Reputation: 31
Hardware Error in syslog


I've not seen output like this before:

Code:
Jun 17 19:52:01 hex kernel: [137282.075199] [Hardware Error]: MC1 Error: Parity error during data load.
Jun 17 19:52:01 hex kernel: [137282.075206] [Hardware Error]: Error Status: Corrected error, no action required.
Jun 17 19:52:01 hex kernel: [137282.075209] [Hardware Error]: CPU:2 (10:a:0) MC1_STATUS[-|CE|-|-|AddrV]: 0x9400000000000151
Jun 17 19:52:01 hex kernel: [137282.075211] [Hardware Error]: MC1_ADDR: 0x00007f1827e21260
Jun 17 19:52:01 hex kernel: [137282.075212] [Hardware Error]: cache level: L1, tx: INSN, mem-tx: IRD
Anyone have a clue what's failing here? I was running a few VM's pretty hard during this time...
 
Old 06-18-2014, 01:51 AM   #2
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Looks like a CPU core timing error. What kind of CPU are you using?
 
Old 06-18-2014, 09:41 AM   #3
kfritz
Member
 
Registered: Aug 2006
Distribution: Slackware, OpenBSD, CentOS, Ubuntu
Posts: 99

Original Poster
Rep: Reputation: 31
AMD Phenom(tm) II X6 1100T Processor
 
Old 06-18-2014, 03:39 PM   #4
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Are you using single core per VM or multi-core?
 
Old 06-18-2014, 06:52 PM   #5
kfritz
Member
 
Registered: Aug 2006
Distribution: Slackware, OpenBSD, CentOS, Ubuntu
Posts: 99

Original Poster
Rep: Reputation: 31
All my VM's are running single CPU, but I'm not setting any affinity, if that's what you're asking. I was running some upgrades on 4 VM's simultaneously, and had another running that was fairly idle at the time.
 
Old 06-18-2014, 07:00 PM   #6
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
What level of % of CPU resource per core do you allow for each VM?
 
Old 06-19-2014, 12:54 AM   #7
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
Quote:
Originally Posted by kfritz View Post
AMD Phenom(tm) II X6 1100T Processor
I have that CPU, too. It's thrown that error a few times when the heatsink needed to be cleaned.
 
Old 06-19-2014, 04:46 AM   #8
anscal
Member
 
Registered: Apr 2011
Distribution: Slackware, RHEL
Posts: 31

Rep: Reputation: 15
Are you using ECC RAM modules? It may be that a memory error has been corrected through ECC.
 
Old 06-19-2014, 10:21 AM   #9
kfritz
Member
 
Registered: Aug 2006
Distribution: Slackware, OpenBSD, CentOS, Ubuntu
Posts: 99

Original Poster
Rep: Reputation: 31
Quote:
What level of % of CPU resource per core do you allow for each VM?
I'm just running qemu-kvm (qemu-system-x86_64) with some pretty generic parameters:
Code:
qemu-kvm \
    -net vde,vlan=0 -net nic,vlan=0,macaddr=DE:AD:BE:EF:00:0C \
    -m 1G \
    -drive file=disk.bin,index=0,cache=writeback \
    -enable-kvm \
    &
Quote:
I have that CPU, too. It's thrown that error a few times when the heatsink needed to be cleaned.
Hmm, I'll have to take a look this weekend. Damn cats!
Quote:
Are you using ECC RAM modules?
Yes. I actually forgot that I spent the extra $$ on that.
 
Old 06-19-2014, 10:57 AM   #10
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Looks like a CPU L1 cache error, but it was corrected. As long as everything still works without crashing it's ok. Cleaning the heat sink and other fans is a good idea.

Even if one of the cores fails at the level of the L1 cache, you can still run the system with fewer cores with some kernel boot options to disable the failed core. So far this is not needed.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Syslog System Hardware Requirements ashsethi Linux - Server 4 07-12-2013 02:17 PM
[SOLVED] Suddenly, strange hardware(?) warnings from syslog... irgunII Slackware 20 02-22-2013 11:52 PM
Syslog.c error dianming Linux From Scratch 10 12-29-2011 05:38 PM
2.6.5 syslog error hemp4fuel Linux - General 1 05-02-2004 09:07 AM
Syslog error smokedog Linux - Software 0 02-27-2004 04:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration