<?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>William Lindley - wlindley.com &#187; upgrade</title>
	<atom:link href="http://blog.wlindley.com/tag/upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wlindley.com</link>
	<description>A Computer Guru&#039;s Journal. Have Keyboard Will Travel. 480.947.6100</description>
	<lastBuildDate>Sat, 04 Sep 2010 11:59:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Subversion 1.6.5 on Ubuntu 9.04</title>
		<link>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/</link>
		<comments>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 00:02:39 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=275</guid>
		<description><![CDATA[Following the instructions at: https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6 Edit the apt sources, using your favorite editor: $ sudo emacs /etc/apt/sources.list Add these lines to the end of the file: deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main The add the key signature: $ &#8230; <a href="http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Following the instructions at:</p>
<blockquote><p><code><a href="https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6">https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6</a></code></p></blockquote>
<p>Edit the apt sources, using your favorite editor:</p>
<p style="padding-left: 30px;"><code>$ sudo emacs /etc/apt/sources.list</code></p>
<p>Add these lines to the end of the file:</p>
<blockquote><p><code>deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main</code></p></blockquote>
<p>The add the key signature:</p>
<p style="padding-left: 30px;"><code>$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 413576CB</code></p>
<p>where 413576CB is the Signing Key from the web page above&#8230; update the apt cache, and force a reinstall:</p>
<p style="padding-left: 30px;"><code>$ sudo apt-get update<br />
$ sudo apt-get --reinstall install subversion</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2009/09/subversion-1-6-5-on-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading VMware on Centos 5.x</title>
		<link>http://blog.wlindley.com/2008/12/upgrading-vmware-on-centos-5x/</link>
		<comments>http://blog.wlindley.com/2008/12/upgrading-vmware-on-centos-5x/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 17:39:53 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[frustrations]]></category>
		<category><![CDATA[man]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://blog.wlindley.com/?p=121</guid>
		<description><![CDATA[So today when I tried to start my XP machine, I&#8217;m greeted with VMware 2 telling me that it has expired. Frustration: Why should I use a program that&#8217;s going to decide to quit working for no reason?  I&#8217;m moving &#8230; <a href="http://blog.wlindley.com/2008/12/upgrading-vmware-on-centos-5x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So today when I tried to start my XP machine, I&#8217;m greeted with VMware 2 telling me that it has expired.</p>
<p>Frustration: Why should I use a program that&#8217;s going to decide to quit working for no reason?  I&#8217;m moving off this as soon as I can find a viable alternative.  I wouldn&#8217;t use it at all but Quicken contains my business data for the past 10+ years and transitioning that to something else would be a pain.  Why I can&#8217;t buy Quicken Linux for Business is incredibly frustrating.</p>
<p>Anyway, next frustration:</p>
<blockquote><p>yum upgrade vmware</p></blockquote>
<p>does nothing.  Indeed, yum doesn&#8217;t know there is a package called &#8220;vmware&#8221; installed though of course it&#8217;s running.  After much hair-pulling, this command works and tells us what&#8217;s really going on:</p>
<blockquote><p># rpm -qa | grep -i vmware<br />
VMware-server-2.0.0-110949<br />
#</p></blockquote>
<p>Aaaagh&#8230; it&#8217;s mixed-case, then a dash, then &#8220;server&#8221; &#8212; but don&#8217;t give yum anything past the second dash or it will get all confused again.  Just as brain-damaged as &#8216;man&#8217; telling you:</p>
<blockquote><p>SEE ALSO<br />
apropos(1), whatis(1), less(1), groff(1), man.config(5).</p></blockquote>
<p>but when you try to ask for one of those pages you are greeted with the obnoxious:</p>
<blockquote><p>$ man less(1)<br />
bash: syntax error near unexpected token `(&#8216;</p></blockquote>
<p>and you actually would have to type:</p>
<blockquote><p>$ man 1 less</p></blockquote>
<p>which is NOT what the manpage told you at all.   It should have said:  See also:  1 man, 1 less, &#8230;etc&#8230;</p>
<p>Anyway back to the issue&#8230; after downloading the new .rpm, do an rpm -Uvh on it&#8230; then</p>
<blockquote><p>/etc/rc.d/init.d/vmware stop<br />
/usr/bin/vmware-config.pl<br />
/etc/rc.d/init.d/vmware stop</p></blockquote>
<p>Yes, you must reconfigure the vmware server&#8230; things may have changed, let it do its magic.</p>
<p>Finally as to the problem of arrow keys not working: see this post: <a href="http://nthrbldyblg.blogspot.com/2008/06/vmware-and-fubar-keyboard-effect.html">VMWare and the fubar keyboard effect</a></p>
<p>Basically, vmware gets confused by trying to remap the X keyboard.   In your /etc/vmware/config, add the line:</p>
<blockquote><p>xkeymap.nokeycodeMap = true</p></blockquote>
<p>and that should restore the arrow keys.  If not, you can always turn NumLock off and use the arrow keys on the numeric pad.  (A bit of a pain when using accounting software!)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wlindley.com/2008/12/upgrading-vmware-on-centos-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
