<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5.1.3" -->
<rss version="0.92">
<channel>
	<title>explanatory gap</title>
	<link>http://www.enac.northwestern.edu/~tew</link>
	<description>t e whalen -- research engineer -- psychology -- northwestern university</description>
	<lastBuildDate>Thu, 07 Jul 2005 15:32:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>fixing nagios on debian</title>
		<description>I had trouble with CGI access to Nagios after an apt-get upgrade on my debian box.  I kept getting the error &#8220;It appears as though you do not have permission to view information for any of the services you requested&#8221;.  The key is to remember to check that ...</description>
		<link>http://www.enac.northwestern.edu/~tew/archives/2005/01/17/fixing-nagios-on-debian/</link>
	</item>
	<item>
		<title>path python module</title>
		<description>I don&#8217;t think I&#8217;ve mentioned the path python module in detail before, so I will now.

It&#8217;s amazingly useful, and so much more intuitive than the standard library equivalents (os.path, etc.).  If you&#8217;re like me, and you never got the hang of iteration or recursion in bash scripting, this module ...</description>
		<link>http://www.enac.northwestern.edu/~tew/archives/2004/12/03/path-python-module/</link>
	</item>
	<item>
		<title>helpful hint</title>
		<description>If it&#8217;s a big pain when a workstation&#8217;s ssh keypair gets lost, back it up.



#!/bin/sh

HOSTNAME=`hostname`
sudo cat /etc/ssh/ssh_host_dsa_key > ws_keys/ssh_host_dsa_key.${HOSTNAME}
sudo cat /etc/ssh/ssh_host_dsa_key.pub > ws_keys/ssh_host_dsa_key.pub.${HOSTNAME}
sudo cat /etc/ssh/ssh_host_rsa_key >    ws_keys/ssh_host_rsa_key.${HOSTNAME}
sudo cat /etc/ssh/ssh_host_rsa_key.pub > ws_keys/ssh_host_rsa_key.pub.${HOSTNAME}

chmod go-r ws_keys/*.${HOSTNAME}



 </description>
		<link>http://www.enac.northwestern.edu/~tew/archives/2004/11/23/helpful-hint/</link>
	</item>
	<item>
		<title>caretaker indirection</title>
		<description>We&#8217;ve got a &#8220;data archive&#8221; here, where we store all of our raw fMRI data, for safe-keeping.  Unfortunately, it&#8217;s hard to allow the kind of fine-grained access control which would allow people to insert new data but disallow alteration or removal of data.

The solution I&#8217;ve come up with is ...</description>
		<link>http://www.enac.northwestern.edu/~tew/archives/2004/11/22/caretaker-indirection/</link>
	</item>
	<item>
		<title>let&#8217;s go zipf</title>
		<description>

Check out that curve!  Woo!  I&#8217;ve got your logarithm right here!
 </description>
		<link>http://www.enac.northwestern.edu/~tew/archives/2004/11/15/lets-go-zipf/</link>
	</item>
	<item>
		<title>i2o, adaptec, raidutils, and 2.6.x</title>
		<description>I&#8217;m getting hit with Debian bug #278239.  What&#8217;s happening is I upgraded the kernel on the server to 2.6.x (which gave a significant performance boost) and the standard dpt_i2o module has been subsumed by the i2o_block and associated modules. I guess the kernel headers changed too, along with the ...</description>
		<link>http://www.enac.northwestern.edu/~tew/archives/2004/11/10/i2o-adaptec-raidutils-and-26x/</link>
	</item>
	<item>
		<title>new machine, and x86_64 joy</title>
		<description>So, I transplanted the brains of one of my workstations today, taking out an aging k7 and stuffing in a new Athlon 64.  This required some re-jiggering of my previous availability calculations, since the bogomips are low on these new Athlons.  I decided to run a quick benchmark ...</description>
		<link>http://www.enac.northwestern.edu/~tew/archives/2004/11/10/new-machine-and-x86_64-joy/</link>
	</item>
	<item>
		<title>curse you, heisenbugs!</title>
		<description>So.

Dell Precision Workstation 350 has a problem when running Linux kernels in the 2.6.x series with the keyboard and busmice.  If you boot them up without touching a key (say in GRUB, for instance) you&#8217;ll get a message like i8042.c: Can't read CTR while initializing i8042 in your dmesgs.

This ...</description>
		<link>http://www.enac.northwestern.edu/~tew/archives/2004/11/05/curse-you-heisenbugs/</link>
	</item>
	<item>
		<title>going gentle into that good night</title>
		<description>Yet another drive in yet another raid array has failed on me.  This one is less important, though, so we&#8217;re not replacing it.  And also, $300 for a 78 GB drive is just crazy.  We&#8217;re going to let the hot spare rebuild the array, and the plan ...</description>
		<link>http://www.enac.northwestern.edu/~tew/archives/2004/08/23/going-gentle-into-that-good-night/</link>
	</item>
	<item>
		<title>still fighting the good fight</title>
		<description>Yesterday, I swapped around yet another spare drive in my RAID enclosure, hoping, on the advice of the Adaptec techs, that this would stop my irritating runs-for-24-hours-and-then-dies problem.

It did not.  Now, I&#8217;m left with the conclusion that I&#8217;m facing a situation like that described in Adaptec knowledge base article ...</description>
		<link>http://www.enac.northwestern.edu/~tew/archives/2004/08/19/still-fighting-the-good-fight/</link>
	</item>
</channel>
</rss>
