<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Quickpost: RTC problems in Debian on Dell PowerEdge servers</title>
	<atom:link href="http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/</link>
	<description>Nix is sexy</description>
	<lastBuildDate>Fri, 16 Oct 2009 09:11:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: VMWare RTC Meldungen &#187; flocki wills wissen</title>
		<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/comment-page-1/#comment-1549</link>
		<dc:creator>VMWare RTC Meldungen &#187; flocki wills wissen</dc:creator>
		<pubDate>Fri, 12 Sep 2008 14:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/#comment-1549</guid>
		<description>[...] http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/" rel="nofollow">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/comment-page-1/#comment-899</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 03 Jul 2008 13:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/#comment-899</guid>
		<description>I&#039;ve been having timing issues with vmplayer on a custom kernel. I have done EVERY possible thing I could think of when building a custom kernel for vmplayer but the time always runs really fast and the reported CPU is much slower than it actually is. I read all of vmware&#039;s documentation and all I found is that the kernel requires the rtc and parallel port support. Using the tsc as the system timer works fine for the guest (with the exception of choppy audio) but performance suffers. I would like to be able to use the hpet. Could you possibly post your entire kernel config? btw, vmware&#039;s documentation for linux is disgusting so I appreciate posts like this.
Thanks,
Ben</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been having timing issues with vmplayer on a custom kernel. I have done EVERY possible thing I could think of when building a custom kernel for vmplayer but the time always runs really fast and the reported CPU is much slower than it actually is. I read all of vmware&#8217;s documentation and all I found is that the kernel requires the rtc and parallel port support. Using the tsc as the system timer works fine for the guest (with the exception of choppy audio) but performance suffers. I would like to be able to use the hpet. Could you possibly post your entire kernel config? btw, vmware&#8217;s documentation for linux is disgusting so I appreciate posts like this.<br />
Thanks,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rada</title>
		<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/comment-page-1/#comment-707</link>
		<dc:creator>Rada</dc:creator>
		<pubDate>Sat, 26 Apr 2008 12:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/#comment-707</guid>
		<description>That is very odd. I&#039;ve never - at all - come across this issue with 64-bit architectures.

Did you try poking in your kernel config?</description>
		<content:encoded><![CDATA[<p>That is very odd. I&#8217;ve never &#8211; at all &#8211; come across this issue with 64-bit architectures.</p>
<p>Did you try poking in your kernel config?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/comment-page-1/#comment-691</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Thu, 17 Apr 2008 01:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/#comment-691</guid>
		<description>revisiting this issue... apparently this isn&#039;t the magic bullet...

/proc$ zcat config.gz &#124;grep CONFIG_RTC
CONFIG_RTC=y
/proc$ zcat config.gz &#124;grep HPET
CONFIG_HPET_EMULATE_RTC=y
/proc$ dmesg &#124; tail -2
rtc: lost some interrupts at 512Hz.
rtc: lost some interrupts at 512Hz.

Hardware is SC1435.
Linux hostname 2.6.22-3-amd64 #1 SMP Mon Nov 12 17:53:18 UTC 2007 x86_64 GNU/Linux

Any other ideas?</description>
		<content:encoded><![CDATA[<p>revisiting this issue&#8230; apparently this isn&#8217;t the magic bullet&#8230;</p>
<p>/proc$ zcat config.gz |grep CONFIG_RTC<br />
CONFIG_RTC=y<br />
/proc$ zcat config.gz |grep HPET<br />
CONFIG_HPET_EMULATE_RTC=y<br />
/proc$ dmesg | tail -2<br />
rtc: lost some interrupts at 512Hz.<br />
rtc: lost some interrupts at 512Hz.</p>
<p>Hardware is SC1435.<br />
Linux hostname 2.6.22-3-amd64 #1 SMP Mon Nov 12 17:53:18 UTC 2007 x86_64 GNU/Linux</p>
<p>Any other ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rada</title>
		<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/comment-page-1/#comment-582</link>
		<dc:creator>Rada</dc:creator>
		<pubDate>Sun, 09 Mar 2008 13:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/#comment-582</guid>
		<description>th3D:
Well, in my situation (With a Dell PowerEdge server), the BIOS didn&#039;t have an option to turn off HPET. Also, why NOT use HPET?</description>
		<content:encoded><![CDATA[<p>th3D:<br />
Well, in my situation (With a Dell PowerEdge server), the BIOS didn&#8217;t have an option to turn off HPET. Also, why NOT use HPET?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: th3D</title>
		<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/comment-page-1/#comment-580</link>
		<dc:creator>th3D</dc:creator>
		<pubDate>Sun, 09 Mar 2008 04:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/#comment-580</guid>
		<description>WHY rebuild kernel when HPET usually can be turned off in BIOS? HPET isnt a requirement but rather a supplement, im sure HPET will be supported in the next major Debian release, until then Debian is still one of the best distros and i hope people dont start recompiling or change distro without taking 30 seconds to look for it in Bios first.</description>
		<content:encoded><![CDATA[<p>WHY rebuild kernel when HPET usually can be turned off in BIOS? HPET isnt a requirement but rather a supplement, im sure HPET will be supported in the next major Debian release, until then Debian is still one of the best distros and i hope people dont start recompiling or change distro without taking 30 seconds to look for it in Bios first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rada</title>
		<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/comment-page-1/#comment-383</link>
		<dc:creator>Rada</dc:creator>
		<pubDate>Mon, 07 Jan 2008 07:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/#comment-383</guid>
		<description>The important part is setting &quot;RCT&quot; to be built-in. Have you made sure of that?</description>
		<content:encoded><![CDATA[<p>The important part is setting &#8220;RCT&#8221; to be built-in. Have you made sure of that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/comment-page-1/#comment-382</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Mon, 07 Jan 2008 06:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/#comment-382</guid>
		<description>Apparently Debian has CONFIG_HPET_EMULATE_RTC=y set by default now (At least in 2.6.22-3-amd64 it is). Hardware is Dell PE 1435.

But I&#039;m still getting the infamous &quot;rtc: lost some interrupts at 512Hz.&quot;</description>
		<content:encoded><![CDATA[<p>Apparently Debian has CONFIG_HPET_EMULATE_RTC=y set by default now (At least in 2.6.22-3-amd64 it is). Hardware is Dell PE 1435.</p>
<p>But I&#8217;m still getting the infamous &#8220;rtc: lost some interrupts at 512Hz.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/comment-page-1/#comment-370</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Sun, 06 Jan 2008 09:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/#comment-370</guid>
		<description>Thank you for this post. It was a major time saver and much appreciated.</description>
		<content:encoded><![CDATA[<p>Thank you for this post. It was a major time saver and much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rada</title>
		<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/comment-page-1/#comment-24</link>
		<dc:creator>Rada</dc:creator>
		<pubDate>Mon, 29 Oct 2007 20:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/#comment-24</guid>
		<description>Hi Ralf,
This does not only apply to Dell hardware. If anybody is experiencing these specific problems with RTC on their hardware, I think this might work.

I&#039;ve read up a bit on HPET, and it seems Dell is one of the few companies who were the first to manufacture hardware with it.

Also, any Linux OS that displays the symptoms is affected. =)</description>
		<content:encoded><![CDATA[<p>Hi Ralf,<br />
This does not only apply to Dell hardware. If anybody is experiencing these specific problems with RTC on their hardware, I think this might work.</p>
<p>I&#8217;ve read up a bit on HPET, and it seems Dell is one of the few companies who were the first to manufacture hardware with it.</p>
<p>Also, any Linux OS that displays the symptoms is affected. =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->