<?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>Blinded By Tech &#187; Error Messages</title>
	<atom:link href="http://www.blindedbytech.com/category/error-messages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blindedbytech.com</link>
	<description>Random notes from the tech world.</description>
	<lastBuildDate>Wed, 09 Dec 2009 15:47:12 +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>Upgrading Compress::Zlib breaks CPAN</title>
		<link>http://www.blindedbytech.com/2009/01/28/upgrading-compresszlib-breaks-cpan/</link>
		<comments>http://www.blindedbytech.com/2009/01/28/upgrading-compresszlib-breaks-cpan/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 19:59:35 +0000</pubDate>
		<dc:creator>Techie</dc:creator>
				<category><![CDATA[Error Messages]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.blindedbytech.com/?p=78</guid>
		<description><![CDATA[If you upgraded the perl module Compress::Zlib (or related), you may suddenly find CPAN stops working.  You may start getting an error like the following:

Can't call method "value" on an undefined value at /usr/share/perl5/IO/Uncompress/RawInflate.pm line 64.

As it turns out, there&#8217;s a whole slew of Compress::Zlib modules and IO::Compress modules that are all related.  [...]]]></description>
			<content:encoded><![CDATA[<p>If you upgraded the perl module Compress::Zlib (or related), you may suddenly find CPAN stops working.  You may start getting an error like the following:</p>
<pre>
Can't call method "value" on an undefined value at /usr/share/perl5/IO/Uncompress/RawInflate.pm line 64.
</pre>
<p>As it turns out, there&#8217;s a whole slew of Compress::Zlib modules and IO::Compress modules that are all related.  They are all packaged separately, and have the same version numbers.  The problem happens if you upgrade <em>one</em> of the modules, without upgrading all of them.</p>
<p>The solution: make sure to upgrade all the modules to the same version at the same time.  This means that if you&#8217;re using CPAN, you might have to install the remainder by hand.  A good check to find what modules differ for you is to run <code>dpkg -l | grep compress | grep perl</code>, and make sure versions match up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blindedbytech.com/2009/01/28/upgrading-compresszlib-breaks-cpan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lenovo X41 Recovery CDs not booting?  Check the partitions</title>
		<link>http://www.blindedbytech.com/2007/07/11/lenovo-x41-recovery-cds-not-booting-check-the-partitions/</link>
		<comments>http://www.blindedbytech.com/2007/07/11/lenovo-x41-recovery-cds-not-booting-check-the-partitions/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 21:06:23 +0000</pubDate>
		<dc:creator>Techie</dc:creator>
				<category><![CDATA[Error Messages]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.blindedbytech.com/2007/07/11/lenovo-x41-recovery-cds-not-booting-check-the-partitions/</guid>
		<description><![CDATA[I have a Lenovo X41 Tablet PC that I had installed Ubuntu onto.  I recently decided to re-install the original Windows software, so I ordered the CDs from Lenovo and broke out an external CD drive.  However, when I put in the Rescue and Recovery CD and booted the machine, I ended up [...]]]></description>
			<content:encoded><![CDATA[<p>I have a Lenovo X41 Tablet PC that I had installed Ubuntu onto.  I recently decided to re-install the original Windows software, so I ordered the CDs from Lenovo and broke out an external CD drive.  However, when I put in the Rescue and Recovery CD and booted the machine, I ended up with a blank black screen and nothing else.  What gives?  I updated the BIOS and the embedded controller firmwares, but to no avail.  The computer would boot up the CD, a brief message about examining the setup would fly by, then a blank screen.  I figured this was a problem with the recovery CDs, because my Ubuntu live CD booted right up.</p>
<p>As it turns out, Lenovo recovery CDs are very picky about their hard drive setup.  They need to copy files to disk for a variety of tasks, so if you&#8217;re using up all the partitions, then the CDs will stop booting, but give you no other errors.</p>
<p>I had previously installed Linux on the machine, so my partition tables were in a state the machine didn&#8217;t really understand.  What I needed to do was trash the existing partitions, and flush out the boot record.</p>
<p>Easy enough &#8212; I fired up the Ubuntu live CD, and launched the partition editor in System -> Administration.  I had to turn off the swap space, by right-clicking on it in the partition editor, and selecting &#8220;swapoff&#8221;.  By default, Ubuntu live CDs will scan your drives for partitions marked as swap space, and use it, so you have to turn off this usage to delete the partitions.  I ran through and deleted all the partitions, and applied the changes.</p>
<p>I next had to <a href="http://www.blindedbytech.com/2007/07/10/clearing-out-the-master-boot-record-with-linux/">clear out the master boot record</a>, but I could do that right from the live CD.  After doing that, I rebooted with the Lenovo Rescue and Recovery CD and said a little prayer.</p>
<p>Once I had done these steps, the recovery CD started right up.  I&#8217;m surprised Lenovo doesn&#8217;t give more details on this in their support knowledge base.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blindedbytech.com/2007/07/11/lenovo-x41-recovery-cds-not-booting-check-the-partitions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Error: locale error on Ubuntu</title>
		<link>http://www.blindedbytech.com/2007/06/20/error-locale-error-on-ubuntu/</link>
		<comments>http://www.blindedbytech.com/2007/06/20/error-locale-error-on-ubuntu/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 19:20:01 +0000</pubDate>
		<dc:creator>Techie</dc:creator>
				<category><![CDATA[Error Messages]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.blindedbytech.com/2007/06/20/error-locale-error-on-ubuntu/</guid>
		<description><![CDATA[After recent updates, I started getting errors like the following:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US.UTF-8"
    are [...]]]></description>
			<content:encoded><![CDATA[<p>After recent updates, I started getting errors like the following:</p>
<p><code><br />
perl: warning: Setting locale failed.<br />
perl: warning: Please check that your locale settings:<br />
        LANGUAGE = (unset),<br />
        LC_ALL = (unset),<br />
        LANG = "en_US.UTF-8"<br />
    are supported and installed on your system.</p>
<p>perl: warning: Falling back to the standard locale ("C").<br />
locale: Cannot set LC_CTYPE to default locale: No such file or directory<br />
locale: Cannot set LC_MESSAGES to default locale: No such file or directory<br />
locale: Cannot set LC_ALL to default locale: No such file or directory<br />
</code></p>
<p>This occurred on both Dapper Drake as well as Feisty Fawn versions of Ubuntu.  It was really annoying to see this whenever running apt-get.  Fortunately, the solution is pretty simple.  As noted above, this is a locale error, so the trick here is to install the language pack for my language.  In this case, that would be English, so I ran the following:</p>
<p><code><br />
sudo apt-get install language-pack-en<br />
</code></p>
<p>This added a dependency for language-pack-en-base, but after installation, the error went away.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blindedbytech.com/2007/06/20/error-locale-error-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: An unknown error occurred (0&#215;666D743F). [iTunes]</title>
		<link>http://www.blindedbytech.com/2006/09/13/error-an-unknown-error-occurred-0x666d743f-itunes/</link>
		<comments>http://www.blindedbytech.com/2006/09/13/error-an-unknown-error-occurred-0x666d743f-itunes/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 22:05:46 +0000</pubDate>
		<dc:creator>Techie</dc:creator>
				<category><![CDATA[Error Messages]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.blindedbytech.com/2006/09/13/error-an-unknown-error-occurred-0x666d743f-itunes/</guid>
		<description><![CDATA[I figured a good thing for this site would be to post up error messages I receive, as well as how I solved them.  After all, I&#8217;m not the only one to get random errors, and if I add to useful results in Google, why not?
After installing iTunes 7, I tried launching it, and [...]]]></description>
			<content:encoded><![CDATA[<p>I figured a good thing for this site would be to post up error messages I receive, as well as how I solved them.  After all, I&#8217;m not the only one to get random errors, and if I add to useful results in Google, why not?</p>
<p>After installing iTunes 7, I tried launching it, and got this error:</p>
<pre>
The iTunes application could not be opened.  An unknown error occurred (0x666D743F).
</pre>
<p>That&#8217;s awful cryptic.  With a little <a href="http://discussions.apple.com/thread.jspa?threadID=637243&#038;tstart=0">digging</a>, I found that the reason was because I was using Remote Desktop to access my PC remotely while trying to launch iTunes.  Apparently, iTunes 7 doesn&#8217;t like it when you redirect sound, which is what Remote Desktop Connection tries to do by default.  In the Remote Desktop Connection settings, I went to the Local Resources tab, and changed &#8220;Remote computer sound&#8221; to &#8220;Leave at remote computer&#8221; and things worked fine.</p>
<p>This error may also occur if you have third party sound plugins, or are otherwise redirecting the audio.  For example, if you were using the <a href="http://www.volumelogic.com/index.asp?content=iTunes7">Volume Logic plugin</a>, you may get this error, or find that the plugin mysteriously stops working (uninstallation of this plugin is recommended until Volume Logic can release a new version).  Total Recorder is another program that was <a href="http://discussions.apple.com/thread.jspa?threadID=638197">causing problems</a>.  Also check is in Control Panel, Sounds and Audio Devices; make sure that in the Audio tab that your sound card is selected.  Under the Volume tab Speaker settings, click Advanced, and play around with the Speaker setup drop down &#8212; try setting it to headphones, for instance, and see if that fixes the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blindedbytech.com/2006/09/13/error-an-unknown-error-occurred-0x666d743f-itunes/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
