<?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"
	>
<channel>
	<title>Comments on: NTPd on CentOS 4.2</title>
	<atom:link href="http://blog.scottlowe.org/2005/12/19/ntpd-on-centos-42/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2005/12/19/ntpd-on-centos-42/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Fri, 05 Dec 2008 07:43:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2005/12/19/ntpd-on-centos-42/#comment-2748</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Mon, 16 Oct 2006 13:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=142#comment-2748</guid>
		<description>Clucien--thanks for the info!  I'll give that a try and see how it works.

Scott</description>
		<content:encoded><![CDATA[<p>Clucien&#8211;thanks for the info!  I&#8217;ll give that a try and see how it works.</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clucien</title>
		<link>http://blog.scottlowe.org/2005/12/19/ntpd-on-centos-42/#comment-2747</link>
		<dc:creator>Clucien</dc:creator>
		<pubDate>Mon, 16 Oct 2006 11:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=142#comment-2747</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&#38;goto=7153&#38;

You are adding 'clock=pmtmr' and booting from the 'EL' kernel.

You then add the 'burst iburst' 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&amp;goto=7153&#038;amp" rel="nofollow">http://forum.openvz.org/index.php?t=msg&amp;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>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2005/12/19/ntpd-on-centos-42/#comment-156</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Sat, 14 Jan 2006 05:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=142#comment-156</guid>
		<description>Joseph,

Thanks for the reply.  I actually was able to resolve the problem (mostly) through a combination of factors.  See http://blog.scottlowe.org/2005/12/23/centos-ntpd-problem-mostly-resolved/ for all the details.  The server now stays within a minute or two of the reference clock but logs a great deal of ntpd-related messages in /var/log/messages.</description>
		<content:encoded><![CDATA[<p>Joseph,</p>
<p>Thanks for the reply.  I actually was able to resolve the problem (mostly) through a combination of factors.  See <a href="http://blog.scottlowe.org/2005/12/23/centos-ntpd-problem-mostly-resolved/" rel="nofollow">http://blog.scottlowe.org/2005/12/23/centos-ntpd-problem-mostly-resolved/</a> for all the details.  The server now stays within a minute or two of the reference clock but logs a great deal of ntpd-related messages in /var/log/messages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Dobransky</title>
		<link>http://blog.scottlowe.org/2005/12/19/ntpd-on-centos-42/#comment-155</link>
		<dc:creator>Joseph Dobransky</dc:creator>
		<pubDate>Fri, 13 Jan 2006 09:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=142#comment-155</guid>
		<description>I posted an article and provide a script for that purpose.

http://forums.ev1servers.net/showthread.php?t=60087

Follow the directions. Although, I mention RHEL I have all my Centos4.2 servers running it quite well.</description>
		<content:encoded><![CDATA[<p>I posted an article and provide a script for that purpose.</p>
<p><a href="http://forums.ev1servers.net/showthread.php?t=60087" rel="nofollow">http://forums.ev1servers.net/showthread.php?t=60087</a></p>
<p>Follow the directions. Although, I mention RHEL I have all my Centos4.2 servers running it quite well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
