<?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>GlobalMegaBlog &#187; badpuns</title>
	<atom:link href="http://globalmegacorp.org/blog/tag/badpuns/feed/" rel="self" type="application/rss+xml" />
	<link>http://globalmegacorp.org/blog</link>
	<description>The ramblings of a Brit in America</description>
	<lastBuildDate>Sun, 16 Aug 2009 16:57:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why won&#8217;t my net work?</title>
		<link>http://globalmegacorp.org/blog/2009/05/why-wont-my-net-work/</link>
		<comments>http://globalmegacorp.org/blog/2009/05/why-wont-my-net-work/#comments</comments>
		<pubDate>Wed, 06 May 2009 08:50:31 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[badpuns]]></category>
		<category><![CDATA[geekery]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://globalmegacorp.org/blog/?p=366</guid>
		<description><![CDATA[This is one those &#8220;for future reference&#8221; posts, mostly for myself, but perhaps it will help some other poor unfortunate from running into the same problems I had tonight.
Specifically, setting up bridged networking under Linux to enable a KVM virtual machine. I had this working just fine up until the point where I upgraded this [...]]]></description>
			<content:encoded><![CDATA[<p>This is one those &#8220;for future reference&#8221; posts, mostly for myself, but perhaps it will help some other poor unfortunate from running into the same problems I had tonight.</p>
<p>Specifically, setting up bridged networking under Linux to enable a KVM virtual machine. I had this working just fine up until the point where I upgraded this server to hardy, whereupon everything fell apart. Thanks to the folks on freenode.net/#kvm, I discovered that my interface configuration was broken.</p>
<p>To summarise, I have:</p>
<p>1 Physical network interface<br />
3 IP addresses (2 of which are assigned to the host OS, one to the guest VM).</p>
<p>It turns out that if you have a bridge set up on the interface, assigning a second IP address should be an alias to the bridge, not the first IP&#8217;s interface.</p>
<p>Initially, I had something like this:</p>
<pre>
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
        address xxx.xx.xxx.xxx
        netmask xxx.xxx.xxx.xxx
        broadcast xxx.xx.xxx.xxx
        gateway xxx.xx.xxx.xxx
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off

auto eth1
iface eth0:1 inet static
        address xxx.xx.xxx.xxx
        netmask xxx.xxx.xxx.xxx
        broadcast xxx.xx.xxx.xxx
        gateway xxx.xx.xxx.xxx
</pre>
<p>There are several things wrong with this. The first is that the gateway should not be specified on the second interface. It wasn&#8217;t a problem in gutsy, but hardy did things somewhat differently, with the result that networking was completely disabled on reboot. IPMI to the rescue, fortunately.</p>
<p>Having fixed that, things seemed to work ok, but I was informed that the secondary IP should more accurately be assigned to the bridge, like this:</p>
<pre>
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
        address xxx.xx.xxx.xxx
        netmask xxx.xx.xxx.xxx
        broadcast xxx.xxx.xxx.xxx
        gateway xxx.xx.xxx.xxx
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off

iface br0:0 inet static
	address xxx.xx.xxx.xxx
        netmask xxx.xxx.xxx.xxx
</pre>
<p>One swift edit, and things are working swimmingly well. One of the folks on freenode #kvm hinted that he might spend some time soon writing some, you know, documentation on this process, so in future it won&#8217;t require reading dozens of blog posts (like this one) to understand what the hell you&#8217;re doing. Sounds like a great plan to me. The most defining characteristic of the current documentation is that it&#8217;s almost as shallow as Paris Hilton, and decidedly less thick too.</p>
]]></content:encoded>
			<wfw:commentRss>http://globalmegacorp.org/blog/2009/05/why-wont-my-net-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>deer oh deer..</title>
		<link>http://globalmegacorp.org/blog/2004/01/deer-oh-deer/</link>
		<comments>http://globalmegacorp.org/blog/2004/01/deer-oh-deer/#comments</comments>
		<pubDate>Tue, 06 Jan 2004 04:32:00 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[badpuns]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://globalmegacorp.org/blog/?p=116</guid>
		<description><![CDATA[As I was preparing to leave this morning, I noticed a deer outside the window. I grabbed my camera and shot off a couple of pictures. It&#8217;s nice living right next to woods where this sort of thing happens. It was no more than 20 feet from me.. just seperated by glass. Very cool..


]]></description>
			<content:encoded><![CDATA[<p>As I was preparing to leave this morning, I noticed a deer outside the window. I grabbed my camera and shot off a couple of pictures. It&#8217;s nice living right next to woods where this sort of thing happens. It was no more than 20 feet from me.. just seperated by glass. Very cool..</p>
<p><lj-cut><br />
<img SRC="http://www.globalmegacorp.org/lj/deer.jpg"></p>
]]></content:encoded>
			<wfw:commentRss>http://globalmegacorp.org/blog/2004/01/deer-oh-deer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tasteless</title>
		<link>http://globalmegacorp.org/blog/2003/02/tasteless/</link>
		<comments>http://globalmegacorp.org/blog/2003/02/tasteless/#comments</comments>
		<pubDate>Wed, 26 Feb 2003 18:31:00 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[badpuns]]></category>
		<category><![CDATA[cancer]]></category>
		<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://globalmegacorp.org/blog/?p=29</guid>
		<description><![CDATA[One of the downsides to the chemo which I&#8217;m noticing is that it seems to have an impact on all my senses. My sense of smell and taste in particular are very subdued. I can drink a coke and it tastes like water &#8211; it&#8217;s really quite bizarre. This also means that, when it comes [...]]]></description>
			<content:encoded><![CDATA[<p>One of the downsides to the chemo which I&#8217;m noticing is that it seems to have an impact on all my senses. My sense of smell and taste in particular are very subdued. I can drink a coke and it tastes like water &#8211; it&#8217;s really quite bizarre. This also means that, when it comes to food, right now I&#8217;m craving really strongly flavoured things, like curry. I had a curry on Monday, I think today will have to be Taco Del Mar day, with extra hot salsa and jalapenos.. it&#8217;s the only way I&#8217;ll get any taste sensation.</p>
]]></content:encoded>
			<wfw:commentRss>http://globalmegacorp.org/blog/2003/02/tasteless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hair today, gone tomorrow.</title>
		<link>http://globalmegacorp.org/blog/2003/01/hair-today-gone-tomorrow/</link>
		<comments>http://globalmegacorp.org/blog/2003/01/hair-today-gone-tomorrow/#comments</comments>
		<pubDate>Fri, 24 Jan 2003 16:08:00 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[badpuns]]></category>
		<category><![CDATA[cancer]]></category>
		<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://globalmegacorp.org/blog/?p=24</guid>
		<description><![CDATA[I just can&#8217;t help it with the bad puns. Oh well. It had to happen sooner or later. My hair started falling out this morning in the shower. I knew it was coming, but it was still fairly disturbing to run fingers through my hair and have clumps of it come out. Not sure how [...]]]></description>
			<content:encoded><![CDATA[<p>I just can&#8217;t help it with the bad puns. Oh well. It had to happen sooner or later. My hair started falling out this morning in the shower. I knew it was coming, but it was still fairly disturbing to run fingers through my hair and have clumps of it come out. Not sure how long it will take but I suspect I&#8217;ll be as bald as.. er, an eagle, soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://globalmegacorp.org/blog/2003/01/hair-today-gone-tomorrow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And the clot thickens..</title>
		<link>http://globalmegacorp.org/blog/2002/12/and-the-clot-thickens/</link>
		<comments>http://globalmegacorp.org/blog/2002/12/and-the-clot-thickens/#comments</comments>
		<pubDate>Wed, 25 Dec 2002 01:09:00 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[badpuns]]></category>
		<category><![CDATA[clots]]></category>
		<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://globalmegacorp.org/blog/?p=8</guid>
		<description><![CDATA[Actually, I&#8217;ve just been wanting to use that pun for a while.
Last night, Monday 23rd December, I went to bed and started experiencing my usual coughing fit that I&#8217;ve been getting when going to bed. Only this time, it wouldn&#8217;t stop. Sarah got all concerned and insisted we go to the ER to get it [...]]]></description>
			<content:encoded><![CDATA[<p>Actually, I&#8217;ve just been wanting to use that pun for a while.</p>
<p>Last night, Monday 23rd December, I went to bed and started experiencing my usual coughing fit that I&#8217;ve been getting when going to bed. Only this time, it wouldn&#8217;t stop. Sarah got all concerned and insisted we go to the ER to get it checked out. I wasn&#8217;t a huge fan of this idea, it being 1am and all, and me not wanting to have yet more needles stuck in me, but I eventually grudgingly agreed to go.</p>
<p>We got there, explained the symptoms to the doctor, and he sent me off for a lung scan again (same as the one I had before). Oddly enough, there was no sign of the clot in my right lung, but there were 2 new clots in my left lung. Once again, they admitted me to the hospital.</p>
<p>At this point, I think my exact words were.. &#8220;Oh well, at least the year can&#8217;t get any worse than this&#8221;. Someone needs to hit me next time I say that.</p>
<p>After admitting me, a hematologist came by and talked to me and said that he was concerned that I was generating new clots. It seems having Factor V Leiden shouldn&#8217;t be enough to just cause this to happen randomly, so he wanted to do a cat scan. They made me drink these 2 jars of stuff with the consistency of wallpaper paste. I had a hard time keeping it down, but it was ok in the end.. The cat scan revealed.. swollen lymph nodes! Which means.. I probably have cancer (lymphoma). I&#8217;m out of the hospital now, but I&#8217;m going back on Friday when they&#8217;ll take a biopsy of one of my lymph nodes and find out for certain if this is the case. It seems likely, since this would also explain the sudden onslaught of clots.</p>
<p>On the plus side, this does mean that I have something which can be cured, and hopefully won&#8217;t have to spend the rest of my life on the blood thinning drugs. I guess we&#8217;ll see..</p>
]]></content:encoded>
			<wfw:commentRss>http://globalmegacorp.org/blog/2002/12/and-the-clot-thickens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

