<?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>Kyle Schneider &#187; Linux</title>
	<atom:link href="http://blog.aragirn.net/category/geek/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aragirn.net</link>
	<description></description>
	<lastBuildDate>Sun, 10 Jan 2010 20:37:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Move to Linode</title>
		<link>http://blog.aragirn.net/2008/04/04/move-to-linode/</link>
		<comments>http://blog.aragirn.net/2008/04/04/move-to-linode/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 20:14:15 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://blog.aragirn.net/?p=220</guid>
		<description><![CDATA[Since I&#8217;ll no longer have a broadband connection (or much of a home) in a month to a month and a half, I decided that it was finally time for me to move my websites off of my desktop, which has been acting as my webserver for several years, and onto a hosted server.  [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;ll no longer have a broadband connection (or much of a home) in a month to a month and a half, I decided that it was finally time for me to move my websites off of my desktop, which has been acting as my webserver for several years, and onto a hosted server.  Having heard of Linode from several friends, I decided to check it out.  The cool thing about Linode is that I get a virtual machine that I install my own OS on (I&#8217;m running Ubuntu 7.10 on it) and I have the root password for that VM.   This means that I can do whatever I want, without having to rely on a sysadmin somewhere to install software as I need it.</p>
<p>So, starting today, I&#8217;ve begun the process of migrating my websites out of my apartment and onto the server.  In another 3 hours, the data transfer should be complete and at that point I can begin testing to make sure I&#8217;ve remembered to install all the software and have the server configured correctly.  Once I&#8217;m satisfied that everything is ready, I&#8217;ll update DNS to reflect the address of the new server and everyone should (hopefully) see a seamless transition as I&#8217;ll implement redirects while the new DNS settings propagate.</p>
<p>For those of you using Linode, do you have any suggestions for me?  Nifty tips and tricks?  Things to watch out for?  If so, please, let me know.</p>
<p><ins datetime="2008-04-05T05:54:09+00:00">UPDATE:</ins></p>
<p>And the transition to Linode is complete.  If you notice any problems, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aragirn.net/2008/04/04/move-to-linode/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu: 6.10 (Edgy) to 7.04 (Feisty) upgrade</title>
		<link>http://blog.aragirn.net/2007/04/19/ubuntu-610-edgy-to-704-feisty-upgrade/</link>
		<comments>http://blog.aragirn.net/2007/04/19/ubuntu-610-edgy-to-704-feisty-upgrade/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 02:15:57 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.aragirn.net/2007/04/19/ubuntu-610-edgy-to-704-feisty-upgrade/</guid>
		<description><![CDATA[Today, Ubuntu made their latest release, 7.04 Feisty Fawn.  I&#8217;ve been using Ubuntu since before their first official release and love it.  They&#8217;ve really come a long way in making Linux a usable desktop for the average user.  Overall, this upgrade went pretty well, though I ran into a couple problems.
My first, [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Ubuntu made their latest release, 7.04 Feisty Fawn.  I&#8217;ve been using Ubuntu since before their first official release and love it.  They&#8217;ve really come a long way in making Linux a usable desktop for the average user.  Overall, this upgrade went pretty well, though I ran into a couple problems.</p>
<p>My first, and biggest problem, is that upon rebooting into Feisty, the boot process stopped for maintenance.  That&#8217;s never a good sign; Linux wasn&#8217;t able to identify several of my hard drives.  &#8220;That&#8217;s no big deal.&#8221; I thought.  &#8220;I&#8217;ll just log in and see what&#8217;s up, I know my data is safe.&#8221;  Well, it turns out that in Feisty, the way drives are mounted has changed.  No longer are IDE devices mounted using &#8220;/dev/hd*#&#8221; instead, they&#8217;re assigned to &#8220;/dev/sd*#&#8221; where * is a letter that may or may not match up with the old hd* designation.</p>
<p>Since I have a mix of SATA and IDE drives in my machine, things got complicated pretty quickly.  My /etc/fstab (which controls which drives mount where) was in shambles.  The computer was trying to mount devices that had changed names.  The default way this is now handled in Ubuntu is by assigning a UUID to each partition.  This ID allows devices to be mounted no matter what order they&#8217;re plugged in, which is cool.  If I wanted to reorder my drives and still have them mount in the same places.  It&#8217;s not so cool when your drives no longer mount and you aren&#8217;t sure what&#8217;s what.  </p>
<p>After some experimentation, I was able to identify all my drives (by mounting every device and seeing what it contained).  I then <a href="http://ralph.n3rds.net/index.php?/archives/175-Adding-a-new-partition-in-fstab-with-UUID.html">found the UUIDs</a> for each device and edited my /etc/fstab by hand.  This is not what I expect from Ubuntu however.  If a &#8220;normal&#8221; user (think Mom or Dad) had run into this problem, they would have been lost and probably would have never recovered their data.  </p>
<p>A <a href="https://bugs.launchpad.net/ubuntu/+source/udev/+bug/94112">bug report</a> has been opened and hopefully is solved soon, this is a major problem.</p>
<p>My second problem is that metacity no longer starts up on login.  This appears to just be a setting in Gconf that needs to be fixed (things work fine with a new test account).  I&#8217;ll update this post with the fix once I find it.</p>
<p>Update: I tracked this error down and at some point I apparently created a .gnomerc file when I was playing with compiz.  It contained the following information:</p>
<p><code>export WINDOW_MANAGER=~/.gnome-compiz-manager/openbox</code></p>
<p>Why this didn&#8217;t cause a problem before, I have no idea.  I deleted the file and metacity starts again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aragirn.net/2007/04/19/ubuntu-610-edgy-to-704-feisty-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; Linux on the Desktop (Event Notifications)</title>
		<link>http://blog.aragirn.net/2006/11/10/ubuntu-linux-on-the-desktop-event-notifications/</link>
		<comments>http://blog.aragirn.net/2006/11/10/ubuntu-linux-on-the-desktop-event-notifications/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 16:45:02 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.aragirn.net/2006/11/06/ubuntu-linux-on-the-desktop-event-notifications/</guid>
		<description><![CDATA[As I mentioned in a recent post, my friend Matthias got a notification the other day that the battery on his wireless mouse needed to be charged.
Well, a mouse battery isn&#8217;t the only thing those notifications are good for.
I live in a pretty remote part of the country.  There&#8217;s only one fiber line in [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned in a recent <a href="http://blog.aragirn.net/2006/11/06/ubuntu-linux-on-the-desktop/">post</a>, my friend Matthias got a notification the other day that the battery on his wireless mouse <a href="http://www.halberd.org/2006/10/31/my-name-is-matthias-and-i-approve-of-this-message/">needed to be charged</a>.</p>
<p>Well, a mouse battery isn&#8217;t the only thing those notifications are good for.</p>
<p>I live in a pretty remote part of the country.  There&#8217;s only one fiber line in and we get at least a few (5 so far this year) power outages a year.  The fiber outages tend to be caused by constructions crews (mostly in Wisconsin) but wild animals, mother nature and single fault tolerance equipment make the power unreliable.  A UPS is a good investment; at the very least, it will let you shut the computers down properly.</p>
<p>The last time the power went out, I couldn&#8217;t figure out what was beeping.  That&#8217;s where the message that showed up on my screen was useful:<br />
<a class="tt-flickr" href="http://www.flickr.com/photos/aragirn/290674806"><img class="tt-flickr" src="http://static.flickr.com/104/290674806_3c21b2f690.jpg" width="378" height="82" alt="UPS power" /></a> </p>
<p>Ubuntu &#8211; &#8220;Hey, idiot!  The obnoxious beeping is the giant battery you connected to me!&#8221;</p>
<p><em>Have a picture of an event notification you&#8217;ve gotten from Ubuntu?  Post it in a comment.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aragirn.net/2006/11/10/ubuntu-linux-on-the-desktop-event-notifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Etch and Apache2</title>
		<link>http://blog.aragirn.net/2006/11/08/debian-sarge-and-apache2/</link>
		<comments>http://blog.aragirn.net/2006/11/08/debian-sarge-and-apache2/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 17:03:35 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.aragirn.net/2006/11/08/debian-sarge-and-apache2/</guid>
		<description><![CDATA[Anyone running Debian Etch and Apache2 may have noticed that a recent update (to version 2.2.3-3) has rendered AuthDigest unusuable.  Here&#8217;s what you need to do to get it working:
Change any instances of AuthDigestFile to AuthUserFile (in apache2.conf, your VirtualHost definitions, etc.)
The recent update unlinked authz_user.load from the enabled modules.  You&#8217;ll need to [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone running Debian Etch and Apache2 may have noticed that a recent update (to version 2.2.3-3) has rendered AuthDigest unusuable.  Here&#8217;s what you need to do to get it working:</p>
<li>Change any instances of <code>AuthDigestFile </code>to <code>AuthUserFile</code> (in apache2.conf, your VirtualHost definitions, etc.)</li>
<li>The recent update unlinked authz_user.load from the enabled modules.  You&#8217;ll need to relink it.<br />
<code>ln -s /etc/apache2/mods-available/authz_user.load /etc/apache2/mods-available/authz_user.load</code></li>
<p>That should fix the problem for you.  There are a couple of <a href="http://people.debian.org/~terpstra/message/20061105.222001.9a1d8474.en.html">bug</a> <a href="http://people.debian.org/~terpstra/message/20061106.131716.2a7e21e1.en.html">reports</a> that have been filed, so hopefully it gets fixed soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aragirn.net/2006/11/08/debian-sarge-and-apache2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; Linux on the Desktop (Add/Remove Programs)</title>
		<link>http://blog.aragirn.net/2006/11/07/ubuntu-linux-on-the-desktop-addremove-programs/</link>
		<comments>http://blog.aragirn.net/2006/11/07/ubuntu-linux-on-the-desktop-addremove-programs/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 14:24:55 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.aragirn.net/2006/11/13/ubuntu-linux-on-the-desktop-addremove-programs/</guid>
		<description><![CDATA[There&#8217;s more than one way to install applications in Ubuntu.  You can use apt, the Synaptic Package Manager, or, you can can even use the Add/Remove menu under Applications.
 
It brings up a nice interface that allows you to select software to install by category and even lets you sort them by popularity. (Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s more than one way to install applications in Ubuntu.  You can use apt, the Synaptic Package Manager, or, you can can even use the Add/Remove menu under Applications.<br />
<a class="tt-flickr" href="http://www.flickr.com/photos/aragirn/290747349"><img class="tt-flickr" src="http://static.flickr.com/100/290747349_b733d9aca0.jpg" width="236" height="270" alt="menu" /></a> </p>
<p>It brings up a nice interface that allows you to select software to install by category and even lets you sort them by popularity. (Ubuntu comes with a package called <code>popularity-contest</code> that submits back anonymous information to Ubuntu about what software is installed.)<br />
<a class="tt-flickr" href="http://www.flickr.com/photos/aragirn/290747339"><img class="tt-flickr" src="http://static.flickr.com/110/290747339_b41bfc9e12.jpg" width="500" height="408" alt="add-remove" /></a> </p>
<p>I checked the box next to <code>xpdf</code> since it is one of my favorite PDF readers and pushed <code>Apply</code>.  After confirming and asking me for my password, it began the install.<br />
<a class="tt-flickr" href="http://www.flickr.com/photos/aragirn/290747342"><img class="tt-flickr" src="http://static.flickr.com/106/290747342_f7bb2ed5f0.jpg" width="492" height="297" alt="apply" /></a> </p>
<p><a class="tt-flickr" href="http://www.flickr.com/photos/aragirn/290747347"><img class="tt-flickr" src="http://static.flickr.com/113/290747347_4b662e2ffa.jpg" width="500" height="365" alt="installing" /></a> </p>
<p><a class="tt-flickr" href="http://www.flickr.com/photos/aragirn/290747346"><img class="tt-flickr" src="http://static.flickr.com/108/290747346_3567f2078b.jpg" width="306" height="324" alt="installed" /></a> </p>
<p>After an absolutely painless install, I head back up to my menu to find that the program launcher is already there.  Gone are the days when you would have to logout/login for your menu changes to propogate.<br />
<a class="tt-flickr" href="http://www.flickr.com/photos/aragirn/290747343"><img class="tt-flickr" src="http://static.flickr.com/105/290747343_d0c4602859.jpg" width="357" height="243" alt="installed-menu" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aragirn.net/2006/11/07/ubuntu-linux-on-the-desktop-addremove-programs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; Linux on the Desktop</title>
		<link>http://blog.aragirn.net/2006/11/06/ubuntu-linux-on-the-desktop/</link>
		<comments>http://blog.aragirn.net/2006/11/06/ubuntu-linux-on-the-desktop/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 23:00:58 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.aragirn.net/2006/11/06/ubuntu-linux-on-the-desktop/</guid>
		<description><![CDATA[Recently, I made a post about how Linux on the Desktop (LotD) has been getting closer.  I&#8217;m starting to think that I was wrong, and that LotD has already appeared in the form of Ubuntu.
Now, I&#8217;m not the only one that thinks this way.  My friend Matthias recently posted on how Ubuntu told [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I made a post about how Linux on the Desktop (LotD) <a href="http://blog.aragirn.net/2006/11/02/linux-on-the-desktop-is-getting-closer/">has been getting closer.</a>  I&#8217;m starting to think that I was wrong, and that LotD has already appeared in the form of <a href="http://ubuntu.com">Ubuntu</a>.</p>
<p>Now, I&#8217;m not the only one that thinks this way.  My friend Matthias recently posted on how Ubuntu told him he needed to <a href="http://www.halberd.org/2006/10/31/my-name-is-matthias-and-i-approve-of-this-message/">charge his wireless mouse</a>.</p>
<p><a href="http://whiprush.org">Jorge Castro</a> has been talking about this for quite a while now.  I&#8217;ve always considered him to be a bit of a Gnome and Ubuntu fanatic, so until recently, I&#8217;ve always taken the things he says with a grain of salt (well, I still do, but it&#8217;s a smaller grain).</p>
<p>So, what brought this change about?  Ubuntu&#8217;s Edgy Eft release.  Yeah, Dapper was polished, but it just felt like some things were either missing or just didn&#8217;t work the way I thought they should. Well, those complaints have mostly disappeared.</p>
<p>So, starting tomorrow, as a semi-regular feature (at least for now), I&#8217;m going to be posting some of the things that make Ubuntu a <b>Linux desktop</b> for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aragirn.net/2006/11/06/ubuntu-linux-on-the-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux on the Desktop is getting closer</title>
		<link>http://blog.aragirn.net/2006/11/02/linux-on-the-desktop-is-getting-closer/</link>
		<comments>http://blog.aragirn.net/2006/11/02/linux-on-the-desktop-is-getting-closer/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 04:19:41 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.aragirn.net/2006/11/02/linux-on-the-desktop-is-getting-closer/</guid>
		<description><![CDATA[Yesterday I did a fresh install of Ubuntu&#8217;s newest release, Edgy Eft on my desktop.  Getting a fresh install back to the way I like it generally a long process of remembering what I actually had installed.  Firing up my music player of choice, Amarok, made things a bit easier though.
I tried to [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I did a fresh install of Ubuntu&#8217;s newest release, Edgy Eft on my desktop.  Getting a fresh install back to the way I like it generally a long process of remembering what I actually had installed.  Firing up my music player of choice, Amarok, made things a bit easier though.</p>
<p>I tried to play one of the songs in a playlist, only to have Amarok tell me I didn&#8217;t have the codec to play .mp3s.  However, what was nice to see was an option to install it.<br />
<a class="tt-flickr" href="http://www.flickr.com/photos/aragirn/287393765"><img class="tt-flickr" src="http://static.flickr.com/111/287393765_26ad4e7a1e.jpg" width="500" height="407" alt="Amarok" /></a> </p>
<p>Much to my delight, Synaptic opened up, and proceeded to install the two packages I needed to listen to my music.<br />
<a class="tt-flickr" href="http://www.flickr.com/photos/aragirn/287393768"><img class="tt-flickr" src="http://static.flickr.com/103/287393768_6410b304dd.jpg" width="500" height="410" alt="Amarok" /></a> <br />
<a class="tt-flickr" href="http://www.flickr.com/photos/aragirn/287393770"><img class="tt-flickr" src="http://static.flickr.com/119/287393770_ddaab88b01.jpg" width="500" height="323" alt="Amarok" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aragirn.net/2006/11/02/linux-on-the-desktop-is-getting-closer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; Edgy Eft</title>
		<link>http://blog.aragirn.net/2006/10/26/ubuntu-edgy-eft/</link>
		<comments>http://blog.aragirn.net/2006/10/26/ubuntu-edgy-eft/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 15:35:37 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.aragirn.net/2006/10/26/ubuntu-edgy-eft/</guid>
		<description><![CDATA[
Ubuntu&#8217;s 6.10 release, Edgy Eft dropped today.  The official mirrors are running pretty slowly, so check out MTU LUG&#8217;s mirror for the ISOs.  
]]></description>
			<content:encoded><![CDATA[<p><img src="/images/UbuntuLogo.png"/></p>
<p>Ubuntu&#8217;s 6.10 release, Edgy Eft <a href="http://www.ubuntu.com/news/610released">dropped today</a>.  The official mirrors are running pretty slowly, so check out <a href="http://lug.mtu.edu/iso/ubuntu/Edgy_6.10/">MTU LUG&#8217;s mirror</a> for the ISOs.  </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aragirn.net/2006/10/26/ubuntu-edgy-eft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UltraSparc 10 woes</title>
		<link>http://blog.aragirn.net/2006/10/09/ultrasparc-10-woes/</link>
		<comments>http://blog.aragirn.net/2006/10/09/ultrasparc-10-woes/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 00:01:59 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.aragirn.net/2006/10/09/ultrasparc-10-woes/</guid>
		<description><![CDATA[One of my goals this weekend was to get Linux installed on one of my Ultra 10s, for use as a dedicated web server since I&#8217;ve been having a number of problems with the x86 this site is currently hosted on.  After running into a problem (the installer would hang at &#8220;Booting Linux&#8221;) with [...]]]></description>
			<content:encoded><![CDATA[<p>One of my goals this weekend was to get Linux installed on one of my Ultra 10s, for use as a dedicated web server since I&#8217;ve been having a number of problems with the x86 this site is currently hosted on.  After running into a problem (the installer would hang at &#8220;Booting Linux&#8221;) with an Ubuntu Dapper Drake install CD and running into the same problem trying to net-boot the machine, I decided to just go with vanilla Debian.</p>
<p>I grabbed a Sarge net-install CD, dropped it in and found myself confronting the following error:</p>
<p><code>Kernel panic: VFS: Unable to mount root fs on 00:00<br />
 Press L1-A to return to the boot prom</code></p>
<p>Having found out that other people had solved this problem by putting the disks into another machine and deleting pre-existing Solaris installs, I vowed to find another way (any of you who have taken apart a U10 will understand).</p>
<p>I rebooted, deciding to try with a 2.4 kernel, hoping that would solve my problem.  Entering <code>linux 24</code> at the install prompt, I was soon greeted with the Debian Installer in all of it&#8217;s (un)glory.  As much as I wanted to use Ubuntu, oh well&#8230; I&#8217;ve still got apt at least.</p>
<p>Over the course of this week, I&#8217;ll attempt to get everything set up to transfer my web server to the U10.  Hopefully the load doesn&#8217;t eat the machine alive.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aragirn.net/2006/10/09/ultrasparc-10-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinstall progress</title>
		<link>http://blog.aragirn.net/2006/02/15/reinstall-progress/</link>
		<comments>http://blog.aragirn.net/2006/02/15/reinstall-progress/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 22:50:43 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.aragirn.net/2006/02/15/reinstall-progress/</guid>
		<description><![CDATA[A few things still aren&#8217;t working, so I&#8217;m popping up a post more as a reminder to myself on what&#8217;s left and how I fixed things more than anything.
SWAT
The Samba Web Administration Tool isn&#8217;t working for some reason.  Whenever I attempt to connect to localhost:901 I get an error message that says:
The connection was [...]]]></description>
			<content:encoded><![CDATA[<p>A few things still aren&#8217;t working, so I&#8217;m popping up a post more as a reminder to myself on what&#8217;s left and how I fixed things more than anything.</p>
<p><strong>SWAT</strong></p>
<p>The Samba Web Administration Tool isn&#8217;t working for some reason.  Whenever I attempt to connect to localhost:901 I get an error message that says:</p>
<blockquote><p>The connection was refused when attempting to contact localhost:901</p></blockquote>
<p>I&#8217;ve added the necessary lines to /etc/inetd.conf and /etc/services so I&#8217;m a bit confused on this one.</p>
<p><code>/etc/inetd.conf</code>:</p>
<blockquote><p>swat            stream  tcp     nowait.400      root    /usr/sbin/tcpd  /usr/sbin/swat
</p></blockquote>
<p><code>/etc/services</code>:</p>
<blockquote><p>swat            901/tcp                         #swat
</p></blockquote>
<p><span id="more-106"></span></p>
<p><del datetime="2006-03-01T04:26:46+00:00"><strong>Cacti</strong></del></p>
<p>The php script that cacti runs is throwing a bunch of errors each time it runs.</p>
<blockquote><p>PHP Warning:  Unknown(): Unable to load dynamic library &#8216;/usr/lib/php4/20050606/odbc.so&#8217; &#8211; /usr/lib/php4/20050606/odbc.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />
PHP Warning:  Unknown(): Unable to load dynamic library &#8216;/usr/lib/php4/20050606/pgsql.so&#8217; &#8211; /usr/lib/php4/20050606/pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />
PHP Warning:  Unknown(): Unable to load dynamic library &#8216;/usr/lib/php4/20050606/sybase_ct.so&#8217; &#8211; /usr/lib/php4/20050606/sybase_ct.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />
PHP Warning:  Unknown(): Unable to load dynamic library &#8216;/usr/lib/php4/20050606/odbc.so&#8217; &#8211; /usr/lib/php4/20050606/odbc.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />
PHP Warning:  Unknown(): Unable to load dynamic library &#8216;/usr/lib/php4/20050606/pgsql.so&#8217; &#8211; /usr/lib/php4/20050606/pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0<br />
PHP Warning:  Unknown(): Unable to load dynamic library &#8216;/usr/lib/php4/20050606/sybase_ct.so&#8217; &#8211; /usr/lib/php4/20050606/sybase_ct.so: cannot open shared object file: No such file or directory in Unknown on line 0
</p></blockquote>
<p><em>I&#8217;m feeling pretty retarded about this&#8230; I was missing a few php4 packages and snmpd wasn&#8217;t installed.</em></p>
<p><del datetime="2006-02-16T05:03:29+00:00"><strong>CUPS (printing)</strong></del><br />
Whenever I try to run <code>/etc/init.d/cupsys start</code> it fails and throws the following in syslog:</p>
<blockquote><p>Feb 15 23:57:41 localhost hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport0: No such file or directory: io/hpiod/ppdevice.cpp 827<br />
Feb 15 23:57:41 localhost hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport1: No such file or directory: io/hpiod/ppdevice.cpp 827<br />
Feb 15 23:57:41 localhost hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport2: No such file or directory: io/hpiod/ppdevice.cpp 827<br />
Feb 15 23:57:41 localhost hpiod: unable to ParDevice::Open hp:/par/ANY?device=/dev/parport3: No such file or directory: io/hpiod/ppdevice.cpp 827
</p></blockquote>
<p><em>After reinstalling cupsys, these errors are still thrown to syslog each time but printing works.</em></p>
<p><strong><del datetime="2006-02-15T19:25:35+00:00">DHCP</del></strong><br />
For some reason, I wasn&#8217;t getting a DHCP lease.  The ethernet adapter wasn&#8217;t coming up on boot like it should.  Whenever I ran dhclient, it would throw this output:</p>
<blockquote><p>sit0: unknown hardware address type 776<br />
execve (/lib/dhcp3-client/call-dhclient-script, &#8230;): Permission denied<br />
execve (/lib/dhcp3-client/call-dhclient-script, &#8230;): Permission denied<br />
execve (/lib/dhcp3-client/call-dhclient-script, &#8230;): Permission denied<br />
execve (/lib/dhcp3-client/call-dhclient-script, &#8230;): Permission denied<br />
sit0 -: unknown hardware address type 776<br />
Listening on LPF/sit0/<br />
Sending on LPF/sit0/<br />
Listening on LPF/eth1/00:02:b3:19:58:4c<br />
Sending on LPF/eth1/00:02:b3:19:58:4c<br />
Listening on LPF/eth0/00:02:b3:19:50:3a<br />
Sending on LPF/eth0/00:02:b3:19:50:3a<br />
Listening on LPF/lo/<br />
Sending on LPF/lo/<br />
Sending on Socket/fallback<br />
receive_packet failed on sit0: Network is down<br />
receive_packet failed on eth1: Network is down<br />
DHCPDISCOVER on sit0 to 255.255.255.255 port 67 interval 3<br />
send_packet: Network is down<br />
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 5<br />
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4<br />
send_packet: Network is down<br />
DHCPREQUEST on eth0 to 255.255.255.255 port 67<br />
DHCPDISCOVER on sit0 to 255.255.255.255 port 67 interval 4<br />
send_packet: Network is down<br />
DHCPACK from 10.0.0.2<br />
execve (/lib/dhcp3-client/call-dhclient-script, &#8230;): Permission denied<br />
bound to 10.0.0.50 &#8212; renewal in 38150 seconds.</p></blockquote>
<p><em>There&#8217;s nothing wrong with that, except that it wouldn&#8217;t actually bind the IP address to eth0.  After manually configuring the interface and setting up a route to our gateway, I had internet access.   An <code>apt-get install --reinstall dhcp3-client</code> later, it was fixed.  I&#8217;m still not sure what exactly was wrong.</em></p>
<p><strong><del datetime="2006-02-15T19:25:35+00:00">Postfix</del></strong><br />
Postfix wasn&#8217;t delivering mail non-locally.  It was dumping error messages in syslog that said:</p>
<p><code></code></p>
<p><em>Once I checked out /var/spool/postfix I was able to determine that the permissions were all wrong.  Once again, <code>apt-get install --reinstall postfix</code> fixed the problem.</em></p>
<p><del datetime="2006-02-18T22:29:03+00:00"><br />
<strong>Samba</strong></del></p>
<p>For some reason, when I attempt to connect to any shares that I have defined, it rejects my username and password.  The permissions all appear correct in /etc/samba/, so I&#8217;m not sure what&#8217;s going on.</p>
<p><em>Apparently, /etc/samba/smbpasswd is not the file that Samba actually pulls passwords from.  Recreating the users enabled connecting to the shares again.</em></p>
<p><del datetime="2006-02-16T03:54:02+00:00"><strong>WebDAV</strong></del></p>
<p>It seems to authenticate, however throws the following errors to /var/log/apache2/errors.log:</p>
<blockquote><p>
[Wed Feb 15 21:58:36 2006] [error] [client 10.0.10.27] Could not DELETE /calendars/Personal.ics due to a failed precondition (e.g. locks).  [500, #0]<br />
[Wed Feb 15 21:58:36 2006] [error] [client 10.0.10.27] The locks could not be queried for verification against a possible &#8220;If:&#8221; header.  [500, #0]<br />
[Wed Feb 15 21:58:36 2006] [error] [client 10.0.10.27] Could not open the lock database.  [500, #400]<br />
[Wed Feb 15 21:58:36 2006] [error] [client 10.0.10.27] (2)No such file or directory: Could not open property database.  [500, #1]<br />
[Wed Feb 15 21:58:36 2006] [error] [client 10.0.10.27] The locks could not be queried for verification against a possible &#8220;If:&#8221; header.  [500, #0]<br />
[Wed Feb 15 21:58:36 2006] [error] [client 10.0.10.27] Could not open the lock database.  [500, #400]<br />
[Wed Feb 15 21:58:36 2006] [error] [client 10.0.10.27] (2)No such file or directory: Could not open property database.  [500, #1]
</p></blockquote>
<p><em>WebDAV was restored to a normal state by creating the lock database  <code>/var/lock/DAV/DAVLock</code> (chowned to www-data) as defined in <code>/etc/apache2/apache2.conf</code></em></p>
<blockquote><p>#LoadModule dav_fs_module modules/mod_dav_fs.so<br />
        DAVLockDB /var/lock/DAV/DAVLock
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.aragirn.net/2006/02/15/reinstall-progress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
