<?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>CoffeeBear.net &#187; Upgrade</title>
	<atom:link href="http://coffeebear.net/tag/upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffeebear.net</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 02:58:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Jaunty Upgrade After Effects</title>
		<link>http://coffeebear.net/2009/05/07/jaunty-upgrade-after-effects/</link>
		<comments>http://coffeebear.net/2009/05/07/jaunty-upgrade-after-effects/#comments</comments>
		<pubDate>Thu, 07 May 2009 16:20:55 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=887</guid>
		<description><![CDATA[Being something of a linux/technology geek and with the recent-ish release of Ubuntu 9.04, I decided to upgrade my home desktop PC from Ubuntu 8.10.  Like the last time I ran through the upgrade, I was surprised at how smooth the upgrade process went.  Unfortunately 2 new problems appeared after the upgrade was complete, with [...]]]></description>
			<content:encoded><![CDATA[<p>Being something of a linux/technology geek and with the <em>recent-ish</em> release of <a title="Canonical Announces Availability of Ubuntu 9.04 Desktop Edition  | Ubuntu" href="http://www.ubuntu.com/news/ubuntu-9.04-desktop">Ubuntu 9.04</a>, I decided to upgrade my home desktop PC from Ubuntu 8.10.  Like the <a title="Lucky Day | CoffeeBear.net" href="http://coffeebear.net/2009/03/13/lucky-day/">last time</a> I ran through the upgrade, I was surprised at how smooth the upgrade process went.  Unfortunately 2 new problems appeared after the upgrade was complete, with once again one problem being rather minor and the other one being much bigger.</p>
<p>First up the minor problem, after rebooting into the new hotness of Ubuntu 9.04, I was greeted with a pop-up windo telling me “There was an error while performing indexing : Index corrupted.” The pop-up gave 3 options: “Ok”, “Cancel” or “Reindex all contents”. I tried all 3 but the pop-up kept coming back even after multiple reboots. The only thing I could initiall figure out to do was to kill the tracker<br />
<code>ps -ef | grep tracker<br />
kill -9 XXXX XXXX XXXX</code></p>
<p>Yes, I know that’s probably a horrible idea but I rarely use the tracker’s search on my home PC so pbbbhhhhttt! A quick Google search later, I found a bug report on <a title="Bug #361560 in tracker (Ubuntu): &quot;Corrupted tracker index causes persistent applet error popup&quot;" href="https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/361560">LaunchPad</a> about it under which I found these instructions:<br />
<code>sudo aptitude install tracker-utils<br />
tracker-processes -r</code></p>
<p>I apparently already had the tracker-utils  installed, so the first didn’t do anything for me. The second command above however shutdown the tracker and removed the indexes, so the tracker was able to recreate them cleanly. Since running those commands, the pop-up hasn’t come back.</p>
<p>Now on to the fun with the major problem. This was a case of network failure, specifically wireless network failure. While this is a desktop PC, I live in an old house without network cabling and my PC sits too far away from the ideal location for the router to run a cable. So I have a D-Link PCI wireless NIC in my desktop.  The NIC is based on the Atheros AR5413 chipset, Network performance has never been as good as a wired connection but it had been acceptable until this upgrade to 9.04 when the wireless stopped working.</p>
<p>I had been using ndiswrapper to load the windows driver for the card but that suddenly stopped working. I could see all the wireless networks in my neighborhood, but couldn’t connect to any of them (either networks secured with WPA or wide open ones). I started doing some research into the problem using other computers with working internet connections. I found that my router was getting blacklisted while my desktop was trying to connect and then it would timeout without ever making a network connection.</p>
<p>Also while researching the problem, I found out that there was now a new, open source driver which should be working with my wireless NIC (ath5k).  So I removed ndiswrapper, and tried out this new driver. Alas it wans’t particularly stable, dropping connection ever couple of minutes. However since my wireless NIC uses an Atheros based chipset, I had another option. I installed the madwifi driver via jockey-gtk (Ubuntu’s tool for installing restricted modules/drivers).  For whatever reason, activating the driver via jockey-gtk didn’t actually get it up and running. To test it, I used:</p>
<p><code>sudo modprobe ath_pci</code></p>
<p>To actually get the driver to load on every boot, I edited my /etc/modules file to include ath_pci.</p>
<p>The madwifi driver doesn’t appear to make as strong a connection as the ath5k did; the gnome network manager applet shows the connection under madwifi usually has ~45–55% signal strength (under ath5k &amp; ndiswrapper I could get as high as 70%). However I’ve yet to lose a connection to my network while using the madwifi wrapper whereas ath5k would drop connection every couple of minutes and ndiswrapper would usually drop the connection at least once an hour (back on Ubuntu 8.10 where it actually worked for me). Also the madwifi driver allows me to connect to my network on boot-up; unlike ndiswrapper which always took some time to connect after I was booted up and signed in. So overall, I’m pleased with my new networking setup but would have been more pleased if the changes I made could have been done automagically by the upgrade process or if the upgrade process at least warned me that it might break my networking setup.</p>
<p><small><a href="http://coffeebear.net/2009/05/07/jaunty-upgrade-after-effects/">Jaunty Upgrade After Effects</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2009/05/07/jaunty-upgrade-after-effects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lucky Day</title>
		<link>http://coffeebear.net/2009/03/13/lucky-day/</link>
		<comments>http://coffeebear.net/2009/03/13/lucky-day/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 02:31:02 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[RPGS]]></category>
		<category><![CDATA[Sick]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=842</guid>
		<description><![CDATA[This will be a somewhat scatterbrained… err, random post. First off if you are having problems with a certain contest, then plugging the secret letters into the Internet Anagram Server could be very helpful. I like RPGs and play in a couple now &#38; then.  I have also run the occasional session or two, but [...]]]></description>
			<content:encoded><![CDATA[<p>This will be a somewhat <strike>scatterbrained</strike>… err, random post.</p>
<p>First off if you are having problems with a certain contest, then plugging the <em>secret letters</em> into the <a title="Internet Anagram Server / I, Rearrangement Servant : anagram, anagram, software, anagramme, anagrama, wordplay, word play, anagram creator, anagram solver, anagram finder, anagram generator, anagram maker, anagram unscrambler, anagram machine, crossword, transmogrify, pangram, shuffle" href="http://wordsmith.org/anagram/index.html">Internet Anagram Server</a> could be very helpful.</p>
<p>I like <abbr title="Role Playing Game">RPG</abbr>s and play in a couple now &amp; then.  I have also run the occasional session or two, but lately I got this itch.  The itch to play in a campaign world of my own devising which means I’ll need to run more than a single session or two. In trying to prepare myself for that, I’ve been following some new blogs and today read the logical article I’ve ever seen on the subject of <a title="The Six Year Old Child Principle of War and International Relations - Exchange of Realities" href="http://exchangeofrealities.today.com/2009/03/13/the-six-year-old-child-principle-of-war-and-international-relations/">war &amp; international relationals</a>.</p>
<p>This week while staying home sick<sup>1</sup>, I finally got around to upgrading my work laptop from Ubuntu 8.04 to 8.10. I had been holding off mostly because it is my work machine and I had the idea I should keep it on Ubuntu’s <abbr title="Long Term Support">LTS</abbr> releases. Then I realized while I was keeping the system on a theoretically more stable version, I kept adding 3rd party packages/repositories to update specific programs I wanted (which contradicts the point of sticking with a <abbr title="Long Term Support">LTS</abbr> release). So I did the upgrade and was pleasantly surprised at how smooth the upgrade went. However I did run into one minor and one major problem after the upgrade.</p>
<ul>
<li>Minor problem: My dual monitor configuration got screwed up. Most likely because I did the upgrade at home (where I don’t have a 2nd monitor for the laptop).</li>
<li>Major problem: All my SSH keys stopped working. I ended up recreating them and getting them pushed back out to all the servers I need to access using keys. Still that was disconcerting, especially since nothing about the keys (client/server) had changed. Even our network admin at work was confused by that one.</li>
</ul>
<p>On the positive side, Adobe Flash Player 10.x is available for Ubuntu 8.10, so now I can watch Comedy Central’s clips of the Daily Show again (under Flash 9.x, they always crashed Firefox). Additionally there are prebuilt packages for <a title="GNOME + Do = Crazy Delicious" href="http://do.davebsd.com/">Gnome-Do</a> 0.8.x for Ubuntu 8.10, which like Mr. Pibb + Red Vines is <em>crazy delicious</em>! Specifically, Gnome-Do with the Docky theme. I believe the idea behind the Docky theme was to mimic some functionality of OS X’s dock, but could be mistaken (don’t own a Mac). The performance is bit slow on my older desktop<sup>2</sup>, but it works great on the work laptop.</p>
<p><sup>1</sup> Nausea + dizziness + complete lack of energy. Fortunately I’m mostly over it now, though still working to get my energy levels back up.<br />
<sup>2</sup> Based on an AMD 1800+ CPU.</p>
<p><small><a href="http://coffeebear.net/2009/03/13/lucky-day/">Lucky Day</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2009/03/13/lucky-day/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>XBMC + Hulu = GOLD!</title>
		<link>http://coffeebear.net/2009/01/26/xbmc-hulu-gold/</link>
		<comments>http://coffeebear.net/2009/01/26/xbmc-hulu-gold/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 01:56:28 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[hulu]]></category>
		<category><![CDATA[Sick]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[xbmc]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=758</guid>
		<description><![CDATA[I’ve been home sick today and when not sleeping I’ve been working to upgrade the version of XBMC I have installed on my softmodded XBox.  I had been running the last stable release, but running into the occasional problem.  First off I’ll note that Nautilus 2.22.5.1 under Ubuntu 8.04.1, does a crappy job of working [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been home sick today and when not sleeping I’ve been working to upgrade the version of <a title="XBox Media Center" href="http://xbmc.org/">XBMC</a> I have installed on my <a title="XBox Softmods | Wikipedia.org" href="http://en.wikipedia.org/wiki/Xbox_softmods">softmodded</a> <a title="Xbox Core Console USM | Amazon.com" href="http://www.amazon.com/gp/product/B0001B15RA?ie=UTF8&amp;tag=musings07-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0001B15RA">XBox</a>.  I had been running the last stable release, but running into the occasional problem.  First off I’ll note that Nautilus 2.22.5.1 under Ubuntu 8.04.1, does a crappy job of working as an FTP client.  That held me up for a while, but after switching over to using gFTP things went much smoother.</p>
<p>The side effect of Nautilus working so poorly was I had time to do a little googling.  I’ve heard good things about the Hulu website for watching TV shows I’ve missed.  Thing i I hate sitting at my computer for long periods of time when I’ve got a comfy couch<sup>1</sup> and a much larger TV than computer monitor.  So as I said, I started googling and looking for a XBMC/Hulu plugin and I did find one in the <a title="Hulu Plugin for XBMC (Hulu Plugin Release Thread) | XBMC Community Forum" href="http://xbmc.org/forum/showthread.php?t=42041">XBMC Forums</a>.</p>
<p>Unfortunately the 0.2 release mentioned in the first post of that thread didn’t work so well for me and there were 38 pages in the thread.  I did some more searching and found an <a title="Simple Plug-in Brings Hulu to Your XBMC | LifeHacker.com" href="http://lifehacker.com/5134070/simple-plug+in-brings-hulu-to-your-xbmc">article over at LifeHacker</a>.  The article seems to be talking about the same plugin but links to a newer release of it.  I kept looking to see if there were anything else out there and found what appears to be the main site for the plugin, <a title="xbmc-hulu | Google Code" href="http://code.google.com/p/xbmc-hulu/">xbmc-hulu</a>.  That last site doesn’t provide a simple download, but you can use subversion to checkout the lastest copy of their plugin.</p>
<p>And that latest version is pure gold, which is to say I’ve not run into a single problem watching any videos via the plugin.  Now I can sit back on the couch and watch Colbert Report, The Daily Show and all sorts of other good stuff that I don’t get with my cable TV package.  If my sinuses clear up and this cold goes away, I could be really happy.</p>
<p><strong>UPDATE:</strong> I appear to be getting quite a bit of traffic (for me anyway) on this post, so thanks for stopping by! Also I’ve finally read through the entire 40 pages (at the time of this writing) in the <a title="Hulu Plugin for XBMC (Hulu Plugin Release Thread) | XBMC Community Forum" href="http://xbmc.org/forum/showthread.php?t=42041">XBMC Forums</a> thread about this plugin.  From reading that thread, there appears to be a lot of confusion on where/how to get the plugin to work.  So for the record, I’m running xbmc-hulu 1.0 (SVN copied checked out on 26 January 2009) on top of T3CH’s 2009-01-25 build of XBMC (rev17349) on an original XBox (softmodded using <a href="http://www.amazon.com/gp/product/B00006LELH?ie=UTF8&amp;tag=musings07-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00006LELH">Mech Assault</a> via ProductWiki’s <a title="How to Go from Xbox to Xbox Media Center in 30 minutes | ProductWiki" href="http://www.productwiki.com/microsoft-xbox/article/how-to-go-from-xbox-to-xbox-media-center-in-30-minutes.html">instructions</a>).</p>
<p><strong>UPDATE:</strong> Per the <a href="http://xbmc.org/forum/showthread.php?p=287677">XBMC-Hulu plugin release thread</a>, there is no currently working version of the plugin.</p>
<p><sup>1</sup> Someday I will have a <a title="Monty Python - Spanish Inquisition Torture Scene | YouTube.com" href="http://www.youtube.com/watch?v=CSe38dzJYkY">comfy chair</a>!</p>
<p><small><a href="http://coffeebear.net/2009/01/26/xbmc-hulu-gold/">XBMC + Hulu = GOLD!</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2009/01/26/xbmc-hulu-gold/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Do You Game?</title>
		<link>http://coffeebear.net/2009/01/18/737/</link>
		<comments>http://coffeebear.net/2009/01/18/737/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 03:22:30 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Elsewhere]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[Indiana Jones]]></category>
		<category><![CDATA[Love]]></category>
		<category><![CDATA[quotes]]></category>
		<category><![CDATA[Rain]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[US]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=737</guid>
		<description><![CDATA[I used to love FPS games; but as I’ve gotten older, I’ve lost most of my taste for them. Probably because my reaction time is down and I’ve had less spare cash for PC upgrades to be able to run modern FPS games. I’m also a bit cheap so I don’t tend to go for [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I used to love FPS games; but as I’ve gotten older, I’ve lost most of my taste for them.  Probably because my reaction time is down and I’ve had less spare cash for PC upgrades to be able to run modern FPS games.</p>
<p>I’m also a bit cheap so I don’t tend to go for the latest console systems.  Though I did end up buying a <a title="Wii | Amazon.com" href="http://www.amazon.com/exec/obidos/ASIN/B0009VXBAQ/ref=nosim/musings07-20">Wii</a> last year and have been enjoying it greatly.  Specially the Lego games (<a title="Lego Star Wars: The Complete Saga | Amazon.com" href="http://www.amazon.com/exec/obidos/ASIN/B000R3BNDI/ref=nosim/musings07-20">Lego Star Wars</a>, <a title="Lego Indiana Jones: The Original Adventures | Amazon.com" href="http://www.amazon.com/exec/obidos/ASIN/B00104KJ4M/ref=nosim/musings07-20">Lego Indian Jones</a>, etc..).</p>
<p>I’ve also played <a title="Rock Band | Amazon.com" href="http://www.amazon.com/exec/obidos/ASIN/B0016HM45K/ref=nosim/musings07-20">Rock Band</a>/<a title="Guitar Hero III: Legends of Rock | Amazon.com" href="http://www.amazon.com/exec/obidos/ASIN/B000TGB4UU/ref=nosim/musings07-20">Guitar Hero</a> at friends’ places and enjoyed those as well but haven’t picked up it yet (cheap + pricey controllers = delay in buying).</p></blockquote>
<p>In response to <a title="The Brain of Shawn  » Blog Archive   » Do You Game?" href="http://www.brainofshawn.com/2009/01/18/do-you-game/comment-page-1/#comment-5213">Do You Game?</a> by Shawn Powers.</p>
<p>Do any of my readers game? If so what do you like to play?</p>
<p><small><a href="http://coffeebear.net/2009/01/18/737/">Do You Game?</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2009/01/18/737/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>New Look</title>
		<link>http://coffeebear.net/2008/12/12/new-look/</link>
		<comments>http://coffeebear.net/2008/12/12/new-look/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 06:20:18 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://coffeebear.net/archives/2008/12/12/new-look/</guid>
		<description><![CDATA[Upgraded CoffeeBear.net to WordPress 2.7 and switched to a different theme.  I liked certain things about the old theme but most of those were developer features that I’ve never gotten around to using.  And since it was kind of ugly the way it was…  I decided to switch it up a bit.  Unfortunately I’ll have [...]]]></description>
			<content:encoded><![CDATA[<p>Upgraded CoffeeBear.net to WordPress 2.7 and switched to a different theme.  I liked certain things about the old theme but most of those were developer features that I’ve never gotten around to using.  And since it was kind of ugly the way it was…  I decided to switch it up a bit.  Unfortunately I’ll have to once again customize the <a title="Now-Reading Plugin" href="http://robm.me.uk/projects/plugins/wordpress/now-reading/">Now-Reading</a> output as it’s all busted &amp; fugly right now.</p>
<p><small><a href="http://coffeebear.net/2008/12/12/new-look/">New Look</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2008/12/12/new-look/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Kubuntu 8.04 to 8.10</title>
		<link>http://coffeebear.net/2008/11/16/kubuntu-804-to-810/</link>
		<comments>http://coffeebear.net/2008/11/16/kubuntu-804-to-810/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 01:11:03 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://coffeebear.net/archives/2008/11/16/kubuntu-804-to-810/</guid>
		<description><![CDATA[Last night I upgraded my home PC from Kubuntu 8.04 to 8.10.  On the one hand, the upgrade went better than any other upgrade ever has.  On the other, I ran into some major problems. Good The actual upgrade process completed without errors. The computer was successfully upgraded from 8.04 to 8.10 without any manual [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I upgraded my home PC from Kubuntu 8.04 to 8.10.  On the one hand, the upgrade went better than any other upgrade ever has.  On the other, I ran into some major problems.</p>
<h3>Good</h3>
<ul>
<li>The actual upgrade process completed without errors.</li>
<li>The computer was successfully upgraded from 8.04 to 8.10 without any manual intervention on my part.</li>
<li>Desktop effects (aka compiz) are very fun.  I’d tried them in the past with less than stellar results (too buggy) but they seem much more stable now.</li>
<li>The extra buttons on my trackball finally work righ with Firefox under Ubuntu (back/forward).</li>
</ul>
<h3>Bad</h3>
<ul>
<li> The upgrader removed and did not reinstall the restricted kernel modules.
<ul>
<li>For my less technical readers, basically the upgrade broke both my wireless connection and 3D acceleration.  I could live without the 3D, but this computer relies on wireless to connect to my home network.  Fixing that took a couple of hours of digging around in the log files and using another computer to get the files I needed.  Major headache.</li>
<li>I understand why the modules were removed and not installed after the upgrade, but I wish the upgrader had been smart enough to realize I needed them and would have at least downloaded them to be available after I rebooted to complete the install.</li>
</ul>
</li>
<li>KDE 4.x is the new default desktop environment for Kubuntu.  KDE 4.x does not play nicely with Nvidia graphics cards.  Like the one in my computer.  Meaning the lag between clicking on a the K menu and the menu popping up was about 2 minutes.  *ugh*  I could disable the Nvidia drivers to get <em>normal</em> performance back but then I’d lose my 3D acceleration.  *sigh*  So I’ve switched over to using Gnome, which will probably make at least <a title="Aizuchi" href="http://aizuchi.livejournal.com/">one person</a> I know very smug.</li>
<li>The network shared drives I had setup to be automatically mounted on every boot are no longer mounting.  Gnome has an easy way to connect to those shares, but I really don’t want to have to mount them manually every time.</li>
</ul>
<p><strong>Update:</strong> For those of you stopping by looking for instructions on how to do this upgrade, you can fine the complete instructions (with screenshots!) over at Ubuntu’s Community Documentation page for <a title="IntrepidUpgrades/Kubuntu - Community Ubuntu Documentation" href="https://help.ubuntu.com/community/IntrepidUpgrades/Kubuntu">IntrepidUpgrades/Kubuntu</a>.</p>
<p><small><a href="http://coffeebear.net/2008/11/16/kubuntu-804-to-810/">Kubuntu 8.04 to 8.10</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2008/11/16/kubuntu-804-to-810/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quick Note</title>
		<link>http://coffeebear.net/2008/07/15/quick-note/</link>
		<comments>http://coffeebear.net/2008/07/15/quick-note/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 18:29:17 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Quickie]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[thanks]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://coffeebear.net/archives/2008/07/15/quick-note/</guid>
		<description><![CDATA[Just upgraded CoffeeBear.net to WordPress 2.6. So this post is partly to make sure all my plugins are working correctly with it. I’d also like to take a momemt to thank AWelkin &#38; Bryon for the gifts they brought back from Japan for me. I’ve now decorated my cubicle with 3 Tachikoma gashapon. *yeah!* Also [...]]]></description>
			<content:encoded><![CDATA[<p>Just upgraded CoffeeBear.net to <a title="Wordpress 2.6 aka Tyner | WordPress.org" href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">WordPress 2.6</a>.  So this post is partly to make sure all my plugins are working correctly with it.</p>
<p>I’d also like to take a momemt to thank AWelkin &amp; Bryon for the gifts they brought back from Japan for me.  I’ve now decorated my cubicle with 3 <a title="Tachikoma | Wikipedia.org" href="http://en.wikipedia.org/wiki/Tachikoma">Tachikoma</a> <a title="Gashapon | Wikipedia.org" href="http://en.wikipedia.org/wiki/Gashapon">gashapon</a>.  *yeah!*  Also a quick thanks should go out to my buddy/ex-coworker Eric, he mentioned more than once I just needed the right motivation to get into programming<sup>1</sup>.  Well I recently had some slow time at work and wanted a way to parse some badly formatted data; so I wrote a Python script and while doing so certain things that have never clicked in my head about programming started falling into place.  I’ve since started working on another Python script for a different project at the office, so perhaps there’s some hope for my coding-fu yet.</p>
<p><sup>1</sup> I do a lot of computer stuff, but have never been much of a programmer.  Usually I just learn enough to hack somebody else’s stuff together to do what I want in rather ugly hacks.</p>
<p><small><a href="http://coffeebear.net/2008/07/15/quick-note/">Quick Note</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2008/07/15/quick-note/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dapper to Hardy in 23 painful hours</title>
		<link>http://coffeebear.net/2008/04/30/dapper-to-hardy-in-23-painful-hours/</link>
		<comments>http://coffeebear.net/2008/04/30/dapper-to-hardy-in-23-painful-hours/#comments</comments>
		<pubDate>Thu, 01 May 2008 03:00:16 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Dapper]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=618</guid>
		<description><![CDATA[I I finally set about upgrading my home server1 from Dapper to Hardy yesterday. I had been hoping for a less traumatic experience then upgrading my desktop computer from Dapper to Gusty2. Unfortunately I once again ran into problems. First off, it’s been nearly a week since Hardy was officially released but when I tried [...]]]></description>
			<content:encoded><![CDATA[<p>I I finally set about upgrading my home server<sup>1</sup> from Dapper to Hardy yesterday.  I had been hoping for a less traumatic experience then upgrading my desktop computer from Dapper to Gusty<sup>2</sup>.  Unfortunately I once again ran into problems.  First off, it’s been nearly a week since Hardy was officially released but when I tried to run the official upgrade tools they all initially told me I was running the latest version.  According to the documentation, I should have been able to run either <code>sudo do-release-upgrade</code> or <code>sudo update-manager</code> but neither worked.  I was only able to start the upgrade process by running <code>sudo update-manager -d</code> and my understanding is that “-d” tells the program to grab the latest development version.  Weird, but oh well.  Then the process just dragged on and on and on and on and on.…  I eventually went to bed leaving it running.  The only reason I stayed up as late as I did with it was the <a title="Making Money | Terry Pratchett | Library | CoffeeBear.net" href="http://coffeebear.net/library/terry-pratchett/making-money/">excellent book</a> I was reading.</p>
<p>When I got up this morning, it was still running but was hung up on a question I needed to answer.  I clicked through the question and a few more before heading off to work.  When I got home, again the upgrade was hung up on a question.  I worked my way through answering all the questions and let the upgrader do its job.  Unfortunately the upgrader eventually failed on these packages: gnome-applets-data, gnome-applets, ubuntu-desktop and update-manager.  I clicked through the errors and then the upgrader said:</p>
<blockquote><p><strong>Could not install the upgrades</strong><br />
The upgrade aborts now. Your system could be in an unusable state. A recovery will run now (dpkg –configure –a).</p></blockquote>
<p>I clicked ok to the error, something flashed up and then the upgrader died/vanished/went away.  I tried running:</p>
<ul>
<li><code>sudo aptitude update</code> but it sat there for far too long for my sleep deprived and impatient self.</li>
<li><code>sudo aptitude upgrade</code>, only it said there wasn’t anything to upgrade.</li>
<li><code>sudo aptitude autoclean, *shrug* it's part of my standard script for updating my systems.</code></li>
<li><code>sudo aptitude dist-upgrade</code>, only it said there wasn’t anything to upgrade.</li>
<li><code>sudo dpkg --configure -a</code>, it said there were unconfigured packages but it couldn’t fix them automagically.  It mostly complained about gnome-applets-data.</li>
</ul>
<p>I ended up running <code>sudo aptitude install gnome-applets-data gnome-applets ubuntu-desktop update-manager</code> and that fixed up those errors no problem.  For giggles of insanity I tried running <code>sudo aptitude -s -f install</code> to see what else might be left to update<sup>3</sup>.  It found another 111 packages it wanted to remove but some of them I want to keep, so I’ll have to look into that more closely.  Most likely all these errors were caused by my own foolishness, as at one point I was testing some stuff out on the machine and enabled some 3rd party repositories to install unsupported apps.  *blech*  I don’t think I’ll be doing that again.  I was able to reboot the machine and connect to it via SSH and SMB, but HTTP seems to be broken at the moment.  *bugger*  Apache is one of the packages <code>sudo aptitude -s -f install</code> wanted to remove.  I guess looking into that just got bumped up my priority list.</p>
<p><sup>1</sup> An old Dell Dimension desktop with a PII-400 CPU and 256 MB of RAM.<br />
<sup>2</sup> Never fear, Fritz (my desktop PC) is next on my list of machines to upgrade.<br />
<sup>3</sup> More accurately, I found some instructions when upgrading my desktop from Dapper to Gusty that recommended doing that to ensure all apps got updated.</p>
<p><small><a href="http://coffeebear.net/2008/04/30/dapper-to-hardy-in-23-painful-hours/">Dapper to Hardy in 23 painful hours</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2008/04/30/dapper-to-hardy-in-23-painful-hours/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Now-Reading Tweaks</title>
		<link>http://coffeebear.net/2008/04/25/now-reading-tweaks/</link>
		<comments>http://coffeebear.net/2008/04/25/now-reading-tweaks/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 19:14:41 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Now-Reading]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=617</guid>
		<description><![CDATA[I use Rob Miller’s excellent Now-Reading plugin to track all the books I’ve read and am reading here at CoffeeBear. After my recent site upgrade I decided to tweak the single book template for my library. I noticed that the latest version of Now-Reading allows you to note who read a given book on multiuser [...]]]></description>
			<content:encoded><![CDATA[<p>I use Rob Miller’s excellent <a title="Now-Reading plugin for WordPress" href="http://robm.me.uk/projects/plugins/wordpress/now-reading/">Now-Reading plugin</a> to track all the books I’ve read and am reading here at CoffeeBear. After my recent <a title="WordPress Upgrade | CoffeeBear.net" href="http://coffeebear.net/archives/2008/04/23/wordpress-upgrade/">site</a> <a title="Library Fixed and Other Changes | CoffeeBear.net" href="http://coffeebear.net/archives/2008/04/23/library-fixed-and-other-changes/">upgrade</a> I decided to tweak the single book template for my library. I noticed that the latest version of Now-Reading allows you to note who read a given book on multiuser sites. As my wife occassionally posts here I wanted my reads to be marked as mine, but the default output of the function Rob implemented only displays the user’s login name. Seriously Rob, what were you thinking? If you did not want to give end users the option to select how they want their name to print out why wouldn’t you go with display_name?</p>
<p>I looked at the code Rob used and with a little help from the <a title="Practical PHP Programming" href="http://hudzilla.org/phpwiki/">Practical PHP</a> I hacked together my own function based on Rob’s. By default print_reader2 works the exactly the same as print_reader<sup>1</sup> but by feeding it an additional parameter, you get your choice of what to use to display as reader’s name:</p>
<ul>
<li>0: Prints out the user_login aka the username you use to log into WordPress.</li>
<li>1: Prints user_nicename, appears to simply be an all lower case version of the user’s nickname<sup>2</sup>.</li>
<li>2: Prints display_name, from the “Display name publicly as” field in your WordPress profile.</li>
<li>3: Prints first_name, from the “First name” field in your WordPress profile.</li>
<li>4: Prints nickname, from the “Nickname” field in your WordPress profile.</li>
</ul>
<pre name="code" class="php">function print_reader2( $echo=true, $reader_id = 0, $display = 0 ) {
	global $userdata;

	$username='';

	switch($display) {
		case "1": if (!$reader_id) { get_currentuserinfo(); $username = $userdata-&gt;user_nicename; } else { $user_info = get_userdata($reader_id); $username = $user_info-&gt;user_nicename; }; break;
		case "2": if (!$reader_id) { get_currentuserinfo(); $username = $userdata-&gt;display_name; } else { $user_info = get_userdata($reader_id); $username = $user_info-&gt;display_name; }; break;
		case "3": if (!$reader_id) { get_currentuserinfo(); $username = $userdata-&gt;first_name; } else { $user_info = get_userdata($reader_id); $username = $user_info-&gt;first_name; }; break;
		case "4": if (!$reader_id) { get_currentuserinfo(); $username = $userdata-&gt;nickname; } else { $user_info = get_userdata($reader_id); $username = $user_info-&gt;nickname; }; break;
		default: if (!$reader_id) { get_currentuserinfo(); $username = $userdata-&gt;user_login; } else { $user_info = get_userdata($reader_id); $username = $user_info-&gt;user_login;};
   }
	if ($echo)
		echo $username;
	return $username;
}</pre>
<p><strong>Side note:</strong> WordPress 2.5.1 got released today and it includes a security fix, be sure to update your blogs!</p>
<p><sup>1</sup> At least, I think it does. I’m not a programmer and I only know enough PHP to be dangerous to myself.<br />
<sup>2</sup> The <a title="WordPress Codex" href="http://codex.wordpress.org/">WordPress Codex</a> does not appear to define what this field is used for or why it exists, so that’s just my guess.</p>
<p><small><a href="http://coffeebear.net/2008/04/25/now-reading-tweaks/">Now-Reading Tweaks</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2008/04/25/now-reading-tweaks/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress Upgrade</title>
		<link>http://coffeebear.net/2008/04/23/wordpress-upgrade/</link>
		<comments>http://coffeebear.net/2008/04/23/wordpress-upgrade/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 12:27:52 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=615</guid>
		<description><![CDATA[I’ve finally upgraded CoffeeBear.net to WordPress 2.5. I’m in the process of getting everything settled in properly and at the moment my library is working quite so nicely. At the moment the link for the library at the top of the page does not work (you’ll get a blank page) however if you go to [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve finally upgraded CoffeeBear.net to WordPress 2.5.  I’m in the process of getting everything settled in properly and at the moment my library is working quite so nicely.  At the moment the link for the library at the top of the page does not work (you’ll get a blank page) however if you go to any of the books in my sidebar you’ll find a working link to the actual <a href="http://coffeebear.net/index.php?now_reading_library=true" title="Library | CoffeeBear.net">library page</a> on the individual book page.  Also the nicely rewritten links for the library aren’t working correctly either.  *shrug* Not sure what’s going on there, but I’ll post again and/or update this post once I’ve sorted it out.  If you happen to notice any other problems with this site, please leave a comment under this post so I know to look into it.</p>
<p>Thanks!</p>
<p><small><a href="http://coffeebear.net/2008/04/23/wordpress-upgrade/">WordPress Upgrade</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2008/04/23/wordpress-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/27 queries in 0.021 seconds using disk: basic
Object Caching 1306/1367 objects using disk: basic

Served from: coffeebear.net @ 2012-05-26 04:13:06 -->
