<?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"
	>

<channel>
	<title>Pleh</title>
	<atom:link href="http://toscano.org/~pete/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://toscano.org/~pete/blog</link>
	<description>I will smack you like a bad bad donkey, ok?</description>
	<pubDate>Thu, 08 May 2008 19:39:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>My Blog, My Memory</title>
		<link>http://toscano.org/~pete/blog/archives/175</link>
		<comments>http://toscano.org/~pete/blog/archives/175#comments</comments>
		<pubDate>Thu, 08 May 2008 19:38:27 +0000</pubDate>
		<dc:creator>pete</dc:creator>
		
		<category><![CDATA[Geekery]]></category>

		<category><![CDATA[geeky]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[scsi]]></category>

		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://toscano.org/~pete/blog/archives/175</guid>
		<description><![CDATA[When you need to hot-add a SCSI disk to a Linux server, the following command will get the OS to re-scan the SCSI bus:
echo - - - &#62;/sys/class/scsi_host/host$NUMBER/scan
$NUMBer is usually 0, but if you have more SCSI busses, you need to verify.
For more information on this, check here.
Tags: linux,  scsi,  tip
]]></description>
			<content:encoded><![CDATA[<p>When you need to hot-add a SCSI disk to a Linux server, the following command will get the OS to re-scan the SCSI bus:</p>
<p><code>echo - - - &gt;/sys/class/scsi_host/host$NUMBER/scan</code></p>
<p>$NUMBer is usually 0, but if you have more SCSI busses, you need to verify.</p>
<p>For more information on this, check <a href="http://misterd77.blogspot.com/2007/12/how-to-scan-scsi-bus-with-26-kernel.html">here</a>.</p>
<p style="text-align: right;"><div class="simpletags">Tags: <a href="http://technorati.com/tag/linux" rel="tag">linux</a>, <a href="http://technorati.com/tag/scsi" rel="tag"> scsi</a>, <a href="http://technorati.com/tag/tip" rel="tag"> tip</a></div>
]]></content:encoded>
			<wfw:commentRss>http://toscano.org/~pete/blog/archives/175/feed</wfw:commentRss>
		</item>
		<item>
		<title>Well, Look at That</title>
		<link>http://toscano.org/~pete/blog/archives/174</link>
		<comments>http://toscano.org/~pete/blog/archives/174#comments</comments>
		<pubDate>Mon, 14 Apr 2008 01:30:53 +0000</pubDate>
		<dc:creator>pete</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<category><![CDATA[Photos]]></category>

		<category><![CDATA[dc]]></category>

		<category><![CDATA[dcist]]></category>

		<category><![CDATA[happy]]></category>

		<category><![CDATA[National Cherry Blossom Festival]]></category>

		<guid isPermaLink="false">http://toscano.org/~pete/blog/archives/174</guid>
		<description><![CDATA[
  
  

Looks like the DCist likes a picture of mine. I&#8217;m pleased that they liked it, but it would have been cool if they added a note to the picture on Flickr, which is how they got it. Still, it&#8217;s nice to be surprised by seeing my own picture pop up. Thanks, [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;">
  <br />
  <a href="http://www.flickr.com/photos/94949976@N00/2382246248/"><img src="http://farm4.static.flickr.com/3102/2382246248_c764e4b64f_m.jpg" height="124" width="240" alt="On Stage" /></a>
</div>
<p>Looks like the <a href="http://dcist.com/2008/04/02/go_home_already_220.php">DCist likes a picture of mine</a>. I&#8217;m pleased that they liked it, but it would have been cool if they added a note to the picture on Flickr, which is how they got it. Still, it&#8217;s nice to be surprised by seeing my own picture pop up. Thanks, DCist.</p>
<div style="text-align: right;"><div class="simpletags">Tags: <a href="http://technorati.com/tag/dc" rel="tag">dc</a>, <a href="http://technorati.com/tag/dcist" rel="tag"> dcist</a>, <a href="http://technorati.com/tag/happy" rel="tag"> happy</a>, <a href="http://technorati.com/tag/national+cherry+blossom+festival" rel="tag"> national cherry blossom festival</a>, <a href="http://technorati.com/tag/photos" rel="tag"> photos</a></div></div>
]]></content:encoded>
			<wfw:commentRss>http://toscano.org/~pete/blog/archives/174/feed</wfw:commentRss>
		</item>
		<item>
		<title>Never Forget</title>
		<link>http://toscano.org/~pete/blog/archives/172</link>
		<comments>http://toscano.org/~pete/blog/archives/172#comments</comments>
		<pubDate>Sat, 05 Jan 2008 04:11:44 +0000</pubDate>
		<dc:creator>pete</dc:creator>
		
		<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://toscano.org/~pete/blog/archives/172</guid>
		<description><![CDATA[I&#8217;m posting this in the hope that I&#8217;ll never waste another few hours trying to fix this problem again.  This is probably only of interest to me.When installing Jira and other application that use (pooled?) JDBC connections in Tomcat 5.5 (others?) on the Redhat-based distros (Fedora, RHEL, CentOS&#8230;), if you see an error message [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m posting this in the hope that I&#8217;ll never waste another few hours trying to fix this problem again.  This is probably only of interest to me.When installing <a href="http://www.atlassian.com/software/jira/">Jira</a> and other application that use (pooled?) JDBC connections in <a href="http://tomcat.apache.org/">Tomcat</a> 5.5 (others?) on the Redhat-based distros (Fedora, RHEL, CentOS&#8230;), if you see an error message looking like this&#8230;</p>
<p><code>2008-01-04 23:22:59,963 main WARN [core.entity.transaction.JNDIFactory] [ConnectionFactory.getConnection] Failed to find DataSource named java:comp/env/jdbc/JiraDS in JNDI server with name default. Trying normal database. javax.naming.NamingException: Could not create resource factory instance [Root exception is java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory]</code></p>
<p>&#8230;the problem is with the distro&#8217;s use of the Jakarta Commons version of DBCP and Tomcat&#8217;s expectation that the BasicDataSourceFactory class being in Tomcat&#8217;s naming-factory-dbcp.jar file.  For whatever reason, the distro preferred the Jakarta version.This can be simply solved by adding the following to your JAVA_OPTS environmental variable:</p>
<p><code>-Djavax.sql.DataSource.Factory=org.apache.commons.dbcp.BasicDataSourceFactory</code></p>
<p>&#8230;which is most likely in /etc/sysconfig/tomcat5.To give credit where credit is due, I found most of my info about this problem and the solution <a href="http://mcqueeney.com/roller/page/tom?entry=jndi_error_with_roller_weblogger">here</a>.</p>
<p>May I never waste more time on this problem.</p>
<p><!-- technorati tags start -->
<p style="text-align: right; font-size: 10px">Technorati Tags: <a href="http://www.technorati.com/tag/frustration" rel="tag">frustration</a>, <a href="http://www.technorati.com/tag/java" rel="tag">java</a>, <a href="http://www.technorati.com/tag/programming" rel="tag">programming</a>, <a href="http://www.technorati.com/tag/sysadmin" rel="tag">sysadmin</a>, <a href="http://www.technorati.com/tag/throw%20the%20computer%20across%20the%20farking%20room" rel="tag">throw the computer across the farking room</a>, <a href="http://www.technorati.com/tag/tomcat" rel="tag">tomcat</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://toscano.org/~pete/blog/archives/172/feed</wfw:commentRss>
		</item>
		<item>
		<title>Woot!</title>
		<link>http://toscano.org/~pete/blog/archives/171</link>
		<comments>http://toscano.org/~pete/blog/archives/171#comments</comments>
		<pubDate>Fri, 10 Aug 2007 15:20:25 +0000</pubDate>
		<dc:creator>pete</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://toscano.org/~pete/blog/archives/171</guid>
		<description><![CDATA[On a happier note, I just noticed (a month late) that Wired has used one of my pictures in a blog post of theirs.  Woot!  This is the first time I&#8217;ve ever seen one of my pictures used for anything other than display on my Flickr page.

Technorati Tags: happy, photos

]]></description>
			<content:encoded><![CDATA[<p>On a happier note, I just noticed (a month late) that <a href="http://www.wired.com/">Wired</a> has used <a href="http://flickr.com/photos/sigsegv/339132037/in/set-72157594449126819/">one of my pictures</a> in <a href="http://blog.wired.com/27bstroke6/2007/07/nyc-to-create-p.html">a blog post of theirs</a>.  Woot!  This is the first time I&#8217;ve ever seen one of my pictures used for anything other than display on <a href="http://flickr.com/photos/sigsegv/">my Flickr page</a>.</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/happy" rel="tag">happy</a>, <a href="http://www.technorati.com/tag/photos" rel="tag">photos</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://toscano.org/~pete/blog/archives/171/feed</wfw:commentRss>
		</item>
		<item>
		<title>The End and The Beginning</title>
		<link>http://toscano.org/~pete/blog/archives/170</link>
		<comments>http://toscano.org/~pete/blog/archives/170#comments</comments>
		<pubDate>Fri, 10 Aug 2007 14:59:17 +0000</pubDate>
		<dc:creator>pete</dc:creator>
		
		<category><![CDATA[Parenthood]]></category>

		<guid isPermaLink="false">http://toscano.org/~pete/blog/archives/170</guid>
		<description><![CDATA[Over the past few days, my marriage has quickly unraveled.  Honestly, though, it&#8217;s been unraveling for a few months, but Sunday was the tipping point.  I don&#8217;t want to get into the details here, beyond the fact that is was Lisa who decided to end it, but neither of us is completely innocent. [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few days, my marriage has quickly unraveled.  Honestly, though, it&#8217;s been unraveling for a few months, but Sunday was the tipping point.  I don&#8217;t want to get into the details here, beyond the fact that is was Lisa who decided to end it, but neither of us is completely innocent.  If you ask either of us, the amount and location of blame will differ some, but we mostly agree that, in the end, the love &#8212; the type of love that should be felt between husband and wife &#8212; isn&#8217;t there anymore.  I firmly believe, that if Lisa were to reconsider her decision, we could get back to what we had with some work.  Realistically, though, I don&#8217;t think that&#8217;ll happen.  I need to look forward to this new future and cherish, but not mourn or worship the good stuff that we had.  Most importantly, we still love and respect each other as friends and, really, that&#8217;s pretty great, since we still need to work together in dealing with Grace.  She has been our biggest concern;  how can we work through this with minimal damage to her?</p>
<p>I&#8217;ve got a lot of anger about the situation, what happened, and how things ended, but this is destructive energy that won&#8217;t help anything.  I&#8217;m trying to find ways to deal with it, while still being constructive.  To this end, I have an appointment with a counselor this afternoon.  Hopefully, he&#8217;ll give me some suggestions on how this can be done.  I&#8217;ve been keeping most of it in when talking with Lis.  This has mostly worked, but every-so-often, something snarky and hurtful slips out.  Lis is pretty good at taking it, but it does build up and it does hurt her.</p>
<p>Last night, after an especially nasty spat, we were able to collect ourselves and talk about where we go from here.  Neither of us &#8212; right now, at least &#8212; feels especially pressed to leave.  We&#8217;re still comfortable around each other, though we need to work out comfortable levels of modesty, touchiness, and personal space.  We think that, for the time being, Lis will continue to live with us.  She&#8217;ll take care of Grace through the summer, continuing to be a stay-at-home-mom.  Next month, when G starts her final year of pre-school, Lis will look for a full-time job.  Luckily, it looks like my job might allow for a certain level of work-at-home time.  I need to talk this over with my boss, but I might be able to take her to school, pick her up, and bring her to daycare while Lis is at work.  From daycare, I&#8217;ll continue into the office.  Lis will pick G up when she&#8217;s done with work and bring her home.  The money Lis earns will go towards daycare and savings.  Unless her new job has outstanding healthcare, she&#8217;ll remain on mine for the meantime and I&#8217;ll continue to share my finances.</p>
<p>Eventually, Lis will have to move out, as the state of Virginia requires that couples with children must live apart for 12 months before a divorce can be issued.  Hopefully, Lis will have enough time to save up enough money for a nice place with plenty of room for both her and Grace.  The good news &#8212; to me &#8212; is that as of at least right now, this room for Grace will be for visits.  I&#8217;ll have physical custody.  We&#8217;ll share legal custody.  We want to try to arrange things where Lis can have an active role in G&#8217;s everyday life, but still have her live primarily with me.  For the time being, G and I will continue to live in our house, but I think we&#8217;ll eventually want to sell it.  (Too many memories of dreams of a now-different future, yadda yadda&#8230;)</p>
<p>We&#8217;ve discussed the possibility of Grace and me moving out of state, probably to be closer to my family in Arizona.  This will probably require a lot of planning as neither of us want to be part-time parents.  If we do move, we&#8217;ll need to find a way for Lis to regularly &#8212; at least twice a month, hopefully &#8212; be with Gracie.  Either Lis comes to us or, as G gets older, she goes to Lis.  I can also see G going out to be with Lis for a month or so around the time her family has their annual trip to North Carolina.  We&#8217;re also a bit concerned about the Arizona school system compared to the Virginia one.  While the disparity isn&#8217;t as large as we thought, Arizona&#8217;s is still the lesser of the two.  Regardless, all of this needs to be researched more as it could have a profound impact on G if done wrong.</p>
<p>Well, OK, most of this could have a profound impact on G if done wrong.  Sadly, I&#8217;m told it has to be done, but if we can work together, we can try to minimize the chances of that happening.</p>
<p><!-- technorati tags start --></p>
<p style="text-align: right; font-size: 10px">Technorati Tags: <a href="http://www.technorati.com/tag/divorce" rel="tag">divorce</a>, <a href="http://www.technorati.com/tag/the%20beginning" rel="tag">the beginning</a>, <a href="http://www.technorati.com/tag/sad" rel="tag">sad</a>, <a href="http://www.technorati.com/tag/separation" rel="tag">separation</a>, <a href="http://www.technorati.com/tag/the%20end" rel="tag">the end</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://toscano.org/~pete/blog/archives/170/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sun Blotted Out?</title>
		<link>http://toscano.org/~pete/blog/archives/169</link>
		<comments>http://toscano.org/~pete/blog/archives/169#comments</comments>
		<pubDate>Sat, 21 Jul 2007 15:35:55 +0000</pubDate>
		<dc:creator>pete</dc:creator>
		
		<category><![CDATA[Funny]]></category>

		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://toscano.org/~pete/blog/archives/169</guid>
		<description><![CDATA[If you noticed the sun get blotted out, a frost fall over the land, or darkness everywhere, even during the day, don&#8217;t worry.  It was only Cheney taking over the presidency while Bush had a colonoscopy.

Technorati Tags: funny

]]></description>
			<content:encoded><![CDATA[<p>If you noticed the sun get blotted out, a frost fall over the land, or darkness everywhere, even during the day, don&#8217;t worry.  It was only Cheney taking over the presidency <a href="http://www.cnn.com/2007/POLITICS/07/21/bush.colonoscopy/index.html">while Bush had a colonoscopy</a>.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/funny" rel="tag">funny</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://toscano.org/~pete/blog/archives/169/feed</wfw:commentRss>
		</item>
		<item>
		<title>Stupendously Ugly</title>
		<link>http://toscano.org/~pete/blog/archives/168</link>
		<comments>http://toscano.org/~pete/blog/archives/168#comments</comments>
		<pubDate>Sun, 15 Jul 2007 18:26:50 +0000</pubDate>
		<dc:creator>pete</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://toscano.org/~pete/blog/archives/168</guid>
		<description><![CDATA[Sitting here watching the Yankees play the Tampa Bay Devil Rays at Tropicana Field.  Wow!  With all the beautiful, new stadiums in baseball today, this place stands out and blows a raspberry at them all.  It&#8217;s stupendously ugly, from the bouncy bouncy outfield to the blotchy, poorly laid artificial grass.  I [...]]]></description>
			<content:encoded><![CDATA[<p>Sitting here watching the Yankees play the Tampa Bay Devil Rays at Tropicana Field.  Wow!  With all the beautiful, new stadiums in baseball today, this place stands out and blows a raspberry at them all.  It&#8217;s stupendously ugly, from the bouncy bouncy outfield to the blotchy, poorly laid artificial grass.  I can&#8217;t think of a more ugly baseball stadium, can you?<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/baseball" rel="tag">baseball</a>, <a href="http://www.technorati.com/tag/Tropicana Frield" rel="tag">Tropicana Frield</a>, <a href="http://www.technorati.com/tag/Tampa Bay" rel="tag">Tampa Bay</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://toscano.org/~pete/blog/archives/168/feed</wfw:commentRss>
		</item>
		<item>
		<title>Resume 2007, V1.0</title>
		<link>http://toscano.org/~pete/blog/archives/167</link>
		<comments>http://toscano.org/~pete/blog/archives/167#comments</comments>
		<pubDate>Sun, 01 Jul 2007 03:44:25 +0000</pubDate>
		<dc:creator>pete</dc:creator>
		
		<category><![CDATA[Job Search]]></category>

		<guid isPermaLink="false">http://toscano.org/~pete/blog/archives/167</guid>
		<description><![CDATA[Here&#8217;s my first attempt at the new resume.  It needs some tweaking though.  If anyone sees anything they think would be interesting to me, please pass it on.  Also, if you see something you think should be changed, please let me know.
Thanks.  Hopefully, by this time next week, I&#8217;ll be gainfully [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://toscano.org/~pete/resume%202007%20v1.0.txt">Here&#8217;s my first attempt at the new resume</a>.  It needs some tweaking though.  If anyone sees anything they think would be interesting to me, please pass it on.  Also, if you see something you think should be changed, please let me know.</p>
<p>Thanks.  Hopefully, by this time next week, I&#8217;ll be gainfully employed again.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/job" rel="tag">job</a>, <a href="http://www.technorati.com/tag/looking for work" rel="tag">looking for work</a>, <a href="http://www.technorati.com/tag/resume" rel="tag">resume</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://toscano.org/~pete/blog/archives/167/feed</wfw:commentRss>
		</item>
		<item>
		<title>Here We Go Again</title>
		<link>http://toscano.org/~pete/blog/archives/166</link>
		<comments>http://toscano.org/~pete/blog/archives/166#comments</comments>
		<pubDate>Sat, 30 Jun 2007 15:47:11 +0000</pubDate>
		<dc:creator>pete</dc:creator>
		
		<category><![CDATA[Job Search]]></category>

		<guid isPermaLink="false">http://toscano.org/~pete/blog/archives/166</guid>
		<description><![CDATA[Alright.  This has got to stop.  This is the second job in a row where Andy&#8217;s been laid off and taken me down with him.  About a quarter of the company was let go yesterday with only a paycheck for time worked and a possibility of a week of severance.  Not [...]]]></description>
			<content:encoded><![CDATA[<p>Alright.  This has got to stop.  This is the second job in a row where Andy&#8217;s been laid off and taken me down with him.  About a quarter of the company was let go yesterday with only a paycheck for time worked and a possibility of a week of severance.  Not that things are much better for the other 3/4 &#8212; the CEO said there&#8217;s only a 30% chance of the company making through July.  Guess I should deposit that paycheck now, before it bounces and get to finding my resume.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/layoff" rel="tag">layoff</a>, <a href="http://www.technorati.com/tag/job" rel="tag">job</a>, <a href="http://www.technorati.com/tag/scary" rel="tag">scary</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://toscano.org/~pete/blog/archives/166/feed</wfw:commentRss>
		</item>
		<item>
		<title>AppleTV / YouTube Trick</title>
		<link>http://toscano.org/~pete/blog/archives/165</link>
		<comments>http://toscano.org/~pete/blog/archives/165#comments</comments>
		<pubDate>Sun, 24 Jun 2007 02:05:37 +0000</pubDate>
		<dc:creator>pete</dc:creator>
		
		<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://toscano.org/~pete/blog/archives/165</guid>
		<description><![CDATA[This isn&#8217;t some super nifty trick or anything, but it&#8217;s kind of nice if you are sharing an AppleTV with multiple users.  Now that the 1.1 update is out and you can view YouTube on your AppleTV, create a dedicated YouTube account for your device.  Log into this account on your AppleTV, then [...]]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t some super nifty trick or anything, but it&#8217;s kind of nice if you are sharing an AppleTV with multiple users.  Now that the 1.1 update is out and you can view YouTube on your AppleTV, create a dedicated YouTube account for your device.  Log into this account on your AppleTV, then on your computers.  When one of you wants to share a YouTube video with the other or you would rather view the clip on your TV instead of your computer, save it to that account&#8217;s favorites.  These favorites can be accessed on the AppleTV.  Viola!  Simple YouTube viewing on your AppleTV.</p>
<p>See?  Told you is wasn&#8217;t anything special, but at least you don&#8217;t have to type in a YouTube URL into your AppleTV.  What a pain that on-screen keyboard is.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/apple tv" rel="tag">apple tv</a>, <a href="http://www.technorati.com/tag/YouTube" rel="tag">YouTube</a>, <a href="http://www.technorati.com/tag/television" rel="tag">television</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://toscano.org/~pete/blog/archives/165/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
