<?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: CentOS NTPd Problem (Mostly) Resolved</title>
	<atom:link href="http://blog.scottlowe.org/2005/12/23/centos-ntpd-problem-mostly-resolved/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2005/12/23/centos-ntpd-problem-mostly-resolved/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:13:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2005/12/23/centos-ntpd-problem-mostly-resolved/comment-page-1/#comment-16126</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Sat, 30 Dec 2006 19:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=144#comment-16126</guid>
		<description>Chris,

I believe that I finally got it working reasonably well with &quot;acpi=off nosmp clock=pit noapic&quot; (or similar; I can&#039;t remember the exact syntax right at this moment).  In addition, I added &quot;burst iburst&quot; to the ntp.conf file where the server(s) were defined.  After those changes, it seemed to work reasonably well (still the occasional synchronization message in the log files).

Thanks for the help.

Scott</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>I believe that I finally got it working reasonably well with &#8220;acpi=off nosmp clock=pit noapic&#8221; (or similar; I can&#8217;t remember the exact syntax right at this moment).  In addition, I added &#8220;burst iburst&#8221; to the ntp.conf file where the server(s) were defined.  After those changes, it seemed to work reasonably well (still the occasional synchronization message in the log files).</p>
<p>Thanks for the help.</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Van Den Abbeele</title>
		<link>http://blog.scottlowe.org/2005/12/23/centos-ntpd-problem-mostly-resolved/comment-page-1/#comment-16098</link>
		<dc:creator>Chris Van Den Abbeele</dc:creator>
		<pubDate>Sat, 30 Dec 2006 16:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=144#comment-16098</guid>
		<description>just my 2 cents :
I guess the correct syntax is acpi=off iso acpi=no
VM clock drift depends on the cpu of the host, if it does speed stepping then you&#039;ll need acpi=off (on the host and on the vm&#039;s)
chris</description>
		<content:encoded><![CDATA[<p>just my 2 cents :<br />
I guess the correct syntax is acpi=off iso acpi=no<br />
VM clock drift depends on the cpu of the host, if it does speed stepping then you&#8217;ll need acpi=off (on the host and on the vm&#8217;s)<br />
chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2005/12/23/centos-ntpd-problem-mostly-resolved/comment-page-1/#comment-2749</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Mon, 16 Oct 2006 13:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=144#comment-2749</guid>
		<description>Clucien--I appreciate the info.

Scott</description>
		<content:encoded><![CDATA[<p>Clucien&#8211;I appreciate the info.</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clucien</title>
		<link>http://blog.scottlowe.org/2005/12/23/centos-ntpd-problem-mostly-resolved/comment-page-1/#comment-2746</link>
		<dc:creator>Clucien</dc:creator>
		<pubDate>Mon, 16 Oct 2006 11:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=144#comment-2746</guid>
		<description>This seemed to work for me on a windows vmware server.

Got the idea from http://forum.openvz.org/index.php?t=msg&amp;goto=7153&amp;

You are adding &#039;clock=pmtmr&#039; and booting from the &#039;EL&#039; kernel.

You then add the &#039;burst iburst&#039; to your ntp.conf.


1) grub.conf


default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS_ServerCD (2.6.9-34.ELsmp)
        root (hd0,0)
        kernel /vmlinuz-2.6.9-34.ELsmp ro 

root=/dev/VolGroup00/LogVol00 clock=pmtmr
        initrd /initrd-2.6.9-34.ELsmp.img
title CentOS_ServerCD-up (2.6.9-34.EL)
        root (hd0,0)
        kernel /vmlinuz-2.6.9-34.EL ro 

root=/dev/VolGroup00/LogVol00 clock=pmtmr
        initrd /initrd-2.6.9-34.EL.img


2) ntp.conf

server 3.us.pool.ntp.org  burst iburst
server 2.us.pool.ntp.org  burst iburst
server 1.us.pool.ntp.org  burst iburst
-----------

I hope this helps someone.</description>
		<content:encoded><![CDATA[<p>This seemed to work for me on a windows vmware server.</p>
<p>Got the idea from <a href="http://forum.openvz.org/index.php?t=msg&#038;goto=7153&#038;amp" rel="nofollow">http://forum.openvz.org/index.php?t=msg&#038;goto=7153&#038;amp</a>;</p>
<p>You are adding &#8216;clock=pmtmr&#8217; and booting from the &#8216;EL&#8217; kernel.</p>
<p>You then add the &#8216;burst iburst&#8217; to your ntp.conf.</p>
<p>1) grub.conf</p>
<p>default=1<br />
timeout=5<br />
splashimage=(hd0,0)/grub/splash.xpm.gz<br />
hiddenmenu<br />
title CentOS_ServerCD (2.6.9-34.ELsmp)<br />
        root (hd0,0)<br />
        kernel /vmlinuz-2.6.9-34.ELsmp ro </p>
<p>root=/dev/VolGroup00/LogVol00 clock=pmtmr<br />
        initrd /initrd-2.6.9-34.ELsmp.img<br />
title CentOS_ServerCD-up (2.6.9-34.EL)<br />
        root (hd0,0)<br />
        kernel /vmlinuz-2.6.9-34.EL ro </p>
<p>root=/dev/VolGroup00/LogVol00 clock=pmtmr<br />
        initrd /initrd-2.6.9-34.EL.img</p>
<p>2) ntp.conf</p>
<p>server 3.us.pool.ntp.org  burst iburst<br />
server 2.us.pool.ntp.org  burst iburst<br />
server 1.us.pool.ntp.org  burst iburst<br />
&#8212;&#8212;&#8212;&#8211;</p>
<p>I hope this helps someone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

