<?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>The Treehouse Blog &#187; Linux</title>
	<atom:link href="http://brady.thtech.net/category/tech/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://brady.thtech.net</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 21:41:22 +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>Fedora 9 to 12 &#8211; Disk Partitions Issue?</title>
		<link>http://brady.thtech.net/2009/12/06/fedora-9-to-12-disk-partitions-issue/</link>
		<comments>http://brady.thtech.net/2009/12/06/fedora-9-to-12-disk-partitions-issue/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 23:31:09 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://brady.thtech.net/?p=492</guid>
		<description><![CDATA[Fedora 9 to 12

Over the past few days I&#8217;ve been upgrading my file/media server from Fedora 9 to Fedora 12.  I did this with yum, upgrading from 9 to 10, 10 to 11, and 11 to 12 incrementally, removing conflicts as necessary.  This actually went surprisingly well, and at the end, with just one reboot, [...]]]></description>
			<content:encoded><![CDATA[<h2>Fedora 9 to 12<strong><br />
</strong></h2>
<p>Over the past few days I&#8217;ve been upgrading my file/media server from Fedora 9 to Fedora 12.  I did this with <strong>yum</strong>, upgrading from 9 to 10, 10 to 11, and 11 to 12 incrementally, removing conflicts as necessary.  This actually went surprisingly well, and at the end, with just one reboot, I had gone from 9 to 12.</p>
<p>It may have booted, but there were a number of things I had to fix afterwards:</p>
<ul>
<li>The kernel video mode setting had to be disabled to not break the NVIDIA binary driver (&#8220;blacklist nouveau&#8221; somewhere in /etc/modprobe.d/).  Apparently this is supposed to be handled by installing rpmfusion&#8217;s kmod package, but that wasn&#8217;t the case for me.</li>
<li>The X server would crash immediately upon a login.  I eventually figured this out to be a missing gnome-session-xsession package.  I&#8217;m not sure if this is something I had removed for dependency reasons earlier, or if it was split from another package at some point and yum missed it.  Either way, it was a real pain to debug, but easy to fix.</li>
<li>The kernel would not recognize the partitions on three of my disks.  This was a major pain, and the main focus of this article.</li>
<li>I don&#8217;t like MythTV 0.22&#8217;s new video gallery</li>
</ul>
<h2>Fedora 12 (2.6.31.6-145.fc12.x86_64) Disk Partitions Issue?</h2>
<p>So&#8230; sdb, sdc, and sde each have a single partition on them, but the kernel (per /proc/partitions and other means) would only report block devices for sdb, sdc, and sde not sdb1, sdc1, and sde1 as should have additionally existed.  Naturally, the first thing to consult would be dmesg:</p>
<pre>sda: sda1 sda2 sda3
sdb:
sdc: sdb1
sdc1
sdd:
sde:
sdd1 sdd2 sdd3
sde1
sdf:
sdf1</pre>
<p>At first glance, this looks really, really bad.  sdb1 existing on sdc?  That&#8217;s not supposed to happen.  But after looking at it further, and having had some experience debugging multi-threaded things, I became convinced this was the mangled output of multiple parallel partition discovery processes.  If that were the case, it looked like it should have been successful, but was not.</p>
<p>So, is this what happened?  Googling <a href="http://lwn.net/Articles/314808/">turned up a bit</a> on the so-called &#8220;fastboot&#8221; patches to the Linux kernel, at least portions of which have been accepted into recent mainline kernels.  Supposedly these would only be enabled with the &#8220;fastboot&#8221; kernel parameter, but searching the source and docs for the latest kernel didn&#8217;t turn up this option.  The async libata device discovery does indeed appear to be in 2.6.31 mainline, and I was unable to find a knob to turn it off.  There were also references to this interfering with partition discovery.  I started the process of rebuilding the kernel to disable this, to see if it fixed the problem, but gave up in favor of a workaround.  I&#8217;m not fond of maintaining custom kernels &#8211; I think the last I did this was to support a <a href="http://www.faqs.org/docs/Linux-mini/Boca.html">boca card</a>.</p>
<p>The workaround.  I had noticed that the kernel could be instructed to reread the partition tables (partprobe, for instance) and the missing partitions would appear.  I threw in a quick init script to do this and assemble the array early in the startup process:</p>
<pre>mdadm --stop /dev/md2
sleep 1
partprobe
sleep 2
mdadm --assemble --scan /dev/md2
vgchange -ay
mount /storage</pre>
<p>So&#8230; if I have time, I should complete that kernel rebuild and report this somewhere.  In the meantime, I&#8217;m posting this for the benefit of others.  Lucky for me the partitions affected did not contain my root partition, or this could have been less-work-aroundable.</p>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2009/12/06/fedora-9-to-12-disk-partitions-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MythVideo Thumbnails</title>
		<link>http://brady.thtech.net/2009/06/19/mythvideo-thumbnails/</link>
		<comments>http://brady.thtech.net/2009/06/19/mythvideo-thumbnails/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 22:45:33 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mythtv]]></category>

		<guid isPermaLink="false">http://brady.thtech.net/?p=434</guid>
		<description><![CDATA[After having been embarrased by seeing Windows Media Center have thumbnails of all video content, I found this script to populate the thumbails in MythVideo from within the video.  A lot more useful for me than the manual IMDB lookup process that I think MythVideo has natively.  Definetly spruces up the MythTV box!
]]></description>
			<content:encoded><![CDATA[<p>After having been embarrased by seeing Windows Media Center have thumbnails of all video content, I found <a href="http://www.mythtv.org/wiki/Generatevideothumbs.pl">this script</a> to populate the thumbails in MythVideo from within the video.  A lot more useful for me than the manual IMDB lookup process that I think MythVideo has natively.  Definetly spruces up the MythTV box!</p>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2009/06/19/mythvideo-thumbnails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PVR remote upgrade</title>
		<link>http://brady.thtech.net/2009/05/26/pvr-remote-upgrade/</link>
		<comments>http://brady.thtech.net/2009/05/26/pvr-remote-upgrade/#comments</comments>
		<pubDate>Wed, 27 May 2009 00:33:40 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mythtv]]></category>

		<guid isPermaLink="false">http://brady.thtech.net/?p=428</guid>
		<description><![CDATA[I&#8217;ve had a Logitech Harmony 550 for a few months now, but I&#8217;ve only used it to replace the remote for the TV and receiver up to this point.  More recently, but still awhile ago, I bought a serial IR receiver (yeah, should have make it myself, but was lazy).  This evening I finally put [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a Logitech Harmony 550 for a few months now, but I&#8217;ve only used it to replace the remote for the TV and receiver up to this point.  More recently, but still awhile ago, I bought a serial IR receiver (yeah, should have make it myself, but was lazy).  This evening I finally put the pieces together and got MythTV working with it.  Fortunately, <a href="http://www.mythtv.org/wiki/Logitech_Harmony_Generic_Setup">someone already has a decent remote template and config files for the Harmony</a> which I put to use.  Between the Harmony and the receiver, it works at almost any angle, so I&#8217;m not losing as much flexibiltiy from my RF-USB remote as I thought.</p>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2009/05/26/pvr-remote-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brute-Force WoL</title>
		<link>http://brady.thtech.net/2009/03/21/brute-force-wol/</link>
		<comments>http://brady.thtech.net/2009/03/21/brute-force-wol/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 17:53:35 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[wol]]></category>

		<guid isPermaLink="false">http://brady.thtech.net/?p=388</guid>
		<description><![CDATA[For some time now, wake-on-LAN has not been working on my home server PC.  I had been using WoL to wake the machine via a cron job on my firewall before I got home from work, and also to power the machine on remotely if I needed to get a file or such.  I had [...]]]></description>
			<content:encoded><![CDATA[<p>For some time now, wake-on-LAN has not been working on my home server PC.  I had been using WoL to wake the machine via a cron job on my firewall before I got home from work, and also to power the machine on remotely if I needed to get a file or such.  I had guessed a kernel change was to blame, but several updates since have not resolved, and my search for related bugs only turned up advice that didn&#8217;t work.  So, I threw in an Intel e1000 and cabled it up (using the on-board for most purposes, as the e1000 is only PCI), and WoL &#8220;just works&#8221; with the e1000.  FWIW, the on-board is an Nvidia MCP55.  Problem solved&#8230; or at least worked around.</p>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2009/03/21/brute-force-wol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PVR Booting with LCD off</title>
		<link>http://brady.thtech.net/2009/02/10/pvr-booting-with-lcd-off/</link>
		<comments>http://brady.thtech.net/2009/02/10/pvr-booting-with-lcd-off/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 23:40:00 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[EDID]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[X]]></category>

		<guid isPermaLink="false">http://brady.thtech.net/?p=383</guid>
		<description><![CDATA[When things are working well, my PVR box is supposed to wake-on-LAN about the time I get home, and be ready for use.  Since the LCD, the box wouldn&#8217;t be driving the display after boot.  I would have to kill and restart X with the LCD powered on.  Apparently this is due the NVIDIA driver [...]]]></description>
			<content:encoded><![CDATA[<p>When things are working well, my PVR box is supposed to wake-on-LAN about the time I get home, and be ready for use.  Since the LCD, the box wouldn&#8217;t be driving the display after boot.  I would have to kill and restart X with the LCD powered on.  Apparently this is due the NVIDIA driver needing to read the EDID from the LCD to figure out what resolution to use.  I tried a variety of ways forcing it to work without validating the resolution, but I ended up downloading the EDID to a file (using the nvidia-settings gui) and having the driver run against that.  Not that inelegant, I think.</p>
<pre>Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "NVIDIA Corporation"
        BoardName   "GeForce 7300 GS"
        Option      "UseEvents" "True"
        Option      "CustomEDID" "DFP-0: /var/lib/mythtv/edid.bin"
        Option      "ConnectedMonitor" "DFP"
        Option      "MetaModes" "DFP: 1920x1080"
EndSection</pre>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2009/02/10/pvr-booting-with-lcd-off/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Storage</title>
		<link>http://brady.thtech.net/2007/03/17/storage/</link>
		<comments>http://brady.thtech.net/2007/03/17/storage/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 15:12:23 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://beta.thtech.net/?p=125</guid>
		<description><![CDATA[Warning &#8211; long and boring.  This is
as much for my reference than anything else.

It started Friday &#8211; several weeks
ago.  In the evening, one of my drives, a 250GB SATA, threw some
errors.  The RAID5 wasn&#8217;t terribly concerned, it corrected the reads
and was happy.  There were probably less than a dozen errors, and [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in">Warning &#8211; long and boring.  This is<br />
as much for my reference than anything else.</p>
<p style="margin-bottom: 0in">
<p style="margin-bottom: 0in">It started Friday &#8211; several weeks<br />
ago.  In the evening, one of my drives, a 250GB SATA, threw some<br />
errors.  The RAID5 wasn&#8217;t terribly concerned, it corrected the reads<br />
and was happy.  There were probably less than a dozen errors, and it<br />
didn&#8217;t kick the drive from the array.  I made a note of it, but<br />
didn&#8217;t bother kicking it out manually.</p>
<p style="margin-bottom: 0in">
<p style="margin-bottom: 0in">Early Saturday, a 400GB drive dropped<br />
out of the array.  This drive does this from time to time, going<br />
utterly unresponsive but fine upon reboot.  I re-added it to the<br />
array, and it began to sync up.  Chris and I went to the new Circuit<br />
City in Chambersburg, as he needed to get a power supply for<br />
debugging a box lockup issue.  I decided to buy one of those<br />
new-fangled DVD burner thingies, as it was probably about time I had<br />
one.  Upon getting home, my array was not happy.  I had 3 active<br />
members on a 5 device RAID5.  Rebuilding the 400GB had sent the<br />
ailing 250GB over the edge, kicking them both out of the array.  It&#8217;s<br />
a curious thing to see in /proc/mdstat.  The metadevice stayed<br />
active, but degraded.  Ext3 freaked out and dropped to read-only.  I<br />
really would have expected the metadevice to deactivate under those<br />
conditions&#8230; or better yet, be very reluctant to kick a drive from<br />
an already degraded array.  If only I had kicked the 250GB manually,<br />
this would have been a bit less stressful.  So, then the contingency<br />
planning starts.  Do I force the array back together, and try<br />
resyncing the 400 again?  Will the 250 be so badly corrupted that it<br />
makes more sense to force the mostly-current 400 back in the array<br />
instead of the 250?  Should I dd the 250 to another drive, since dd<br />
should at least keep going instead of giving up on the errored<br />
sectors?  Not pleasant thoughts or options.  SMART data was<br />
indicating that the temperature of the drive was over 60C&#8211;hotter<br />
than the box&#8217;s CPU.  I moved it to another machine for diagnostics,<br />
which didn&#8217;t turn up anything.  The Hardware_ECC_Recovered was<br />
varying rapidly (not that that necessarily means anything&#8230;), so I<br />
decided it was time to be replaced.  I ordered a 500G (WD5000YS) and<br />
another Promise SATA-II TX4 PCI card from Newegg.  Later that night,<br />
I put the 250G back in the box and tried the resync again.  I watched<br />
the resync all night (something like 4am), waiting for it to either<br />
fail, or complete.  I wanted to boot the 250G from the array at<br />
completion, so this wouldn&#8217;t happen again.  Yes, I could have and<br />
should have scripted it.  I was worried about my data!  The resync<br />
completed successfully with no errors.  Seems the 250G was much<br />
happier after it had flagged its bad sectors.</p>
<p style="margin-bottom: 0in">
<p style="margin-bottom: 0in">On Sunday, I really couldn&#8217;t do<br />
anything about the array, so I started down the second storage path<br />
of death for the week:  the DVD-R drive.  I installed it in my<br />
desktop, fired up k3b, burned a backup DVD of several years of<br />
photos, and it seemed fine.  But I could mount it anywhere.  Turns<br />
out that it (k3b and/or growisofs) wants to burn DVD+Rs as unclosed<br />
multi-session discs.  Fine.  Turned that off, and burned myself<br />
another one.  It was fine.  It was nice to have something work for<br />
once.</p>
<p style="margin-bottom: 0in">
<p style="margin-bottom: 0in">On Monday evening, feeling lucky from<br />
the day before, I tried burning some more photos to DVD, but it was<br />
not to be.  IDE errors would start spewing into dmesg, growisofs<br />
(which had elevated itself to a nice of -20) began consuming the<br />
entire machine, making it unusable.  I tried different speed<br />
settings, just about any option k3b had to offer.  I moved the IDE<br />
cable to a different controller, tried changing cables, anything&#8230;<br />
DMA settings, I looked for firmware, but the thing is a no-name OEM<br />
drive probably originally from Lite-On, but their firmware won&#8217;t load<br />
on it, and the site supposedly having the firmware genericizer was<br />
down.  Of course, I gave up at some point and burned something in<br />
Windows which was fine&#8230; ARRGH!</p>
<p style="margin-bottom: 0in">
<p style="margin-bottom: 0in">Tuesday was supposed to be the day of<br />
productivity.  The new drive and controller arrived, and I installed<br />
them.  I spent a little time tooling the partition table and began<br />
the resync.  The mirror resync&#8217;d very quickly at 30-40MB/s.  The<br />
RAID5 resync stayed around 27MB/s when the system was idle, but<br />
dropped considerably otherwise.  The old setup would only resync<br />
around 20MB/s, and was otherwise usable.  But at 27MB/s, the system<br />
crawled, yet wasn&#8217;t using up 100% CPU.  I think this is the surreal<br />
PCI bus exhaustion experience&#8230; 27*5=135, and 133 is the maximum for<br />
a 33MHZ, 32-bit, PCI bus.  But many of my PCI devices (including the<br />
northbridge), are 66MHz capable, and from what I&#8217;ve read, 33MHz<br />
devices shouldn&#8217;t be holding back the 66MHz ones entirely, but I<br />
couldn&#8217;t find out how to test/debug this further.  Later I found out<br />
that the 66MHz-capable bit doesn&#8217;t mean very much, and what you<br />
really need is a 66MHz-capable PCI bus &#8211; which mine isn&#8217;t.  Myth<br />
wasn&#8217;t happy about this, as ivtv wasn&#8217;t getting read from fast<br />
enough.  The system otherwise felt very sluggish.  I left the box up<br />
to resync overnight.  I fought with the DVD drive some more, too.</p>
<p style="margin-bottom: 0in">
<p style="margin-bottom: 0in">Wednesday morning, I checked on the<br />
status of the resync.  But the box had locked up.  I rebooted it and<br />
checked the logs.  The resync did complete, but sometime later, there<br />
was an unhandled interrupt on the IRQ shared between a SATA<br />
controller and the video card.  Linux then disabled the IRQ, causing<br />
all of the drives to fall out incrementally.  I brought the box back<br />
up, and had to force the array to be &#8220;clean&#8221; so that it would<br />
re-assemble (echo clean &gt; /sys/block/md0/md/array_state &#8230; there<br />
appears to be no mdadm equivalent of this action.  And you have to<br />
write something to the device then for the superblocks to get<br />
updated.)  I eventually and experimentally determined that running<br />
SMART commands on the new 500G drive is what causes the unhandled<br />
interrupt.  It takes time for the problem to manifest though -<br />
maybe it&#8217;s a race condition somewhere.  I haven&#8217;t found anything in<br />
the kernel mailing lists about this, so I will have to research<br />
further and maybe post about it.</p>
<p style="margin-bottom: 0in">
<p style="margin-bottom: 0in">As far as the DVD drive, I tried<br />
different media with equally mixed results.  I eventually returned it<br />
to Circuit City and bought a better and cheaper Samsung from Newegg.<br />
It seems to work much better&#8230; no spewing of IDE messages.  I almost<br />
made myself buy a SATA one, but I didn&#8217;t want to buy yet another SATA<br />
controller and risk more problems with compatibility.</p>
<p style="margin-bottom: 0in">
<p style="margin-bottom: 0in">And the 250G seems fine now, so it<br />
didn&#8217;t get tossed either.  Sigh.</p>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2007/03/17/storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PVR-500 w/ Samsung tuners &#8211; FC5 to FC6</title>
		<link>http://brady.thtech.net/2007/02/13/pvr-500-w-samsung-tuners-fc5-to-fc6/</link>
		<comments>http://brady.thtech.net/2007/02/13/pvr-500-w-samsung-tuners-fc5-to-fc6/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 23:41:21 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[mythtv]]></category>
		<category><![CDATA[pvr500]]></category>

		<guid isPermaLink="false">http://beta.thtech.net/?p=127</guid>
		<description><![CDATA[When I purchased and installed my PVR-500 this fall for MythTV stuff, it had very poor signal quality.  I attributed this to my cable provider, and bought a ridiculous +24dB amplifier from WalMart to rectify the problem, which it did.  After upgrading the box from Fedora Core 5 to Fedora Core 6, the [...]]]></description>
			<content:encoded><![CDATA[<p>When I purchased and installed my PVR-500 this fall for MythTV stuff, it had very poor signal quality.  I attributed this to my cable provider, and bought a ridiculous +24dB amplifier from WalMart to rectify the problem, which it did.  After upgrading the box from Fedora Core 5 to Fedora Core 6, the reception on the box was awful.  I confirmed that the change in kernel from 2.6.17 to 2.6.19, or the accompanying changes to the ivtv driver were the cause.  After <a href="http://www.mail-archive.com/ivtv-devel%40ivtvdriver.org/msg03433.html">some research</a>, it turns out that I have an &#8220;evil&#8221; Samsung tuner card, and that in 2.6.17 the internal amplifier on the tuner is not activated by the Video for Linux drivers.  So, my original amplifier purchase was to compensate for a software problem.  After removing the amplifier (not just turning it off as I had been foolishly trying as a test), the reception was mostly better.  Some channels are better than before, but some are worse, and overall I think this was not a good change.  However, there is no software setting for enabling/disabling the internal amp (apparently no good reason to turn it off), so I&#8217;m going to go with the internal amp instead of maintaining a custom kernel on the box, which is always a pain.</p>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2007/02/13/pvr-500-w-samsung-tuners-fc5-to-fc6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frustrating Day</title>
		<link>http://brady.thtech.net/2006/07/12/frustrating-day/</link>
		<comments>http://brady.thtech.net/2006/07/12/frustrating-day/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 04:21:08 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Happenings]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://beta.thtech.net/?p=135</guid>
		<description><![CDATA[Unfortunately, it seems that anything requiring cooperation and coordination is hard to do.  I spent the day investigating a likely impossible solution to a problem that doesn&#8217;t end up needing solved.  While at the same time still not having the ability to work on the problem that really needs solved.  And no [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, it seems that anything requiring cooperation and coordination is hard to do.  I spent the day investigating a likely impossible solution to a problem that doesn&#8217;t end up needing solved.  While at the same time still not having the ability to work on the problem that really needs solved.  And no documentation or plan has been given to me other than 3rd party verbal snippets to the overarching project responsible for the whole situation.  Sigh.</p>
<p>Luckily, other than this blog, I&#8217;ve been pretty successful at not letting the day ruin my evening.  I got to visit with <a href="http://www.podpolia.com/">Chris</a> a bit, following his trip to Illinois.</p>
<p>And one more note&#8230; recent kernel upgrades for FC5 require a new firmware image for the ipw2200 wireless driver, so remember that.</p>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2006/07/12/frustrating-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer Stuff</title>
		<link>http://brady.thtech.net/2006/03/18/computer-stuff/</link>
		<comments>http://brady.thtech.net/2006/03/18/computer-stuff/#comments</comments>
		<pubDate>Sun, 19 Mar 2006 04:00:30 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://beta.thtech.net/?p=139</guid>
		<description><![CDATA[The storage capacity upgrade and RAID5-ification has been completed, following a week of computers and their components strewn throughout the house.  Having a RAID5 include a linear md as a component was a bit challenging&#8230; had to make the kernel not try to assemble the RAID5 automagically, but wait for the mdadm.conf to do [...]]]></description>
			<content:encoded><![CDATA[<p>The storage capacity upgrade and RAID5-ification has been completed, following a week of computers and their components strewn throughout the house.  Having a RAID5 include a linear md as a component was a bit challenging&#8230; had to make the kernel not try to assemble the RAID5 automagically, but wait for the mdadm.conf to do it.  Unfortunately, that wasn&#8217;t the end of the computer fun this week.  <a href="http://www.podpolia.com/">Chris</a> had a drive fail in his firewall, and the machine employed various means to make it impossible to install an OS on another drive.  Still not sure what its problems are, having spent the afternoon in futile efforts to fix it.</p>
<pre>[balleman@oak ~]$ df -h /storage
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/storage0-lstorage0
                      1.5T  739G  729G  51% /storage</pre>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2006/03/18/computer-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates</title>
		<link>http://brady.thtech.net/2005/12/04/updates/</link>
		<comments>http://brady.thtech.net/2005/12/04/updates/#comments</comments>
		<pubDate>Mon, 05 Dec 2005 01:56:04 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Happenings]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://beta.thtech.net/?p=147</guid>
		<description><![CDATA[No structure here&#8230; just some random goings-on:
For the last several kernel updates for FC4, my DVD sharing using GNBD hasn&#8217;t worked.  I guess those special ioctl()s aren&#8217;t getting translated over or something.  And NFS or SMB sharing an encrypted DVD just doesn&#8217;t do anything good at all (ignoring the fact that NFS seems [...]]]></description>
			<content:encoded><![CDATA[<p>No structure here&#8230; just some random goings-on:</p>
<p>For the last several kernel updates for FC4, my DVD sharing using GNBD hasn&#8217;t worked.  I guess those special ioctl()s aren&#8217;t getting translated over or something.  And NFS or SMB sharing an encrypted DVD just doesn&#8217;t do anything good at all (ignoring the fact that NFS seems really sucky with the latest FC4 updates).  So, after months of not being able to watch DVDs, I gave up, and bought a USB drive cage to attach a DVD drive to Oak.  Works perfectly.  Despite performance issues and cabling evilness, I still can&#8217;t completely rule out a stack of USB drives RAIDed as a bulk storage solution, especially with all of the device mapper coolness in Linux.  Too early to be thinking of that, though, as the computer storage fund hasn&#8217;t matured yet, despite the fact that Oak is at 99% capacity.</p>
<p>As <a href="http://www.silfreed.net/">Doug</a> has mentioned, Asterisk and VoIP is still pretty neat.  I&#8217;ve setup a <a href="http://www.teliax.com">teliax</a> account, since they have pricing like <a href="http://www.nufone.net/">nufone</a> with a whole lot of rate centers worth of DIDs (they&#8217;re essentially a <a href="http://www.level3.net">Level3</a> reseller).  So, we just need to get some VPN&#8217;ing set up.  I&#8217;m in desperate need of some UT, and I think VPN might be a useful substitute for a LAN party this winter.</p>
<p>My grandfather (on my Dad&#8217;s side) has been in the hospital on and off for more than a month now.  Currently he has pneumonia, is very weak, and not entirely coherent.  Your prayers would be appreciated for what could be a difficult Christmas season for the family.</p>
<p>Things at <a href="http://www.ship.edu/">Ship</a> are going fairly well.  I did shoot myself in the foot with the &#8220;ip arp inspection&#8221; feature of the Sup720 this week though.  Does 15 pps of ARP traffic seem like a good default threshold for shutting down trunk ports to you?  Me neither.  Of course, I asked that question <em>after</em> two ports had been err-disabled.  Hopefully Tim and I will get to do a real test of some VMPS soon, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2005/12/04/updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
