<?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>drqware blog</title>
	<atom:link href="http://www.drqware.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.drqware.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 31 May 2010 14:02:27 +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>Appliance repair &#8211; Take 2</title>
		<link>http://www.drqware.com/?p=41</link>
		<comments>http://www.drqware.com/?p=41#comments</comments>
		<pubDate>Mon, 31 May 2010 14:02:27 +0000</pubDate>
		<dc:creator>drq</dc:creator>
				<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.drqware.com/?p=41</guid>
		<description><![CDATA[We realized on Saturday of this weekend that the dryer never stopped running.  Even though the lint filter was clean and the ductwork was clean too. It looks like it is the timer. No matter where we set the timer (auto, timed, etc.), it never moved while the dryer was running. This isn&#8217;t going to [...]]]></description>
			<content:encoded><![CDATA[<p>We realized on Saturday of this weekend that the dryer never stopped running.  Even though the lint filter was clean and the ductwork was clean too. It looks like it is the timer. No matter where we set the timer (auto, timed, etc.), it never moved while the dryer was running. This isn&#8217;t going to be a $2.67 repair (like the dishwasher). A new timer is a little more than that. While I had some of the dryer apart I decided to vacuum out the cabinet inside.  While rotating the drum by hand, I saw some noticeable wear on the drive belt. Oh well, another part.</p>
<p>New timer and drive belt have been ordered from www.appliancepartspros.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drqware.com/?feed=rss2&amp;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dishwasher repair</title>
		<link>http://www.drqware.com/?p=35</link>
		<comments>http://www.drqware.com/?p=35#comments</comments>
		<pubDate>Sat, 29 May 2010 17:29:40 +0000</pubDate>
		<dc:creator>drq</dc:creator>
				<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.drqware.com/?p=35</guid>
		<description><![CDATA[Our dishwasher (D/W) decided to act up recently. It was making ugly noises when doing something (I never figured out a pattern).  It also wasn&#8217;t completely draining at the end of a cycle. I could hit the &#8220;Cancel&#8221; button and it would drain, but that bothered me and made me wonder just how clean it [...]]]></description>
			<content:encoded><![CDATA[<p>Our dishwasher (D/W) decided to act up recently. It was making ugly noises when doing something (I never figured out a pattern).  It also wasn&#8217;t completely draining at the end of a cycle. I could hit the &#8220;Cancel&#8221; button and it would drain, but that bothered me and made me wonder just how clean it was if dirty water was left there after a part of a cycle.</p>
<p>This topic came up for discussion while I was laying on the physical therapist&#8217;s table getting my ankle worked on.  Her recommendation (based on personal experience) was to put some white vinegar in the bottom of the D/W let it soak for a while then run it thru a cycle. I told her that I would try it.</p>
<p>We bought a gallon of white vinegar ($2.67) and I poured 3/4 of it in the bottom of the D/W this morning. I left it in there for at least 2 hours while we ran some errands.</p>
<p>After we put away all the groceries, I started the D/W. It ran thru a cycle with nothing in it. Actually I put the coffee maker filter basket in there since it had all that vinegar and I could kill two birds with one stone.</p>
<p>Well it drained completely! I also watched the force of water coming into the disposal drain and it was significantly stronger than before. Yay! I&#8217;m running one more cycle now (with a few items in the racks) to verify that it is indeed fixed. The noise is gone too.</p>
<p>$2.67 is a whole lot cheaper than a new D/W.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drqware.com/?feed=rss2&amp;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Varsym Patches for FreeBSD 8.0-RELEASE</title>
		<link>http://www.drqware.com/?p=25</link>
		<comments>http://www.drqware.com/?p=25#comments</comments>
		<pubDate>Sun, 11 Apr 2010 15:55:56 +0000</pubDate>
		<dc:creator>drq</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://www.drqware.com/?p=25</guid>
		<description><![CDATA[Here&#8217;s the patches for varsym for FreeBSD 8.0. These have been modified from the Dragonfly sources to work with FreeBSD.  Thanks to Matthew Dillon for including varsym in Dragonfly and Andrey V. Elsukov for helping me with creating these patches. This patch set include the fix that allows realpath to work correctly (thanks to John De [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the patches for varsym for FreeBSD 8.0. These have been modified from the Dragonfly sources to work with FreeBSD.  Thanks to Matthew Dillon for including varsym in Dragonfly and Andrey V. Elsukov for helping me with creating these patches. This patch set include the fix that allows realpath to work correctly (thanks to John De Boskey for helping debug this).</p>
<p>To apply the patches, and rebuild do the following:</p>
<ul>
<li>cd /usr</li>
<li>patch &lt; varsym.patches.8.0</li>
<li>cd /usr/src/sys/kern &amp;&amp; make sysent</li>
<li>cd /usr/src/sys/compat/freebsd32 &amp;&amp; make sysent</li>
<li>cd /usr</li>
<li>then make world and kernel and install both</li>
</ul>
<p>Patch file is here:</p>
<p><a title="Varsym Patches for FreeBSD 8.0" href="http://www.drqware.com/downloads/varsym.patch.8.0" target="_blank">http://www.drqware.com/downloads/varsym.patch.8.0</a></p>
<p>This is part of the ln manpage from a patched system describing varsym:</p>
<pre>
<div id="_mcePaste">VARIANT SYMLINKS</div>
<div id="_mcePaste">DragonFly supports a special kind of dynamic symbolic link called a</div>
<div id="_mcePaste">variant symlink.  The source_file of a variant symlink may contain one or</div>
<div id="_mcePaste">more variable names.  Each of these variable names is enclosed in braces</div>
<div id="_mcePaste">and preceded by a dollar sign in the style of variable references in</div>
<div id="_mcePaste">sh(1) and csh(1).</div>
<div id="_mcePaste">Whenever a variant symlink is followed, each variable found in</div>
<div id="_mcePaste">source_file is replaced by its associated value.  In this manner, a vari-</div>
<div id="_mcePaste">ant symlink may resolve to different paths based on context.  The facil-</div>
<div id="_mcePaste">ity supports per-process, per-user, and system-wide varsyms.</div>
<div id="_mcePaste">Varsym variables can be set with the varsym(1) utility.  Regular</div>
<div id="_mcePaste">environ(7) environment variables are not used to resolve variant sym-</div>
<div id="_mcePaste">links.</div>
<div id="_mcePaste">EXAMPLE</div>
<div id="_mcePaste">sysctl -w vfs.varsym_enable=1</div>
<div id="_mcePaste">ln -s 'a${fubar}b' test</div>
<div id="_mcePaste">echo 'Hello' &gt; axxb</div>
<div id="_mcePaste">echo 'Goodbye' &gt; ayyb</div>
<div id="_mcePaste">varsym fubar=xx; cat test</div>
<div id="_mcePaste">varsym fubar=yy; cat test</div>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.drqware.com/?feed=rss2&amp;p=25</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Berry younglings</title>
		<link>http://www.drqware.com/?p=16</link>
		<comments>http://www.drqware.com/?p=16#comments</comments>
		<pubDate>Sat, 10 Apr 2010 23:46:31 +0000</pubDate>
		<dc:creator>drq</dc:creator>
				<category><![CDATA[Plants]]></category>

		<guid isPermaLink="false">http://www.drqware.com/?p=16</guid>
		<description><![CDATA[My new blueberry and blackberry younglings. Check these out:
]]></description>
			<content:encoded><![CDATA[<p>My new blueberry and blackberry younglings. Check these out:</p>

<a href='http://www.drqware.com/?attachment_id=21' title='black'><img width="150" height="150" src="http://www.drqware.com/wp-content/uploads/2010/04/black1-150x150.jpg" class="attachment-thumbnail" alt="" title="black" /></a>
<a href='http://www.drqware.com/?attachment_id=22' title='blue'><img width="150" height="150" src="http://www.drqware.com/wp-content/uploads/2010/04/blue1-150x150.jpg" class="attachment-thumbnail" alt="" title="blue" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.drqware.com/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Macbook utility</title>
		<link>http://www.drqware.com/?p=3</link>
		<comments>http://www.drqware.com/?p=3#comments</comments>
		<pubDate>Sun, 07 Mar 2010 23:02:30 +0000</pubDate>
		<dc:creator>drq</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac network location automatic]]></category>

		<guid isPermaLink="false">http://www.drqware.com/?p=3</guid>
		<description><![CDATA[Do you have a macbook and need a proxy at work and not at home?  Don&#8217;t you wish there was a way to automatically switch from one network location to another based on what SSID you were connected to?  That way you can open your macbook and it will just work. I have one that [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a macbook and need a proxy at work and not at home?  Don&#8217;t you wish there was a way to automatically switch from one network location to another based on what SSID you were connected to?  That way you can open your macbook and it will just work. I have one that works for me.  It requires &#8220;sleepwatcher&#8221; and growlnotify (from the Extras/ folder in a Growl dmg).</p>
<p>Download it from here:</p>
<p><a title="updatelocation.tgz" href="http://www.drqware.com/downloads/updatelocation.tgz" target="_blank">http://www.drqware.com/downloads/updatelocation.tgz</a></p>
<p>Check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drqware.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
