<?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>Rule of Tech &#187; Tech</title>
	<atom:link href="http://ruleoftech.com/journal/tag/tech/feed" rel="self" type="application/rss+xml" />
	<link>http://ruleoftech.com</link>
	<description>Everything and nothing but still something about Tech</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:58:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Keeping up with the time in Xen</title>
		<link>http://ruleoftech.com/journal/keeping-up-with-the-time-in-xen</link>
		<comments>http://ruleoftech.com/journal/keeping-up-with-the-time-in-xen#comments</comments>
		<pubDate>Mon, 21 Jan 2008 18:16:16 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://ruleoftech.wordpress.com/2008/01/21/keeping-up-with-the-time-in-xen-domu/</guid>
		<description><![CDATA[<p>A simple tip for keeping up with the time in Xen when your domU isn&#8217;t syncing the clock frequently enough and your clock is whatever. Of course you can sync your clock with <em>ntpdate</em> but first you need to set the domain (domU) to run its wallclock independently from Xen.</p>
<p>Simply say in the command line of domU:<br />
<code>echo 1 &#62; /proc/sys/xen/independent_wallclock</code></p>
<p>Or if you have noclobber on:<br />
<code>echo 1 &#62;!</code>&#8230; <a href="http://ruleoftech.com/journal/keeping-up-with-the-time-in-xen" class="read_more">Continue reading <span class=\\\"meta-nav\\\">&#8594;</span></a></p>]]></description>
			<content:encoded><![CDATA[<p>A simple tip for keeping up with the time in Xen when your domU isn&#8217;t syncing the clock frequently enough and your clock is whatever. Of course you can sync your clock with <em>ntpdate</em> but first you need to set the domain (domU) to run its wallclock independently from Xen.</p>
<p>Simply say in the command line of domU:<br />
<code>echo 1 &gt; /proc/sys/xen/independent_wallclock</code></p>
<p>Or if you have noclobber on:<br />
<code>echo 1 &gt;! /proc/sys/xen/independent_wallclock</code></p>
<p>To reenable tracking of Xen wallclock:<br />
<code>echo 0 &gt; /proc/sys/xen/independent_wallclock</code></p>
<p>And to keep the setting between reboots, just add it to the <em>/etc/sysctl.conf</em>:<br />
<code>xen.independent_wallclock = 1</code></p>
<p>Although, it is better if the Xen dom0 syncs the clock frequently so all the domains (domU) don&#8217;t need to do it by themselves and thus wasting resources. Why do things multiple times when it could be done just once.</p>
<h2  class="related_post_title">Related journal entries</h2><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://ruleoftech.com/journal/keeping-up-with-the-time-in-xen/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

