<?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>Pardini&#039;s &#187; admin</title>
	<atom:link href="http://pardini.net/blog/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://pardini.net/blog</link>
	<description>Pizza and other electrical stuff</description>
	<lastBuildDate>Mon, 12 Oct 2009 21:05:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IPSec with setkey/racoon and multiple single-host SPDs</title>
		<link>http://pardini.net/blog/2008/08/21/ipsec-with-setkeyracoon-and-multiple-single-host-spds/</link>
		<comments>http://pardini.net/blog/2008/08/21/ipsec-with-setkeyracoon-and-multiple-single-host-spds/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 15:46:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://pardini.net/blog/2008/08/21/ipsec-with-setkeyracoon-and-multiple-single-host-spds/</guid>
		<description><![CDATA[Suppose you have an IPSec tunnel with two or more single-hosts (instead of, say, a /24 network). Only one host will ping after restarting Racoon. If you ping host A first, you can&#8217;t ping host B later, and vice-versa. This has bugged me for a whole morning. I googled for this a lot and had [...]]]></description>
			<content:encoded><![CDATA[<p>Suppose you have an IPSec tunnel with two or more single-hosts (instead of, say, a /24 network). Only one host will ping after restarting Racoon. If you ping host A first, you can&#8217;t ping host B later, and vice-versa. This has bugged me for a whole morning. I googled for this a lot and had trouble finding anything, but then found http://lists.freebsd.org/pipermail/freebsd-net/2003-November/002002.html and the answer by Helge Oldach at http://lists.freebsd.org/pipermail/freebsd-net/2003-November/002004.html.</p>
<p>Thanks to the KAME people!</p>
]]></content:encoded>
			<wfw:commentRss>http://pardini.net/blog/2008/08/21/ipsec-with-setkeyracoon-and-multiple-single-host-spds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell DRAC5 Virtual Media CDROM breaks OS installation, hangs on Windows boot, and makes megaraid_sas insane</title>
		<link>http://pardini.net/blog/2008/07/09/dell-drac5-virtual-media-cdrom-breaks-os-installationboot-up-problems-and-fix/</link>
		<comments>http://pardini.net/blog/2008/07/09/dell-drac5-virtual-media-cdrom-breaks-os-installationboot-up-problems-and-fix/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 22:56:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[drac]]></category>
		<category><![CDATA[drac5]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[lockup]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[virtual media]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://pardini.net/blog/2008/07/09/dell-drac5-virtual-media-cdrom-breaks-os-installationboot-up-problems-and-fix/</guid>
		<description><![CDATA[We bought a dozen shiny new Dell 2950 and 1950 machines, with DRAC5 cards which seem quite handy.
So off we went to install Debian and Windows 2003 using only DRAC5&#8217;s virtual Console (kind of an IP KVM) and virtual media. No physical access to the servers is required. It all works very well, you point [...]]]></description>
			<content:encoded><![CDATA[<p>We bought a dozen shiny new Dell 2950 and 1950 machines, with DRAC5 cards which seem quite handy.</p>
<p>So off we went to install Debian and Windows 2003 using only DRAC5&#8217;s virtual Console (kind of an IP KVM) and virtual media. No physical access to the servers is required. It all works very well, you point DRAC at an .ISO image, configure virtual media to attached in the Ctrl-E screen, hit F11 and choose to boot from &#8220;VIRTUAL CDROM&#8221;. This is where OS Installation, and problems, begin.</p>
<p>When installing Debian, when virtual media is attached, the PERC controller shifts stuff around so that the virtual media device can fit. That makes my RAID-5 array on the PERC be at /dev/sdc instead of the expected /dev/sda. This seems alright at first, but after the installation is done, GRUB goes insane. You can jackhammer GRUB to work, but then the megaraid_sas driver goes insane. Literally. Lockups, wierd and misleading messages. Insanity reigns.</p>
<p>When installing Windows without the help of the Dell Installation CD, it locks up right at the first &#8220;Windows Setup&#8221; blue screen, even before the &#8220;F6&#8243; driver prompt. The machine literally freezes (you can still restart it using DRAC, sweet). If you try using the Dell Install CD, it goes okay until the first reboot where the same thing happens. Complete lockup.</p>
<p>After spending a lot of time with Dell Support with clueless people (they were about to send us a tech to swap the PERC 6i controller which was &#8220;obviously&#8221; the culprit), we finally realized the problem was the Virtual Media in DRAC5. When we disabled Virtual Media and used a real, physical, spinning DVD drive, everything was fine. It turns out Windows locked up because it couldn&#8217;t figure out the &#8220;VIRTUAL CDROM&#8221; thing. Nothing was wrong with the PERC. Debian installed like a dream too, on /dev/sda.</p>
<p>If you really need to use the Virtual Media, you have to go through a very boring process. First, attach virtual media in Ctrl-E screen and mount the ISO in your browser. Start installing your operating system. When it&#8217;s time for the first reboot, go into Ctrl-E again and dettach virtual media. Now the install should proceed as normal&#8230;</p>
<p>All in all, DRAC5 is a very useful thing, it&#8217;s KVM capabilities have already paid for themselves if only in gasoline saved in trips to the datacenter. Now a Firefox 3 plugin, and fixes to the Virtual Media problems, would be very nice. Hello Dell?</p>
]]></content:encoded>
			<wfw:commentRss>http://pardini.net/blog/2008/07/09/dell-drac5-virtual-media-cdrom-breaks-os-installationboot-up-problems-and-fix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Always, always use memtest86</title>
		<link>http://pardini.net/blog/2008/03/20/always-always-use-memtest86/</link>
		<comments>http://pardini.net/blog/2008/03/20/always-always-use-memtest86/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 16:42:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://pardini.net/blog/2008/03/20/always-always-use-memtest86/</guid>
		<description><![CDATA[This week my workstation started freezing and BSOD&#8217;ing. I ignored it for a few days until today it finally corrupted my registry.
I spent a few hours restoring the registry from a restore point only to stop at a STOP 0&#215;7E or 0&#215;08E bluescreen.
It turns out I skipped the religious memtest86+ (http://www.memtest.org/) check when I bought [...]]]></description>
			<content:encoded><![CDATA[<p>This week my workstation started freezing and BSOD&#8217;ing. I ignored it for a few days until today it finally corrupted my registry.<br />
I spent a few hours restoring the registry from a restore point only to stop at a STOP 0&#215;7E or 0&#215;08E bluescreen.<br />
It turns out I skipped the religious memtest86+ (http://www.memtest.org/) check when I bought this machine. Wierd, I always make sure to run it on all my servers, but somehow managed to forget to do it on my workstation. Now, with 1GB less RAM and two days work lost, I think I&#8217;ll never forget it again.</p>
]]></content:encoded>
			<wfw:commentRss>http://pardini.net/blog/2008/03/20/always-always-use-memtest86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
