<?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>That Matt &#187; Virtualisation</title>
	<atom:link href="http://that-matt.com/category/virtualisation/feed/" rel="self" type="application/rss+xml" />
	<link>http://that-matt.com</link>
	<description>That one, not this one!</description>
	<lastBuildDate>Tue, 28 Feb 2012 22:41:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Puppet: Retrieved certificate does not match private key</title>
		<link>http://that-matt.com/2010/08/puppet-retrieved-certificate-does-not-match-private-key/</link>
		<comments>http://that-matt.com/2010/08/puppet-retrieved-certificate-does-not-match-private-key/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 22:08:52 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[server provisioning]]></category>

		<guid isPermaLink="false">http://that-matt.com/?p=163</guid>
		<description><![CDATA[I&#8217;ve been playing around with puppet recently and while trying to start up a client and get it to talk to the server I ran into this error: err: Could not request certificate: Retrieved certificate does not match private key; &#8230; <a href="http://that-matt.com/2010/08/puppet-retrieved-certificate-does-not-match-private-key/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with puppet recently and while trying to start up a client and get it to talk to the server I ran into this error:</p>
<pre class="brush:bash">err: Could not request certificate: Retrieved certificate does not match private key; please remove certificate from server and regenerate it with the current key</pre>
<p>Apparently the root cause of this error is that the client&#8217;s ssl certificates have been messed up.</p>
<p>To fix it you have to remove all of the client&#8217;s ssl stuff &#8211; cd into the directory containing all the ssl info &#8211; /etc/puppet/ssl for me running a manual install of puppet 2.6 &#8211; and remove all files, in all sub-directories, apart from &#8216;ca/serial&#8217;, which should contain 0000.</p>
<p>Then on the server revoke the client&#8217;s ssl certificate using:</p>
<pre class="brush:bash">sudo pupetca --clean {client hostname}</pre>
<p>Then restart the client, resign it on the server and you&#8217;re good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://that-matt.com/2010/08/puppet-retrieved-certificate-does-not-match-private-key/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Virtualbox &#8211; 1 differencing child hard disks</title>
		<link>http://that-matt.com/2009/11/virtualbox-1-differencing-child-hard-disks/</link>
		<comments>http://that-matt.com/2009/11/virtualbox-1-differencing-child-hard-disks/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 00:00:06 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[virtual box]]></category>

		<guid isPermaLink="false">http://sigswitch.com/2009/11/virtualbox-1-differencing-child-hard-disks/</guid>
		<description><![CDATA[If you&#8217;re getting an error along the lines of &#8220;{hard disk} cannot be directly attached to the virtual machine because it has 1 differencing child hard disks&#8221; Then the solution is to delete the virtual machine (but not the hard &#8230; <a href="http://that-matt.com/2009/11/virtualbox-1-differencing-child-hard-disks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re getting an error along the lines of &#8220;{hard disk} cannot be directly attached to the virtual machine because it has 1 differencing child hard disks&#8221;</p>
<p>Then the solution is to delete the virtual machine (but not the hard disk!) and then recreate the machine using the hard disk.</p>
]]></content:encoded>
			<wfw:commentRss>http://that-matt.com/2009/11/virtualbox-1-differencing-child-hard-disks/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

