<?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 Land of the Lemmings, v2</title>
	<atom:link href="http://betka.net/wordpress/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://betka.net/wordpress</link>
	<description>common sense and reasoning will not be tolerated</description>
	<lastBuildDate>Fri, 22 Mar 2013 18:54:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on Reinstalling HP Remote Support Standard v5.70 after 12/29/2012 by HP Remote Support v7.0.5 and ELMC/WCCProxy &#124; Land of the Lemmings, v2</title>
		<link>http://betka.net/wordpress/?p=667&#038;cpage=1#comment-46067</link>
		<dc:creator>HP Remote Support v7.0.5 and ELMC/WCCProxy &#124; Land of the Lemmings, v2</dc:creator>
		<pubDate>Fri, 22 Mar 2013 18:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://betka.net/wordpress/?p=667#comment-46067</guid>
		<description><![CDATA[[...] support group for HP EVA customers, but yet another &#8220;so this gets into Google&#8221; (first, second) post.  We have a pair of HP EVA 4400s (now HP6000) SANs and have a valid support contract. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] support group for HP EVA customers, but yet another &#8220;so this gets into Google&#8221; (first, second) post.  We have a pair of HP EVA 4400s (now HP6000) SANs and have a valid support contract. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HP Insight Remote Support and Windows Server 2008 by HP Remote Support v7.0.5 and ELMC/WCCProxy &#124; Land of the Lemmings, v2</title>
		<link>http://betka.net/wordpress/?p=598&#038;cpage=1#comment-46066</link>
		<dc:creator>HP Remote Support v7.0.5 and ELMC/WCCProxy &#124; Land of the Lemmings, v2</dc:creator>
		<pubDate>Fri, 22 Mar 2013 18:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://betka.net/wordpress/?p=598#comment-46066</guid>
		<description><![CDATA[[...] support group for HP EVA customers, but yet another &#8220;so this gets into Google&#8221; (first, second) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] support group for HP EVA customers, but yet another &#8220;so this gets into Google&#8221; (first, second) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware vSphere 4 Environments by vSphere 4.1u3 on a brand new R720? &#124; Land of the Lemmings, v2</title>
		<link>http://betka.net/wordpress/?p=536&#038;cpage=1#comment-45663</link>
		<dc:creator>vSphere 4.1u3 on a brand new R720? &#124; Land of the Lemmings, v2</dc:creator>
		<pubDate>Tue, 26 Feb 2013 02:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://betka.net/wordpress/?p=536#comment-45663</guid>
		<description><![CDATA[[...] of hard to believe it, but the ESX 4 cluster mentioned back in 2010 has essentially been the same since it was put in, except for the addition of a third, slightly [...]]]></description>
		<content:encoded><![CDATA[<p>[...] of hard to believe it, but the ESX 4 cluster mentioned back in 2010 has essentially been the same since it was put in, except for the addition of a third, slightly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reinstalling HP Remote Support Standard v5.70 after 12/29/2012 by Hoosier</title>
		<link>http://betka.net/wordpress/?p=667&#038;cpage=1#comment-44765</link>
		<dc:creator>Hoosier</dc:creator>
		<pubDate>Wed, 16 Jan 2013 20:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://betka.net/wordpress/?p=667#comment-44765</guid>
		<description><![CDATA[Wow, not used to getting replies here!

Here&#039;s a way to get the cacert.pem file from the WindowsUpdate .cer file, this assumes a Windows 7 machine, should also work on Windows 2008.
&lt;ol&gt;
	&lt;li&gt; Download the cert from the &lt;a href=&quot;http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/4EB6D578499B1CCF5F581EAD56BE3D9B6744A5E5.crt&quot; rel=&quot;nofollow&quot;&gt;WindowsUpdate&lt;/a&gt; link&lt;/li&gt;
	&lt;li&gt;Open MMC and add the &quot;Certificates&quot; snap in&lt;/li&gt;
	&lt;li&gt;Right click the Personal store, select All Tasks-&gt;Import&lt;/li&gt;
	&lt;li&gt;Browse to the .cer file you downloaded from WindowsUpdate&lt;/li&gt;
	&lt;li&gt;Next, Finish&lt;/li&gt;
	&lt;li&gt;In the Certificates folder under Personal, find the cert you just imported, will begin with &quot;VeriSign Class 3 Public Primary...&quot; and expires on 7/16/2036
&lt;/li&gt;
	&lt;li&gt;Right click on it and select All Tasks-&gt;Export &lt;/li&gt;
	&lt;li&gt;Select Base-64 encoded X.509 (.CER)&lt;/li&gt;
	&lt;li&gt;Edit that file with notepad and verify that it looks something like a traditional cert:
&lt;ul&gt;
	&lt;li&gt;&lt;pre&gt;
-----BEGIN CERTIFICATE-----
MIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCB
...
&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;
	&lt;/li&gt;&lt;li&gt;Rename that file to cacert.pem&lt;/li&gt;
&lt;/ol&gt;

]]></description>
		<content:encoded><![CDATA[<p>Wow, not used to getting replies here!</p>
<p>Here&#8217;s a way to get the cacert.pem file from the WindowsUpdate .cer file, this assumes a Windows 7 machine, should also work on Windows 2008.</p>
<ol>
<li> Download the cert from the <a href="http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/4EB6D578499B1CCF5F581EAD56BE3D9B6744A5E5.crt" rel="nofollow">WindowsUpdate</a> link</li>
<li>Open MMC and add the &#8220;Certificates&#8221; snap in</li>
<li>Right click the Personal store, select All Tasks->Import</li>
<li>Browse to the .cer file you downloaded from WindowsUpdate</li>
<li>Next, Finish</li>
<li>In the Certificates folder under Personal, find the cert you just imported, will begin with &#8220;VeriSign Class 3 Public Primary&#8230;&#8221; and expires on 7/16/2036
</li>
<li>Right click on it and select All Tasks->Export </li>
<li>Select Base-64 encoded X.509 (.CER)</li>
<li>Edit that file with notepad and verify that it looks something like a traditional cert:
<ul>
<li>
<pre>
-----BEGIN CERTIFICATE-----
MIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCB
...
</pre>
</li>
</ul>
</li>
<li>Rename that file to cacert.pem</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reinstalling HP Remote Support Standard v5.70 after 12/29/2012 by Patrick Paijmans</title>
		<link>http://betka.net/wordpress/?p=667&#038;cpage=1#comment-44751</link>
		<dc:creator>Patrick Paijmans</dc:creator>
		<pubDate>Wed, 16 Jan 2013 08:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://betka.net/wordpress/?p=667#comment-44751</guid>
		<description><![CDATA[Hi,

Im having the same isseu you discribe but im having trouble to generate a new PEM file like you mentioned here : You’ll need to install that into your local certificate store and then export it as BASE64 encoded to get the .pem format

Do you have a procedure i can follow? 

My regards,]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Im having the same isseu you discribe but im having trouble to generate a new PEM file like you mentioned here : You’ll need to install that into your local certificate store and then export it as BASE64 encoded to get the .pem format</p>
<p>Do you have a procedure i can follow? </p>
<p>My regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reinstalling HP Remote Support Standard v5.70 after 12/29/2012 by Joseph Mitchell</title>
		<link>http://betka.net/wordpress/?p=667&#038;cpage=1#comment-44737</link>
		<dc:creator>Joseph Mitchell</dc:creator>
		<pubDate>Tue, 15 Jan 2013 22:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://betka.net/wordpress/?p=667#comment-44737</guid>
		<description><![CDATA[ARGH.. Been fighting this for 2 days before I stumbled on here.. can&#039;t seem to get the cacert.pem file working though, what am I doing wrong exporting the cert.. I may just update to Insight mnager 7.1 and newer RS at this point.]]></description>
		<content:encoded><![CDATA[<p>ARGH.. Been fighting this for 2 days before I stumbled on here.. can&#8217;t seem to get the cacert.pem file working though, what am I doing wrong exporting the cert.. I may just update to Insight mnager 7.1 and newer RS at this point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HP Insight Remote Support and Windows Server 2008 by Land of the Lemmings, v2 &#187; Reinstalling HP Remote Support Standard v5.70 after 12/29/2012</title>
		<link>http://betka.net/wordpress/?p=598&#038;cpage=1#comment-44472</link>
		<dc:creator>Land of the Lemmings, v2 &#187; Reinstalling HP Remote Support Standard v5.70 after 12/29/2012</dc:creator>
		<pubDate>Mon, 31 Dec 2012 22:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://betka.net/wordpress/?p=598#comment-44472</guid>
		<description><![CDATA[[...] Another &#8220;so this gets into google&#8221; post about HP Remote Support, like the last one. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Another &#8220;so this gets into google&#8221; post about HP Remote Support, like the last one. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grandma Max by Land of the Lemmings, v2 &#187; Grandpa Marv</title>
		<link>http://betka.net/wordpress/?p=208&#038;cpage=1#comment-42919</link>
		<dc:creator>Land of the Lemmings, v2 &#187; Grandpa Marv</dc:creator>
		<pubDate>Fri, 21 Sep 2012 15:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://betka.net/wordpress/?p=208#comment-42919</guid>
		<description><![CDATA[[...] All the 5 AM breakfasts, all the Iroquois County Fair demo derbies we went to, all the Old Settlers tractor pulls I drug you to, all the early mornings when I was detasseling. All the memories I have are good, you were always there, with a smile, never really angry with anyone. Here&#8217;s to hoping there&#8217;s a cold PBR, a dirt floor in a machine shed and a rusty stool for you to sit on, you&#8217;ll be happy forever back with Grandma Max. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] All the 5 AM breakfasts, all the Iroquois County Fair demo derbies we went to, all the Old Settlers tractor pulls I drug you to, all the early mornings when I was detasseling. All the memories I have are good, you were always there, with a smile, never really angry with anyone. Here&#8217;s to hoping there&#8217;s a cold PBR, a dirt floor in a machine shed and a rusty stool for you to sit on, you&#8217;ll be happy forever back with Grandma Max. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grandpa Marv by jean betka skoza</title>
		<link>http://betka.net/wordpress/?p=600&#038;cpage=1#comment-42163</link>
		<dc:creator>jean betka skoza</dc:creator>
		<pubDate>Mon, 23 Jul 2012 14:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://betka.net/wordpress/?p=600#comment-42163</guid>
		<description><![CDATA[what i meant to say was different but since i&#039;m computer illiterate i don&#039;t know what you&#039;re getting -
anyway i just love your folks and your family... and i am so sorry you have lost your grandpa - and you have great memories...]]></description>
		<content:encoded><![CDATA[<p>what i meant to say was different but since i&#8217;m computer illiterate i don&#8217;t know what you&#8217;re getting -<br />
anyway i just love your folks and your family&#8230; and i am so sorry you have lost your grandpa &#8211; and you have great memories&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grandpa Marv by jean betka skoza</title>
		<link>http://betka.net/wordpress/?p=600&#038;cpage=1#comment-42162</link>
		<dc:creator>jean betka skoza</dc:creator>
		<pubDate>Mon, 23 Jul 2012 14:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://betka.net/wordpress/?p=600#comment-42162</guid>
		<description><![CDATA[what a good grandson you are
thank you for validating my wonderful brother...
what a wonderful grandson you are ...
thank you for validating my awesome brother and sister-law...
&lt;3]]></description>
		<content:encoded><![CDATA[<p>what a good grandson you are<br />
thank you for validating my wonderful brother&#8230;<br />
what a wonderful grandson you are &#8230;<br />
thank you for validating my awesome brother and sister-law&#8230;<br />
&lt;3</p>
]]></content:encoded>
	</item>
</channel>
</rss>
