<?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>diehn.net/blog &#187; Uncategorized</title>
	<atom:link href="http://diehn.net/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://diehn.net/blog</link>
	<description></description>
	<lastBuildDate>Thu, 14 Apr 2011 15:56:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Hello world!</title>
		<link>http://diehn.net/blog/2008/12/hello-world/</link>
		<comments>http://diehn.net/blog/2008/12/hello-world/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 17:55:43 +0000</pubDate>
		<dc:creator>Mike Diehn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mike]]></category>

		<guid isPermaLink="false">http://diehn.net/blog/?p=1</guid>
		<description><![CDATA[Yep, this is the first post. Sorta. I&#8217;ve installed and configured WordPress here on our family site so I use it instead of using blogger.  I imported all the posts from my blogger.com site, too.  So, this is the first post *here* at the new home.]]></description>
			<content:encoded><![CDATA[<p>Yep, this is the first post. Sorta. I&#8217;ve installed and configured WordPress here on our family site so I use it instead of using blogger.  I imported all the posts from my blogger.com site, too.  So, this is the first post *here* at the new home.</p>
]]></content:encoded>
			<wfw:commentRss>http://diehn.net/blog/2008/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can a bash script figure out the full pathname to itself?</title>
		<link>http://diehn.net/blog/2008/10/can-a-bash-script-figure-out-the-full-pathname-to-itself/</link>
		<comments>http://diehn.net/blog/2008/10/can-a-bash-script-figure-out-the-full-pathname-to-itself/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 15:50:00 +0000</pubDate>
		<dc:creator>Mike Diehn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diehn.net/blog/?p=51</guid>
		<description><![CDATA[Yeah, but it needs help. Here&#8217;s a script demonstrating a technique I just developed. #!/bin/bash##--------------------------------------------------------------------------## Written 2008-10-01 by mike@diehn.net.## Demonstrates a technique for acquiring the full pathname of a# script from within the script itself, using only shell# features. I also show how to get just the parent directory# name from that result, again using [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, but it needs help.  Here&#8217;s a script demonstrating a technique I just developed.</p>
<p><code><br />#!/bin/bash<br />#<br />#--------------------------------------------------------------------------<br />#<br /># Written 2008-10-01 by mike@diehn.net.<br />#<br /># Demonstrates a technique for acquiring the full pathname of a<br />#   script from within the script itself, using only shell<br />#   features.  I also show how to get just the parent directory<br />#   name from that result, again using only shell features.<br />#<br />#   $0 contains the name of the script as it was invoked.<br />#<br />#   $PWD always contains the full pathname of the current<br />#       working directory.  What you get if you typed "pwd"<br />#       and pressed <enter> at the command line.<br />#<br /># When a bash script is invoked, these are the possible formats<br /># for the contents of $0:<br />#<br />#    /full/path/to/scriptname<br />#    relative/path/to/scriptname<br />#    ./rel/path/to/scriptname<br />#    ./scriptname<br />#    scriptname<br />#<br />#--------------------------------------------------------------------------</p>
<p># First, build the full pathname to this script.<br />#<br />case "$0" in<br />  /*   ) MyFullPathName="$0"           ;;<br />  ./*  ) MyFullPathName="$PWD/${0#./}" ;;<br />  */*  ) MyFullPathName="$PWD/$0"      ;;<br />  *    ) echo Whoopssss; exit 1    ;;<br />esac</p>
<p>MyDir=${MyFullPathName%/*}<br />MyName=${MyFullPathName##*/}</p>
<p>date<br />echo $MyFullPathName<br />echo $MyDir<br />echo $MyName                                                                                             <br /></enter></code></p>
]]></content:encoded>
			<wfw:commentRss>http://diehn.net/blog/2008/10/can-a-bash-script-figure-out-the-full-pathname-to-itself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Killing the meat birds.</title>
		<link>http://diehn.net/blog/2008/09/killing-the-meat-birds/</link>
		<comments>http://diehn.net/blog/2008/09/killing-the-meat-birds/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 17:00:00 +0000</pubDate>
		<dc:creator>Mike Diehn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diehn.net/blog/?p=50</guid>
		<description><![CDATA[We (ok, I) bought chickens this summer. Got four layers and four meat birds. Now, meat birds are an interesting breed. Amazing really. Our were Cornish Rock cross and by the time they were ten weeks old, last Friday, they were seven or eight pounds already. Big as full grown regular chickens, but clearly still [...]]]></description>
			<content:encoded><![CDATA[<p>We (ok, I) bought chickens this summer.  Got four layers and four meat birds.  Now, meat birds are an interesting breed.  Amazing really.  Our were <a href="http://www.mcmurrayhatchery.com/product/jumbo_cornish_x_rocks.html">Cornish Rock cross</a> and by the time they were ten weeks old, last Friday, they were seven or eight pounds already.  Big as full grown regular chickens, but clearly still juvenile.</p>
<p>The <a href="http://diehn.net/gallery/spring-2008/Leave_us_now.jpg">layers</a> <span style="font-size:85%;">(big pic) </span>are a mix-mash of cool breeds.  We have an <a href="http://en.wikipedia.org/wiki/Ameraucana">Ameraucana</a>, a <a href="http://en.wikipedia.org/wiki/Plymouth_Rock_%28chicken%29">Barred Rock</a>, a <a href="http://en.wikipedia.org/wiki/New_Hampshire_%28chicken%29">New Hampshire</a> and a <a href="http://en.wikipedia.org/wiki/Wyandotte_%28chicken%29">Silver Laced Wyandotte</a>.  They&#8217;re all normal sized for ten weeks but <a href="http://diehn.net/gallery/spring-2008/Big_Meat_Birds.jpg">next to the meat birds</a>, they looked pretty small.</p>
<p>I built them all <a href="http://diehn.net/gallery/spring-2008/Boys_in_the_Coop.jpg">a wee coop</a> <span style="font-size:85%;">(big pic)</span> to live in.  Actually, just to sleep in.  They all run about free range &#8211; truly free range &#8211; during the day and then they come home to roost at dusk.</p>
<p>This past Sunday, the 21st of September, my neighbor Brent and I killed the four meat birds.  Andi, Tallis and Luca documented it as best as they could.  Barnaby distracted them as often as he could.</p>
<p>Quite a process, but nowhere near as unpleasant or messy as you&#8217;d believe reading most of the accounts I found on the blogs around the &#8216;net.</p>
<p>The boys were rather upset about the killing, Tallis more than Luca.  Luca was contemplative mostly.  A bit sad and quiet, but mostly seemed ok with it.  They went through grieving the birds&#8217; death really fast, though.  Tallis was inside with Andi and Luca for a while, crying really hard.  I went in before we did number four (the last) and asked if he wanted to be there for that one and he did.  From then on he was in engaged, interested and involved.  Andi gave him her camera to work with and had him document and much as he could.  That helped a lot, I think.  He was solemn &#8211; so was Luca and the rest of us, for that mater &#8211; but he was upset anymore.</p>
<p>I took a hit to the heart too, actually.  This was my first killing of really anything except fish.  And road-kill.  I was there when each of my two dogs were put down, but I wasn&#8217;t doing it myself, you know?  So, this grief was wan and shallow and came on stealthily.  When it was all done and the carcasses were icing down, I noticed I felt down and grey and letharigic.  Took a few hours of sunshine and calmness to come around fully.  I expect next time it&#8217;ll be a lot easier.</p>
<p>The best help I found on the web is <a href="http://www.bobrow.net/kimberly/chickens/butchering/"><span style="font-style: italic;">Chicken Processing</span></a> by Kimberly Bobrow, at her family blog.  Her detailed narrative from the perspective of a first-time chicken processor was right on the money.  Our experience followed theirs nearly identically, though I didn&#8217;t find the plucking or disembowling as difficult or unpleasent as Kimberly reports they did.</p>
<p>We were careful to measure the scalding temperature (140F/60C) and did the scalding for 75 seconds &#8211; or as close to that as we could.  We found the first and fourth birds easiest to pluck &#8211; for both of them, the water was 140F/60C.  We numbers one, two and three right together.  For numbers two and three, the water cooled slightly, about five degrees F for each bird, to 135F and 130F.  And it made a difference.  I had a tough time getting the wing feathers out of number three.  We let the water heat up again for number four and again, the plucking was easy.</p>
<p>So, the scalding process is important.  Most of our time we spend on plucking and if we&#8217;d hosed the scalding it would have taken a *lot* longer.</p>
<p>Sharp knives are also very important.  So much so that I even stopped to hone one of mine while I was working and found it&#8217;d gotten dulled.  The first leg I cut off I did wrong and hacked around the bone quite a bit before I figured it out.  Soft steel, hard bone, dull knife&#8230;.</p>
<p>What else?  Oh yes, cut the neck out <span style="font-weight: bold;">before</span> you try to remove the entrails!  Wow.  That would have been a lot easier.  As I did it, I had two hands buried in the bird each time, trying to cut the off esophagus, just below the neck from inside.  Paring knife in one hand, the other wrapped around the guts, fishing for the stringy bits up top.  Had to move <span style="font-weight: bold;">very</span> slowly and carefully.  Still sliced my hands a few times.</p>
<p>So, do the neck bit first.  Then cut around the vent (anus) and remove the entrails.  And don&#8217;t forget the oil gland in the tail.</p>
<p>The gall bladder is delicate.  More delicate than you&#8217;d expect after you learn how tough everything else is.  Just be carefull when you&#8217;re seperating it from the liver.  Best do that in a large pan so if you spill it, the bile won&#8217;t contaminate your table and get all over the meat.</p>
<p>For now, suffice it to say it was a bit unsettling for all of us and about as messy as cleaning a mess of fish.  Smells about the same, too.  OK, not so fishy, you know, but the guts and stuff smelled the same.  Hmmm&#8230; so did <a href="http://backofthebrain.blogspot.com/2006_05_01_archive.html">the horse</a>, come to think of it.  I guess everything smells that way when it&#8217;s dead and gutted.</p>
<p>Turns out, by the way, that packing tape alone makes a fine killing cone.  Don&#8217;t even need plastic bags or anything &#8211; just wrap the tape around their bodies, pinning their wings down.  I tried a bag with the first bird and she just blew out of it like a rocket.  I realized that, hey, when it&#8217;s time to take this tape off, she&#8217;ll be dead.  So we just taped her wings down and that worked great.  Tape came right off afterwards, too.</p>
<p>We have lots of pictures and when I remember to suck them off the camera, I&#8217;ll post some here with some more narrative of the process.</p>
]]></content:encoded>
			<wfw:commentRss>http://diehn.net/blog/2008/09/killing-the-meat-birds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning that I have ADHD</title>
		<link>http://diehn.net/blog/2008/05/learning-that-i-have-adhd/</link>
		<comments>http://diehn.net/blog/2008/05/learning-that-i-have-adhd/#comments</comments>
		<pubDate>Thu, 22 May 2008 13:49:00 +0000</pubDate>
		<dc:creator>Mike Diehn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diehn.net/blog/?p=49</guid>
		<description><![CDATA[My wife forwarded me a link to Karen Barrow&#8217;s 5/21/08 article in the New York Times&#8216; on-line Health Guide section. It&#8217;s people with ADHD talking about their experiences. I was almost crying with relief by about the middle of the second clip. I was diagnosed with ADHD just about ten days ago and I&#8217;m having [...]]]></description>
			<content:encoded><![CDATA[<p>My wife forwarded me a link to <a href="http://www.nytimes.com/interactive/2008/05/21/health/healthguide/TE_ADHD_CLIPS.html">Karen Barrow&#8217;s 5/21/08 article in the New York Times</a>&#8216; on-line Health Guide section. It&#8217;s people with ADHD talking about their experiences.  I was almost crying with relief by about the middle of the second clip.  I was diagnosed with ADHD just about ten days ago and I&#8217;m having a hard time accepting it and understanding what it means.</p>
<p>Growing up in the 70s and 80s, I was hyperactive.  Very.  My mother had me on a diet that apparently helped &#8211; no artificial colors or flavors is what we recall about it.  But, as I grew older into my later teenage years and even more so when I left home, my parents influence waned and I forgot the diet.  I lost track of the idea that I was a hyperactive person.  I guess I assumed that was a childhood thing that I&#8217;d grown out of.  But it wasn&#8217;t.</p>
<p>?I&#8217;m 41 now and have fought with depression, shame, and many other emotional problems all my life.  I&#8217;ve always changed jobs every 18 months or so &#8211; except for a five year, hellish stint in the US Navy. I&#8217;ve left a long trail of large piles of half-finished projects, systems and tasks in my wake.  My relationships &#8211; until I met my wife &#8211; have always been fractious.  I don&#8217;t have friends easily &#8211; probably because I can&#8217;t sit still with them for more than a few minutes.</p>
<p>?Just as Robert Cimera related, it never occurred to me that I was any different, really. I just thought that I wasn&#8217;t as good at life as you all are.</p>
<p>I resist my diagnosis.  I haven&#8217;t really accepted it yet. I don&#8217;t want to be that person that makes excuses for everything they say they can&#8217;t do because they have this disorder or that disorder.  I know that&#8217;s nuts. I know it, but I can&#8217;t really get past it yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://diehn.net/blog/2008/05/learning-that-i-have-adhd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Menu-drive changes to PAM with authconfig.</title>
		<link>http://diehn.net/blog/2008/03/menu-drive-changes-to-pam-with-authconfig/</link>
		<comments>http://diehn.net/blog/2008/03/menu-drive-changes-to-pam-with-authconfig/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 13:47:00 +0000</pubDate>
		<dc:creator>Mike Diehn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diehn.net/blog/?p=48</guid>
		<description><![CDATA[Authconfig may not be in all distributions. I found it today in RedHat Enterprise Linux 4.0 Application Server (rhel4as) and it was helpful enough that I want to share it here. I know a bit about how PAM based authentication works but when I looked at /etc/pam.d I found it&#8217;s way different in RHEL 4 [...]]]></description>
			<content:encoded><![CDATA[<p>Authconfig may not be in all distributions.  I found it today in RedHat Enterprise Linux 4.0 Application Server (rhel4as) and it was helpful enough that I want to share it here.</p>
<p>I know a bit about how PAM based authentication works but when I looked at /etc/pam.d I found it&#8217;s way different in RHEL 4 AS than it is in Ubuntu and openSUSE.  In /etc/pam.d/{something} I found a note saying not to edit the file because authconfig would overwrite any changes I made.  The authconfig man page is hoary, but here&#8217;s what you need to know:</p>
<ul>
<li>authconfig is a curses menu program that offers checkboxes and forms to guide you through setting up various authentication methods.</li>
<li>Use &#8220;authconfig &#8211;test&#8221; to play arround &#8211; it will pretend to be doing at real reconfiguration but won&#8217;t change anything.  You can use it to see what you&#8217;ll need to know to configure, say, LDAP-base auth.</li>
<li>Plain authconfig will bring up the menu in live mode.</li>
<li>There are command-line switched to do everything you can in the menu &#8211; use those for scripted changes.</li>
</ul>
<p>That&#8217;s it.  Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://diehn.net/blog/2008/03/menu-drive-changes-to-pam-with-authconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infiniband Ping Pong.</title>
		<link>http://diehn.net/blog/2008/01/infiniband-ping-pong/</link>
		<comments>http://diehn.net/blog/2008/01/infiniband-ping-pong/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 19:30:00 +0000</pubDate>
		<dc:creator>Mike Diehn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diehn.net/blog/?p=46</guid>
		<description><![CDATA[Intuitive to some, not to others. If you want to ping across an Infiniband network, like we use ping to test other networks, you could use ibping. Pick a system to be the destination of the ping and then go find out it&#8217;s Port GUID and start a ibping server on it: Set one system [...]]]></description>
			<content:encoded><![CDATA[<p>Intuitive to some, not to others.</p>
<p>If you want to ping across an Infiniband network, like we use ping to test other networks, you could use <code>ibping</code>.  Pick a system to be the destination of the ping and then go find out it&#8217;s Port GUID and start a ibping server on it:</p>
<p>Set one system as the &#8220;server&#8221; thus:</p>
<p><code><br />autosup25:~ # ibstat<br />CA 'mthca0'<br />        CA type: MT25204<br />        Number of ports: 1<br />        Firmware version: 1.2.0<br />        Hardware version: a0<br />        Node GUID: 0x00066a00980095d7<br />        System image GUID: 0x00066a00980095d7<br />        Port 1:<br />                State: Active<br />                Physical state: LinkUp<br />                Rate: 10<br />                Base lid: 3<br />                LMC: 0<br />                SM lid: 1<br />                Capability mask: 0x02510a68<br />                Port GUID: </code><code><br />autosup25:~ # ibping -v -S<br />ibwarn: [11498] ibping_serv: starting to serve...<br /></code></p>
<p>So, the port guid on this machine is <code>0x00066a00980095d7</code>.  We&#8217;ll need that on the other end.  So, now pick the server from which you want to start the ping &#8211; this feels backwards doesn&#8217;t it? &#8211; and do this:</p>
<p><code><br />autosup30:~ # ibping -G 0x00066a00a00095d7<br />Pong from autosup25.mi.fluent.com (Lid 3): time 0.157 ms<br />Pong from autosup25.mi.fluent.com (Lid 3): time 0.100 ms<br />Pong from autosup25.mi.fluent.com (Lid 3): time 0.091 ms<br />Pong from autosup25.mi.fluent.com (Lid 3): time 0.121 ms<br />Pong from autosup25.mi.fluent.com (Lid 3): time 0.090 ms<br />Pong from autosup25.mi.fluent.com (Lid 3): time 0.092 ms</p>
<p>--- autosup25.mi.fluent.com (Lid 3) ibping statistics ---<br />6 packets transmitted, 6 received, 0% packet loss, time 5799 ms<br />rtt min/avg/max = 0.090/0.108/0.157 ms<br /></code></p>
<p>Now, I just move from system to system pinging that server to make sure all my servers are able to talk over the Infiniband link.  Vary this a bit and you could use it in Nagios or something to monitor the IB network in a compute cluster.</p>
<p>That&#8217;s it.  All done.  Except, don&#8217;t forget to go kill the ping server on your target.</p>
]]></content:encoded>
			<wfw:commentRss>http://diehn.net/blog/2008/01/infiniband-ping-pong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spock?</title>
		<link>http://diehn.net/blog/2008/01/spock/</link>
		<comments>http://diehn.net/blog/2008/01/spock/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 17:00:00 +0000</pubDate>
		<dc:creator>Mike Diehn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diehn.net/blog/?p=43</guid>
		<description><![CDATA[If you haven&#8217;t see Spock.com yet, go have a look. Pretty interesting.]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t see Spock.com yet, go have a look.  Pretty interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://diehn.net/blog/2008/01/spock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Etch: BADSIG A70DAF536070D3A1</title>
		<link>http://diehn.net/blog/2007/05/debian-etch-badsig-a70daf536070d3a1/</link>
		<comments>http://diehn.net/blog/2007/05/debian-etch-badsig-a70daf536070d3a1/#comments</comments>
		<pubDate>Fri, 18 May 2007 16:15:00 +0000</pubDate>
		<dc:creator>Mike Diehn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diehn.net/blog/?p=42</guid>
		<description><![CDATA[Got this the other day when I tried to update the package lists on one of our Debian Etch servers: mdiehn@imlcvs:~$ sudo aptitude updateGet:1 http://security.debian.org etch/updates Release.gpg [189B] ...W: GPG error: http://security.debian.org etch/updates Release: The followingsignatures were invalid: BADSIG A70DAF536070D3A1 Debian Archive AutomaticSigning Key (4.0/etch) &#60;ftpmaster@debian.org&#62; W: Couldn't stat source package list http://security.debian.orgetch/updates/main Packages(/var/lib/apt/lists/security.debian.org_dists_etch_updates_main_binary-i386_Packages)- stat [...]]]></description>
			<content:encoded><![CDATA[<p>Got this the other day when I tried to update the package lists on one of our Debian Etch servers:</p>
<p>
<pre>mdiehn@imlcvs:~$ sudo aptitude updateGet:1 http://security.debian.org etch/updates Release.gpg [189B]   ...W: GPG error: http://security.debian.org etch/updates Release: The followingsignatures were invalid: BADSIG A70DAF536070D3A1 Debian Archive AutomaticSigning Key (4.0/etch) &lt;ftpmaster@debian.org&gt;

W: Couldn't stat source package list http://security.debian.orgetch/updates/main Packages(/var/lib/apt/lists/security.debian.org_dists_etch_updates_main_binary-i386_Packages)- stat (2 No such file or directory)

W: Couldn't stat source package list http://security.debian.orgetch/updates/main Packages(/var/lib/apt/lists/security.debian.org_dists_etch_updates_main_binary-i386_Packages)- stat (2 No such file or directory)

W: You may want to run apt-get update to correct these problems</pre>
<p>So, I went googling and found not too much.  I did find two posts (see below) suggesting that I install a package named <code>debian-archive-keyring</code>.  It was already on the system and I wondered if maybe it&#8217;d been corrupted somehow.  So I reinstalled it and that seems to have solved the problem.  Here&#8217;s what I used to do the reinstallation:</p>
<p>
<pre>sudo apt-get install debian-archive-keyring --reinstall</pre>
<p>
<p>Seems to have worked.  Now, if only I can get through the congestion on our network here so I can download the new kernel and samba packages&#8230;.  <img src='http://diehn.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>
<p>Here are those two posts I referenced above:</p>
<p>
<ol>
<li>http://changelog.complete.org/posts/496-How-to-solve-The-following-packages-cannot-be-authenticated.html</li>
<p>
<li>http://www.debianhelp.org/node/6150</li>
<p></ol>
<p>
<p>The second was the real help as it describe troubles closest to my symptoms.</p>
]]></content:encoded>
			<wfw:commentRss>http://diehn.net/blog/2007/05/debian-etch-badsig-a70daf536070d3a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pressure makes me do dumb things.</title>
		<link>http://diehn.net/blog/2007/04/pressure-makes-me-do-dumb-things/</link>
		<comments>http://diehn.net/blog/2007/04/pressure-makes-me-do-dumb-things/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 18:54:00 +0000</pubDate>
		<dc:creator>Mike Diehn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diehn.net/blog/?p=38</guid>
		<description><![CDATA[Yesterday was a big day here at the Lab. We had high muckity mucks from around the country in to preview a new application and collaborate with the designers. I&#8217;ve only been here since last June and hadn&#8217;t been through the&#8230; uhmmm &#8211; the furor of getting ready for one of these meetings. People get [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday was a big day here at the Lab.  We had high muckity mucks from around the country in to preview a new application and collaborate with the designers.  I&#8217;ve only been here since <a href="http://backofthebrain.blogspot.com/2006/06/new-job.html">last June</a> and hadn&#8217;t been through the&#8230; uhmmm &#8211; the furor of getting ready for one of these meetings.  People get really tense and everyone feels the pressure.  Even calm, relaxed system administrators. (who?)</p>
<p>Since I&#8217;m the sysadmin, I was tasked with setting up the fifteen systems to be used in the demo and discussions &#8211; I did it, but had some trouble at one point and called loudly for help. I didn&#8217;t hear anything for a long time, went looking, found nearly everyone had gone home and so I resolved to go home to visit my family before I went back later to finish up.  I called the woman managing the conference to ask when it would start in the morning and wondered if there was any flexibility in the schedule.  There wasn&#8217;t so I let her know I&#8217;d be heading back in later in the evening.</p>
<p>So, quite a few key people knew at about 6:00 PM that I hadn&#8217;t gotten the systems ready yet and needed some help.  Apparently, no everyone got the word that I&#8217;d be going back in later to work on the systems.</p>
<p>So, I went in at 9:00, figured out the problem by 9:15 (with some clues from colleagues)  and by 9:30 was well on my way to finishing up. A colleague came in to help with the repetitive work and we eventually got the systems working, tested and ready.</p>
<p>But then, and here&#8217;s the boneheadedness, we just went home.  Nope, I didn&#8217;t email the staff list, I didn&#8217;t call the coordinator or the presenter or our admin or anyone.  I didn&#8217;t tell anyone that the trouble was resolved and the systems were ready.</p>
<p>So, in come the rest of the staff at 8:05 in the morning having last heard that the machines weren&#8217;t ready and that I&#8217;d just gone home and left it all broken. To their credit, no-one paniced &#8211; they just showed up ready to move very quickly.  Good thing, too, because there had been changes to the program over night and out boss made a few last minutes adjustments to the setups (and one last few seconds change) and we four were all scrambling as it was.  Very efficiently scrambling, but scrambling.</p>
<p>Lesson learned:</p>
<p>Somehow, anyhow, always remember to communicate your successes as well as your failures and KEEP YOUR TEAM IN THE LOOP!</p>
]]></content:encoded>
			<wfw:commentRss>http://diehn.net/blog/2007/04/pressure-makes-me-do-dumb-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good-bye Windows XP</title>
		<link>http://diehn.net/blog/2007/03/good-bye-windows-xp/</link>
		<comments>http://diehn.net/blog/2007/03/good-bye-windows-xp/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 18:42:00 +0000</pubDate>
		<dc:creator>Mike Diehn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diehn.net/blog/?p=34</guid>
		<description><![CDATA[I installed Ubuntu Feisty Fawn (version 7.04, an alpha release) on my ThinkPad T43 last week. I have a model 2668-97U and it&#8217;s had Windows XP on it every since I bought it January of 2006 &#8211; I thought it was pretty nice with Windows&#8230;. I really like Ubuntu. Everything, and I mean everything worked [...]]]></description>
			<content:encoded><![CDATA[<p>I installed <a href="http://cdimage.ubuntu.net/daily/current/">Ubuntu Feisty Fawn (version 7.04, an alpha release)</a> on my ThinkPad T43 last week.  I have a model 2668-97U and it&#8217;s had Windows XP on it every since I bought it January of 2006 &#8211; I thought it was pretty nice with Windows&#8230;.</p>
<p>I really like Ubuntu.  Everything, and I mean <span style="font-weight:bold;">everything</span> worked right &#8220;out of the box.&#8221;  I was amazed.  Windows can&#8217;t do that.  There&#8217;s usually at least a dozen reboots involved in getting a new Windows XP installation up to ready-for-use.  There were only two reboots for installing Ubuntu &#8211; one to get started and one to finish.</p>
<p>In addition, everything I needed for general office work plus a lot of graphics and entertainment was already installed and working.  Open Office 2.2, Gimp, A slew of other apps.  And how much did I pay for all this?</p>
<p>Nothing.</p>
<p>That&#8217;s right &#8211; no money down, no payments for the first&#8230; oh, ten thousand years.  Or so.  No, really &#8211; every piece of software on my laptop is free and open source.  And what price do I pay for this if not in money?</p>
<p>Well, it did take me a few hours to get the system installed.  But that was mostly because I took lunch halfway through.  In another town.  While the system finished installing.</p>
<p>Now, 7.04 is new, new, new and I wouldn&#8217;t put it on a clients machine &#8211; it&#8217;s a little shaky for an Ubuntu version: but hey! It&#8217;s an ALPHA release &#8211; there are hundreds of updates a day in this branch and everyone that uses it knows what to expect.  Still, it&#8217;s more stable than XP was &#8211; no kidding.</p>
<p>And here&#8217;s a real kicker for you,  this entire installation, with all the software I installed, and it&#8217;s pretty plush right now, takes a very mere six GB &#8211; yep, that&#8217;s a single digit less than seven.  Hell, when I&#8217;d completely stripped my old Windows XP installation to the very barest of bare OS, minus all of my own data, it was still over 35 GB.</p>
<p>OH, YES!  I almost forgot &#8211; Startup, shutdown, sleep, resume, login, logout: those onerous tasks?  Only onerous in Windows &#8211; in Ubuntu they all take about two to three seconds.  Yes, seconds.</p>
<p>You wanna try it out?  <a href="http://www.ubuntu.com/getubuntu/download">Download their LiveCD and</a> stick it in the drive and boot the system.  You&#8217;ll be running a full OS off the CD so it&#8217;ll be a little slow &#8211; like my LiveCD ran at about 1/4 speed of what I&#8217;m seeing now.  And it was still impressive.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://diehn.net/blog/2007/03/good-bye-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

