<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>amd intel &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/amd-intel/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Fri, 09 Sep 2011 14:29:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Detect Hardware Errors On Linux</title>
		<link>https://lifelinux.com/how-to-detect-hardware-errors-on-linux/</link>
					<comments>https://lifelinux.com/how-to-detect-hardware-errors-on-linux/#comments</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Fri, 09 Sep 2011 14:07:53 +0000</pubDate>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[/dev/mcelog]]></category>
		<category><![CDATA[/etc/cron.d/mcelog]]></category>
		<category><![CDATA[/var/log/mcelog]]></category>
		<category><![CDATA[amd intel]]></category>
		<category><![CDATA[bit systems]]></category>
		<category><![CDATA[blue screen of death]]></category>
		<category><![CDATA[blue screen of death bsod]]></category>
		<category><![CDATA[communication error]]></category>
		<category><![CDATA[cpu cache]]></category>
		<category><![CDATA[cron job]]></category>
		<category><![CDATA[error logs]]></category>
		<category><![CDATA[hardware error]]></category>
		<category><![CDATA[hardware errors]]></category>
		<category><![CDATA[hardware failure]]></category>
		<category><![CDATA[hardware problem]]></category>
		<category><![CDATA[intel 64 bit]]></category>
		<category><![CDATA[kernel panic]]></category>
		<category><![CDATA[machine check exception]]></category>
		<category><![CDATA[mcelog command]]></category>
		<category><![CDATA[memory error]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1187</guid>

					<description><![CDATA[<p>A Machine Check Exception (MCE) is a type of computer hardware error that occurs when a computer&#8217;s central processing unit detects a hardware problem. On Linux, a process (such as mcelog ) writes a message to the kernel log and/or the console screen. mcelog is a daemon to handle machine check events (hardware errors) on [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-detect-hardware-errors-on-linux/">How To Detect Hardware Errors On Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>A Machine Check Exception (<strong>MCE</strong>) is a type of computer hardware error that occurs when a computer&#8217;s central processing unit detects a hardware problem. On Linux, a process (such as mcelog ) writes a message to the kernel log and/or the console screen.<br />
<span id="more-1187"></span><br />
<strong>mcelog</strong> is a daemon to handle machine check events (hardware errors) on x86-64 machines running an x86 Linux kernel. It accounts and logs CPU and memory errors, supports triggers on error thresholds, and can predictively offline memory pages and CPUs based on error trends. This daemon should run on all x86 Linux systems that want to handle hardware errors. All errors are logged to /var/log/mcelog or syslog.</p>
<h2>Installing mcelog</h2>
<p>To install mcelog on CentOS / RedHat, type the following command</p>
<pre># yum install mcelog</pre>
<p>Type the following command under Debian / Ubuntu</p>
<pre># apt-get update &amp;&amp; apt-get install mcelog</pre>
<h2>How to view mcelog ?</h2>
<p>Using tail command</p>
<pre># tail -f /var/log/mcelog</pre>
<p>To send mail alert automatically when hardware error found on the system, you can write a shell script and call it via cron job:</p>
<pre># [ $(tail -i "hardware error" /var/log/mcelog) -gt 0 ] &amp;&amp; echo "Hardware Error Found $(hostname) @ $(date)" | mail -s "[Alert] Hardware error" admin@domain.com</pre>
<g:plusone href="https://lifelinux.com/how-to-detect-hardware-errors-on-linux/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-detect-hardware-errors-on-linux/">How To Detect Hardware Errors On Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-detect-hardware-errors-on-linux/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
