<?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 for Michael Conigliaro</title>
	<atom:link href="http://conigliaro.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://conigliaro.org</link>
	<description>cat /dev/brain &#62;&#62; blog</description>
	<lastBuildDate>Thu, 02 Jul 2009 19:28:08 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Automatic, Rotating VM Snapshots on Xen with xen-vm-autosnapshot.py by Mike</title>
		<link>http://conigliaro.org/2009/05/19/automatic-rotating-vm-snapshots-on-xen-with-xen-vm-autosnapshotpy/comment-page-1/#comment-307</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 02 Jul 2009 19:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://conigliaro.org/?p=352#comment-307</guid>
		<description>XenAPI.py should be placed either in the same directory as xen-vm-autosnapshot.py, or in the python site-packages directory (usually /usr/lib/python2.5/site-packages on linux or c:\Python25\Lib\site-packages on windows). See &lt;a href=&quot;http://docs.python.org/using/cmdline.html#envvar-PYTHONPATH&quot; rel=&quot;nofollow&quot;&gt;PYTHONPATH&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>XenAPI.py should be placed either in the same directory as xen-vm-autosnapshot.py, or in the python site-packages directory (usually /usr/lib/python2.5/site-packages on linux or c:\Python25\Lib\site-packages on windows). See <a href="http://docs.python.org/using/cmdline.html#envvar-PYTHONPATH" rel="nofollow">PYTHONPATH</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic, Rotating VM Snapshots on Xen with xen-vm-autosnapshot.py by Kit</title>
		<link>http://conigliaro.org/2009/05/19/automatic-rotating-vm-snapshots-on-xen-with-xen-vm-autosnapshotpy/comment-page-1/#comment-306</link>
		<dc:creator>Kit</dc:creator>
		<pubDate>Thu, 02 Jul 2009 18:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://conigliaro.org/?p=352#comment-306</guid>
		<description> how does one load the xenapi on a server so that this script can use it.  I have py2.5 on this other machine but it&#039;s now throwing errors wanting xenapi...  :\</description>
		<content:encoded><![CDATA[<p>how does one load the xenapi on a server so that this script can use it.  I have py2.5 on this other machine but it&#8217;s now throwing errors wanting xenapi&#8230;  :\</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic, Rotating VM Snapshots on Xen with xen-vm-autosnapshot.py by Mike</title>
		<link>http://conigliaro.org/2009/05/19/automatic-rotating-vm-snapshots-on-xen-with-xen-vm-autosnapshotpy/comment-page-1/#comment-303</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 29 Jun 2009 15:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://conigliaro.org/?p=352#comment-303</guid>
		<description>unfortunately, i dont think the xen api provides a way to see what operating system is running on a particular vm. at the moment, the only way to select vms is by name (using the --vms option), so if you know which machines are running windows, you could always use a regular expression like --vms=&quot;(vm1&#124;vm2&#124;vm3)&quot;.</description>
		<content:encoded><![CDATA[<p>unfortunately, i dont think the xen api provides a way to see what operating system is running on a particular vm. at the moment, the only way to select vms is by name (using the &#8211;vms option), so if you know which machines are running windows, you could always use a regular expression like &#8211;vms=&#8221;(vm1|vm2|vm3)&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic, Rotating VM Snapshots on Xen with xen-vm-autosnapshot.py by Kit</title>
		<link>http://conigliaro.org/2009/05/19/automatic-rotating-vm-snapshots-on-xen-with-xen-vm-autosnapshotpy/comment-page-1/#comment-302</link>
		<dc:creator>Kit</dc:creator>
		<pubDate>Mon, 29 Jun 2009 13:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://conigliaro.org/?p=352#comment-302</guid>
		<description>Is there a good way, Mike, that you know of to make this script work for only the windows based VMs?</description>
		<content:encoded><![CDATA[<p>Is there a good way, Mike, that you know of to make this script work for only the windows based VMs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic, Rotating VM Snapshots on Xen with xen-vm-autosnapshot.py by Mike</title>
		<link>http://conigliaro.org/2009/05/19/automatic-rotating-vm-snapshots-on-xen-with-xen-vm-autosnapshotpy/comment-page-1/#comment-299</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://conigliaro.org/?p=352#comment-299</guid>
		<description>thanks ross, i thought i did that, but i guess not! in the latest version, the website shows up when you use the --version option.</description>
		<content:encoded><![CDATA[<p>thanks ross, i thought i did that, but i guess not! in the latest version, the website shows up when you use the &#8211;version option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic, Rotating VM Snapshots on Xen with xen-vm-autosnapshot.py by Ross</title>
		<link>http://conigliaro.org/2009/05/19/automatic-rotating-vm-snapshots-on-xen-with-xen-vm-autosnapshotpy/comment-page-1/#comment-298</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Thu, 25 Jun 2009 13:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://conigliaro.org/?p=352#comment-298</guid>
		<description>Quick suggestion:  Add the URL to this page to the comments in that file.  It&#039;s a small detail, but it means anybody who gets a copy of this script knows where to come for updates.</description>
		<content:encoded><![CDATA[<p>Quick suggestion:  Add the URL to this page to the comments in that file.  It&#8217;s a small detail, but it means anybody who gets a copy of this script knows where to come for updates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic, Rotating VM Snapshots on Xen with xen-vm-autosnapshot.py by Kit</title>
		<link>http://conigliaro.org/2009/05/19/automatic-rotating-vm-snapshots-on-xen-with-xen-vm-autosnapshotpy/comment-page-1/#comment-297</link>
		<dc:creator>Kit</dc:creator>
		<pubDate>Wed, 24 Jun 2009 15:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://conigliaro.org/?p=352#comment-297</guid>
		<description>any news on the post about volume snapshots not deleting?</description>
		<content:encoded><![CDATA[<p>any news on the post about volume snapshots not deleting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic, Rotating VM Snapshots on Xen with xen-vm-autosnapshot.py by Mike</title>
		<link>http://conigliaro.org/2009/05/19/automatic-rotating-vm-snapshots-on-xen-with-xen-vm-autosnapshotpy/comment-page-1/#comment-295</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 17 Jun 2009 16:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://conigliaro.org/?p=352#comment-295</guid>
		<description>hey kit,

the syntax error you&#039;re getting is because of &lt;a href=&quot;http://docs.python.org/reference/compound_stmts.html#the-try-statement&quot; rel=&quot;nofollow&quot;&gt;a change that was made to the &quot;try&quot; statement in python 2.5&lt;/a&gt;.

you don&#039;t need to install the script on the xenserver itself though. if you&#039;re just testing, you can even run it from your desktop if you want.</description>
		<content:encoded><![CDATA[<p>hey kit,</p>
<p>the syntax error you&#8217;re getting is because of <a href="http://docs.python.org/reference/compound_stmts.html#the-try-statement" rel="nofollow">a change that was made to the &#8220;try&#8221; statement in python 2.5</a>.</p>
<p>you don&#8217;t need to install the script on the xenserver itself though. if you&#8217;re just testing, you can even run it from your desktop if you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic, Rotating VM Snapshots on Xen with xen-vm-autosnapshot.py by Kit</title>
		<link>http://conigliaro.org/2009/05/19/automatic-rotating-vm-snapshots-on-xen-with-xen-vm-autosnapshotpy/comment-page-1/#comment-294</link>
		<dc:creator>Kit</dc:creator>
		<pubDate>Wed, 17 Jun 2009 16:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://conigliaro.org/?p=352#comment-294</guid>
		<description>I&#039;m getting...

  File &quot;./xen-vm-autosnapshot.py&quot;, line 305
    finally:
          ^
SyntaxError: invalid syntax


...which apparently is a problem with pre py2.5 versions?  I haven&#039;t been able to install the latest xenserver updates so I suspect python 2.5 is in one of those.</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting&#8230;</p>
<p>  File &#8220;./xen-vm-autosnapshot.py&#8221;, line 305<br />
    finally:<br />
          ^<br />
SyntaxError: invalid syntax</p>
<p>&#8230;which apparently is a problem with pre py2.5 versions?  I haven&#8217;t been able to install the latest xenserver updates so I suspect python 2.5 is in one of those.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic, Rotating VM Snapshots on Xen with xen-vm-autosnapshot.py by Mike</title>
		<link>http://conigliaro.org/2009/05/19/automatic-rotating-vm-snapshots-on-xen-with-xen-vm-autosnapshotpy/comment-page-1/#comment-293</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 17 Jun 2009 16:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://conigliaro.org/?p=352#comment-293</guid>
		<description>hey nadav, i just found &lt;a href=&quot;http://forums.citrix.com/thread.jspa?threadID=242299&quot; rel=&quot;nofollow&quot;&gt;a thread about this on the xenserver forums&lt;/a&gt;. so i guess the answer is that we need to wait for citrix to fix their api?</description>
		<content:encoded><![CDATA[<p>hey nadav, i just found <a href="http://forums.citrix.com/thread.jspa?threadID=242299" rel="nofollow">a thread about this on the xenserver forums</a>. so i guess the answer is that we need to wait for citrix to fix their api?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
