<?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>Technologists Notes</title>
	<atom:link href="http://technologists.com/notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://technologists.com/notes</link>
	<description>bits that might become tidbits</description>
	<lastBuildDate>Fri, 26 Feb 2010 17:58:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>finally friending Fedora 12</title>
		<link>http://technologists.com/notes/2010/02/15/finally-friending-fedora-12/</link>
		<comments>http://technologists.com/notes/2010/02/15/finally-friending-fedora-12/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 21:29:50 +0000</pubDate>
		<dc:creator>Charlie Sauer</dc:creator>
				<category><![CDATA[operating systems]]></category>

		<guid isPermaLink="false">http://technologists.com/notes/?p=397</guid>
		<description><![CDATA[In &#8216;93 or &#8216;94, a friend began trying to interest me in Linux. At the time, my direct needs for UNIX(-like) systems were still satisfied by Dell SVR4. However, late in 1996 I needed to host a web server, needed it to be Linux-based, and the same friend recommended I try either Debian or Red [...]]]></description>
			<content:encoded><![CDATA[<p>In &#8216;93 or &#8216;94, a friend began trying to interest me in Linux. At the time, my direct needs for UNIX(-like) systems were still satisfied by <a href="http://technologists.com/notes/2008/01/10/a-brief-history-of-dell-unix/">Dell SVR4</a>. However, late in 1996 I needed to host a web server, needed it to be Linux-based, and the same friend recommended I try either <a href="http://en.wikipedia.org/wiki/Debian">Debian</a> or Red Hat. Based on his comparison, I started with <a href="http://en.wikipedia.org/wiki/Red_Hat_Linux#Version_history">Red Hat 4.0</a>. I continued to stay up with almost all of the Red Hat releases through Red Hat 9, and have continued with Fedora releases since then, putting almost all of the Red Hat &amp; Fedora releases into some production use. From habit, history, and curiosity, I&#8217;ve felt compelled to continue evaluating new Fedora releases and (mostly) putting them into production for web/mail/name service once some minimal comfort level has been achieved.</p>
<p><span id="more-397"></span>I&#8217;ve been slower to adopt<a href="http://technologists.com/notes/2009/08/02/fedora-11-delivered-our-heavenly-right-to-say/"> Fedora 11</a> and, now, Fedora 12. It took me almost 3 months, well into the<a href="https://fedoraproject.org/wiki/Releases/13/Schedule"> Fedora 13 release cycle</a>, to get comfortable enough with Fedora 12. Most of this was frustration with virtual machine options,  either not ready for the latest kernels (2.6.31 in Fedora 12) as with VMware Server 1.0.10, or not supporting legacy Windows (my experience with <a href="http://www.linux-kvm.org/page/Main_Page">KVM</a> and <a href="http://www.virtualbox.org/">VirtualBox</a>). <a href="http://technologists.com/notes/2010/02/15/virtual-satisfaction-with-vmwa/">Virtual satisfaction with VMware Server and kernel 2.6.31</a> delves into some of the details and prognosis.</p>
<p>The frustration led to questioning whether or how to continue with Fedora. Maybe <a href="http://en.wikipedia.org/wiki/CentOS">CentOS</a> would meet my production needs? Or wait to understand/adopt Fedora releases until the VMware community caught up with them? I was thinking a much longer wait, but the three months seems just about right this time.</p>
<p>After finally finding the seeming solution for VMware Server a few weeks ago, I successfully put Fedora 12 on my primary internally facing machine last week, including VMware Server 1.0.10, and transitioned the main external facing web/mail/name server to Fedora 12 two nights ago.</p>
<p>Outside of the virtualization issues, there&#8217;s not much to say, except that Fedora 12 seems more ready for release than Fedora 11 did. Awkward aspects of 11, e.g., needing an ext3 boot partition separate from the ext4 file systems, are gone. So far, 12 seems more polished, pleasantly surprising, and ready for prime time.</p>
<p>I&#8217;ve still not gotten interested in Debian proper, barely trying new releases of <a href="http://en.wikipedia.org/wiki/Ubuntu_(operating_system)">Ubuntu</a>. But the comparably aggressive release schedule of Ubuntu helps. I don&#8217;t know if the virtualization issues would have been resolved nearly so quickly by the VMware community if Ubuntu 9.10 were not also using the 2.6.31 kernel. My latest understandings and successes began with reading <a href="http://www.dedoimedo.com/computers/vmware-server-ubuntu.html">How to install VMware Server on Ubuntu</a> and following links and comments there.</p>
]]></content:encoded>
			<wfw:commentRss>http://technologists.com/notes/2010/02/15/finally-friending-fedora-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual satisfaction with VMware Server and kernel 2.6.31</title>
		<link>http://technologists.com/notes/2010/02/15/virtual-satisfaction-with-vmware-server-and-kernel-2-6-31/</link>
		<comments>http://technologists.com/notes/2010/02/15/virtual-satisfaction-with-vmware-server-and-kernel-2-6-31/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 21:27:28 +0000</pubDate>
		<dc:creator>Charlie Sauer</dc:creator>
				<category><![CDATA[operating systems]]></category>

		<guid isPermaLink="false">http://technologists.com/notes/?p=401</guid>
		<description><![CDATA[Initially getting VMware Server to work with Fedora 11 and kernel 2.6.30 was challenging, and then the roughly bi-weekly kernel builds to keep up with Fedora updates got tedious. Trying the same approach with Fedora 12 and kernel 2.6.31 didn&#8217;t work at all for me. I kept getting duplicate definitions of init_mm that caused link [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://technologists.com/notes/2009/08/15/vmware-server-1-0-9-fedora-11-almost-copasetic/">Initially getting</a> VMware Server to work with Fedora 11 and kernel 2.6.30 was challenging, and then the roughly bi-weekly kernel builds to keep up with Fedora updates got tedious. Trying the same approach with Fedora 12 and kernel 2.6.31 didn&#8217;t work at all for me. I kept getting duplicate definitions of init_mm that caused link failures. I tried various #ifdef kludges to overcome the duplicates, but nothing seemed to work. All this proved to me was that I really didn&#8217;t want to be trying to build the kernel at all.</p>
<p><span id="more-401"></span></p>
<p>Since the old ideas didn&#8217;t work, trying <a href="http://www.linux-kvm.org/page/Main_Page">KVM</a> seemed a likely alternative. However, my main interest in production virtual machines is running Windows 2000 Professional to run old Windows stuff that I need from time to time, stuff that isn&#8217;t likely to work with more recent versions of Windows. (I&#8217;ll probably still want Win2K for these purposes even when the support life cycle ends July 13. I still find use for NT4 Server for analogous reasons.) I don&#8217;t know whether the KVM project even intends to support legacy Windows. In any case, the Win2K install process seemed to get started OK, but then would not complete. It has been a couple of months since I tried this, so I don&#8217;t remember all the details.</p>
<p>While looking for solutions, I kept seeing praise for <a href="http://www.virtualbox.org/">VirtualBox</a>. The VirtualBox documentation showed promise, particularly the support for existing VMware partitions. I installed an rpm, tried to fire up an existing Win2K bootable partition, but the boot process didn&#8217;t get very far. I didn&#8217;t succeed in installing Win2K with VirtualBox, either.</p>
<p>Sometimes the right solution is to wait. Roughly once a week, or so,  I&#8217;d search to see if there were new possibilities emerging.</p>
<p>About a month ago, I discovered <a href="http://www.dedoimedo.com/computers/vmware-server-ubuntu.html">How to install VMware Server on Ubuntu</a>. Though not of direct help, it did link to Kang&#8217;s <a href="http://www.insecure.ws/2009/09/11/vmware-specific-specific-5-5-x-and-kernel-2-6-31">vmware-specific-specific 5.5.x and kernel 2.6.31</a>. I&#8217;d seen and used some of Kang&#8217;s VMware Server patches before, but the comments on that page referred to init_mm problems that I didn&#8217;t know how to solve for Fedora 12.</p>
<p>Aack&#8217;s comment #32, posted on January 13, provided the simplest solution I&#8217;ve seen to the init_mm problem, simply replacing one line in pgtable.h to avoid the problem altogether. That change doesn&#8217;t require kernel builds, it gets picked up when vmware-config.pl builds modules specific to the running kernel. I didn&#8217;t notice the comment for some days after it was posted, and also wanted to do some disk reconfiguration before testing, but once I got to testing with the one line change, all seemed well.</p>
<p>So thanks to Kang and Aack, I&#8217;m running VMware Server 1.0.10 on Fedora 12 with no apparent difficulties.  Kang&#8217;s comment #31, just before Aack&#8217;s praised VirtualBox, but Kang still seems to be preparing for kernel 2.6.32 (<a href="http://www.insecure.ws/2009/12/04/vmware-specific-specific-5-5-x-and-kernel-2-6-32">vmware-specific-specific 5.5.x and kernel 2.6.32</a>), so maybe things will be easy enough by the time Fedora 13 comes out.</p>
]]></content:encoded>
			<wfw:commentRss>http://technologists.com/notes/2010/02/15/virtual-satisfaction-with-vmware-server-and-kernel-2-6-31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avistar props</title>
		<link>http://technologists.com/notes/2010/02/02/avistar-props/</link>
		<comments>http://technologists.com/notes/2010/02/02/avistar-props/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:30:04 +0000</pubDate>
		<dc:creator>Charlie Sauer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technologists.com/notes/?p=396</guid>
		<description><![CDATA[After years of skepticism about Avistar&#8217;s patent licensing and litigation pursuits, I feel obligated to express admiration for Avistar&#8217;s transitioning away from those pursuits, as announced last week: Avistar Communications Monetizes Its Patent Portfolio and Closes Transaction with Intellectual Ventures Management, LLC.

My skepticism dates back to first reading some of the patents in 2004 and [...]]]></description>
			<content:encoded><![CDATA[<p>After years of skepticism about Avistar&#8217;s patent licensing and litigation pursuits, I feel obligated to express admiration for Avistar&#8217;s transitioning away from those pursuits, as announced last week: <a href="http://www.avistar.com/company/news_detail.aspx?id=181">Avistar Communications Monetizes Its Patent Portfolio and Closes Transaction with Intellectual Ventures Management, LLC</a>.</p>
<p><span id="more-396"></span></p>
<p>My skepticism dates back to first reading some of the patents in 2004 and the press releases Avistar produced regarding Microsoft&#8217;s requests for re-examination of some of the patents (see <a title="Permanent Link: public display of dis-affection: Avistar patents &amp; Microsoft" rel="bookmark" href="http://technologists.com/notes/2008/04/05/public-display-of-dis-affection-avistar-patents-microsoft-2/">public display of dis-affection: Avistar patents &amp; Microsoft</a> and <a href="http://technologists.com/notes/2008/06/03/avsr-vs-msft-numbers-of-patents-or-patent-numbers/">AVSR vs. MSFT: numbers of patents or patent numbers?</a>).</p>
<p>In hindsight, it seems that Avistar chose to change course about the time that it <a href="http://avistar.com/company/news_detail.aspx?id=167">brought Bob Kirk in as CEO last July</a>. After that time, Avistar said little publicly about the patents, seemingly <a href="http://technologists.com/notes/2009/08/10/avsr-vs-msft-unpublicized-activity/">not saying anything</a> about U.S. PTO actions or licensing progress. January 19, two days before the Intellectual Ventures <a href="http://investor.shareholder.com/avistar/secfiling.cfm?filingID=1111632-10-4">transaction</a>, Avistar sold a license to Skype for $3M.  If this had happened a couple of years ago, there would likely have been significant publicity. The only Avistar publicity about the Skype transaction appears to be the SEC 8-K <a href="http://investor.shareholder.com/avistar/secfiling.cfm?filingID=1111632-10-3">filing</a>.</p>
<p>In the January 26 press release, Bob Kirk is quoted as saying &#8220;This also removes what has been a significant distraction for the team and our operation in general, while providing us the capital to more aggressively invest in our business.&#8221;</p>
<p>It is difficult to say more without speculation. Avistar had announced licenses with many potential licensees, but, as far as I can tell, had not succeeded in negotiating licenses with Cisco, Hewlett-Packard or Microsoft — it is hard to imagine easy negotiations with those companies. I find it easier to imagine that those companies are some of the <a href="http://www.intellectualventures.com/docs/IVfactSheetGeneralOct09final.pdf">investors</a> in Intellectual Ventures and receptive to this latest news. [<strong>Update February 26:</strong> <a href="http://www.law.com/jsp/article.jsp?id=1202444656758">Verizon Patent Case Marks a First for Intellectual Ventures</a> lists both Cisco and Microsoft as Intellectual Ventures "members".]</p>
]]></content:encoded>
			<wfw:commentRss>http://technologists.com/notes/2010/02/02/avistar-props/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>elephants dancing (Cisco, Tandberg, Skype, Asterisk, LifeSize, &#8230;)</title>
		<link>http://technologists.com/notes/2009/11/09/elephants-dancing-cisco-tandberg-skype-asterisk-lifesize/</link>
		<comments>http://technologists.com/notes/2009/11/09/elephants-dancing-cisco-tandberg-skype-asterisk-lifesize/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 01:08:12 +0000</pubDate>
		<dc:creator>Charlie Sauer</dc:creator>
				<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technologists.com/notes/?p=381</guid>
		<description><![CDATA[Recent months have brought much promise about elephants dancing well with others, i.e., video calling interoperability with Cisco Telepresence and with Skype. So far, no signs that Cisco and Skype will dance with each other, but even that is conceivable now.
Along with the promise have been ambiguity, questions and controversy. This is a brief recap [...]]]></description>
			<content:encoded><![CDATA[<p>Recent months have brought much promise about <a href="http://technologists.com/tidbits/tidbit090216.html#090216coda">elephants</a> dancing well with others, i.e., video calling interoperability with Cisco Telepresence and with Skype. So far, no signs that Cisco and Skype will dance with each other, but even that is conceivable now.</p>
<p>Along with the promise have been ambiguity, questions and controversy. This is a brief recap while still waiting for some of the partners to make their moves.</p>
<p>For example, when Cisco <a href="http://newsroom.cisco.com/dlls/2009/corp_093009.html">announced</a> plans to purchase Tandberg, the largest of the companies committed to ITU-T and SIP interoperability, would Cisco become part of the interoperable crowd, or would Tandberg become less interoperable? It seemed inevitable that interoperability would prevail, but until it happened, who could be sure? Then the real controversy emerged: enough Tandberg shareholders want a higher bid from Cisco that the deal may not happen. A November 9 deadline has been <a href="http://newsroom.cisco.com/dlls/2009/corp_110909.html">extended</a> to November 18.</p>
<p>The long anticipated <a href="http://www.ebayinc.com/list/press_releases#20090901005931">sale</a> of Skype by eBay was announced in September in the midst of controversy over <a href="http://kara.allthingsd.com/20091014/when-entrepreneurs-attack-all-10-new-skype-lawsuit-filings/">intellectual property</a>, and prior announcements of <a href="http://public.ifbyphone.com/irv/why-skype-asterisk-more-important-then-skype-sip ">Asterisk interoperability</a> and <a href="http://share.skype.com/sites/business/2009/03/skype_for_sip_now_available.html">SIP interoperability</a>. Naysayers widely predicted the demise of Skype. Others, notably LifeSize, <a href="http://www.lifesize.com/en/Company/News_and_Events/Press_Releases/2009/Passport_Press_Release.aspx">joined</a> the dance. With Friday&#8217;s <a href="http://about.skype.com/2009/11/joltid_settlement.html">announcements</a> resolving the ominous litigation, Skype&#8217;s forward momentum seems impressive. Skype <a href="http://about.skype.com/2009/11/skype_appoints_dr_jonathan_ros.html">hiring</a> of SIP pioneer Jonathan Rosenberg bodes very well for future Skype interoperability.</p>
<p>Assuming Skype overcomes current lack of multi-point video calling, Skype should be able to win a few dance contests.</p>
]]></content:encoded>
			<wfw:commentRss>http://technologists.com/notes/2009/11/09/elephants-dancing-cisco-tandberg-skype-asterisk-lifesize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Server 1.0.9 &amp; Fedora 11 almost copasetic</title>
		<link>http://technologists.com/notes/2009/08/15/vmware-server-1-0-9-fedora-11-almost-copasetic/</link>
		<comments>http://technologists.com/notes/2009/08/15/vmware-server-1-0-9-fedora-11-almost-copasetic/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 06:41:07 +0000</pubDate>
		<dc:creator>Charlie Sauer</dc:creator>
				<category><![CDATA[operating systems]]></category>

		<guid isPermaLink="false">http://technologists.com/notes/?p=367</guid>
		<description><![CDATA[VMware Communities How to install and run vmware server 1.0.9 on kernel 2.6.30 gives a pretty good recipe for getting VMware Server going on Fedora 11. (It&#8217;s terse, and doesn&#8217;t give some needed warnings, e.g., runme.pl shouldn&#8217;t run vmware-config.pl but it is harmless for it to try.)
Other recipes I&#8217;ve found don&#8217;t work, and at first [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://communities.vmware.com/thread/223671">VMware Communities How to install and run vmware server 1.0.9 on kernel 2.6.30</a> gives a pretty good recipe for getting VMware Server going on Fedora 11. (It&#8217;s terse, and doesn&#8217;t give some needed warnings, e.g., runme.pl shouldn&#8217;t run vmware-config.pl but it is harmless for it to try.)</p>
<p>Other recipes I&#8217;ve found don&#8217;t work, and at first I couldn&#8217;t get this one to work because it requires building a kernel from source.</p>
<p><span id="more-367"></span></p>
<p>The change to the kernel source is only one line, a directive at that, so the source changes aren&#8217;t intimidating, but the kernel build and install process are intimidating, at least for someone like me who last built a kernel in 1989 (BSD 4.2 if I recall correctly). Things were certainly simpler then, but things we take for granted today, like VMware, weren&#8217;t available, either.</p>
<p>I followed the instructions at <a href="http://fedoraproject.org/wiki/Docs/CustomKernel">Building a custom kernel &#8211; FedoraProject</a> first with 2.6.29.6-213. That never worked. I&#8217;m not sure if there was a problem in the source RPM or, more likely, that I skipped a critical step. I was using very slow, <a href="http://technologists.com/notes/2009/08/12/old-iron-servericeable/">old iron</a>, a 733MHz Pentium III with only 512M of physical memory.</p>
<p>Busy with other things and frustrated with the process, I let that machine sit until Fedora 11 updated to 2.6.29.6-217.2.3. Then I tried again, followed the instructions more carefully, pruned away unnecessary processes that were gobbling memory, and got a successful build. Successful builds took about 10 hours. I had neglected to build kernel-firmware the first time so repeated the process with better build parameters.</p>
<p>After installing the kernel and firmware RPMs and rebooting, things were ready for the VMware install and configuration. The main remaining glitch was that installing the kernel had not setup paths that vmware-config.pl is used to looking for, mainly /lib/modules stuff. With a kludgey symlink, that seems adequately resolved for making VMware Server work OK. (I have a Fedora 1 virtual machine running on that underpowered hardware, seemingly running OK.)</p>
<p>However, my kludges <span style="text-decoration: line-through;">don&#8217;t seem</span> weren&#8217;t sufficient to make Asterisk (really <a href="http://www.voip-info.org/wiki/view/DAHDI">DAHDI</a>) build and install properly. <span style="text-decoration: line-through;">So I need to better understand how to get them going. I have a guess, but need to follow up.</span> <strong><em>Update August 16:</em></strong> All that seems needed is this symlink:</p>
<p><small>ln -s ~/rpmbuild/BUILD/kernel-2.6.29/linux-2.6.29.i686/ /usr/src/kernels/`uname -r`</small></p>
<p>The equivalent of that probably gets instantiated by the kernel-headers RPM, but I didn&#8217;t think to build that one.</p>
]]></content:encoded>
			<wfw:commentRss>http://technologists.com/notes/2009/08/15/vmware-server-1-0-9-fedora-11-almost-copasetic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>old iron: &quot;servericeable&quot;</title>
		<link>http://technologists.com/notes/2009/08/12/old-iron-servericeable/</link>
		<comments>http://technologists.com/notes/2009/08/12/old-iron-servericeable/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 04:38:15 +0000</pubDate>
		<dc:creator>Charlie Sauer</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[operating systems]]></category>

		<guid isPermaLink="false">http://technologists.com/notes/?p=366</guid>
		<description><![CDATA[The machine hosting this post is going on 11 years old. The original 8G disk has been displaced by three PATA drives totalling 340G. The memory is maxed out at 768M. Otherwise, the Optiplex GX1 with a 450MHz Pentium II is pretty much the same as when I bought it at the (then bricks and mortar) [...]]]></description>
			<content:encoded><![CDATA[<p>The machine hosting this post is going on 11 years old. The original 8G disk has been displaced by three PATA drives totalling 340G. The memory is maxed out at 768M. Otherwise, the Optiplex GX1 with a 450MHz Pentium II is pretty much the same as when I bought it at the (then bricks and mortar) Dell Factory Outlet. When first put into production in &#8216;99 as a mail/web/name server, I think it was running Red Hat 5 (4? 6?). Now it runs Fedora 11. Unless/until it needs to handle dramatically more traffic, performance should be more than adequate &#8212; load average is usually less than 1, and right now it is using only 64M of swap space. Xvnc &amp; GNOME stuff are always running and perform OK when needed.</p>
<p><span id="more-366"></span></p>
<p>Most people don&#8217;t have a use for hardware this old, but I find myself accumulating machines to use as spares, in case the original Optiplex gives out, and for testing and random experiments. I wouldn&#8217;t run Windows on this hardware, and probably wouldn&#8217;t tolerate the performance of GNOME or KDE on an ongoing basis, but  for &#8220;server&#8221; stuff it is quite serviceable.</p>
<p>The biggest challenge is memory consumption. This GX1 has 3 slots, and there are 512M DIMMs that would fit physically, but the circuitry won&#8217;t address more than 768M. I have a couple of Optiplex GX100s with faster processors, but only 2 memory slots, so they&#8217;re maxed out at 512M. They&#8217;re useful for testing and one stands ready as a hot spare for this machine, but the difference between 512M and 768M is quite noticeable.</p>
<p>The 512M constraint was most noticeable building a kernel from source. To avoid severe swapping, or worse, I had to stop all the GUI stuff, MySQL, httpd, etc. Even then, watching the memory consumption made me wonder if the build would complete. It did, but it took about 10 hours on a 733MHz Pentium III! The corresponding build on a 2.8GHz P4 with 2G of memory took about 2 hours, a factor of 5 improvement vs. the 3.8x improvement one might expect based on clock frequency. Even that comparison is probably understated, since the 2.8GHz/2G machine was still runing the GUI stuff, MySQL, httpd<em> et </em>al during the build.</p>
]]></content:encoded>
			<wfw:commentRss>http://technologists.com/notes/2009/08/12/old-iron-servericeable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AVSR vs. MSFT: unpublicized activity</title>
		<link>http://technologists.com/notes/2009/08/10/avsr-vs-msft-unpublicized-activity/</link>
		<comments>http://technologists.com/notes/2009/08/10/avsr-vs-msft-unpublicized-activity/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 20:40:32 +0000</pubDate>
		<dc:creator>Charlie Sauer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technologists.com/notes/?p=358</guid>
		<description><![CDATA[14 months ago I said &#8220;6,212,547 is likely more important than any of the other numbers above.&#8221;  It looks to me from http://portal.uspto.gov/external/portal/pair that June 5 of this year the U.S. PTO declared that patent invalid, i.e., mailed a final rejection to Avistar. However, this event seems to have gone unpublicized, and it looks like Avistar [...]]]></description>
			<content:encoded><![CDATA[<p>14 months ago I <a href="http://technologists.com/notes/2008/06/03/avsr-vs-msft-numbers-of-patents-or-patent-numbers/">said</a> &#8220;6,212,547 is likely more important than any of the other numbers above.&#8221;  It looks to me from <a href="http://portal.uspto.gov/external/portal/pair">http://portal.uspto.gov/external/portal/pair</a> that June 5 of this year the U.S. PTO declared that patent invalid, i.e., mailed a final rejection to Avistar. However, this event seems to have gone unpublicized, and it looks like Avistar filed an appeal last week, so the story is not yet over. Avistar has reported other news, e.g., the <a href="http://avistar.com/company/news_detail.aspx?id=167">appointing</a> of a new CEO last month, but has been uncharacteristically silent on the Microsoft re-examination requests.</p>
]]></content:encoded>
			<wfw:commentRss>http://technologists.com/notes/2009/08/10/avsr-vs-msft-unpublicized-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 11 delivered our heavenly right to say&#8230;</title>
		<link>http://technologists.com/notes/2009/08/02/fedora-11-delivered-our-heavenly-right-to-say/</link>
		<comments>http://technologists.com/notes/2009/08/02/fedora-11-delivered-our-heavenly-right-to-say/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 20:47:50 +0000</pubDate>
		<dc:creator>Charlie Sauer</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[operating systems]]></category>

		<guid isPermaLink="false">http://technologists.com/notes/?p=341</guid>
		<description><![CDATA[
Oops. I really meant Apollo 11 delivered&#8230;
But it&#8217;s not July 20 anymore, so about Fedora 11:

Overall, no big problems
Fedora Project slipped their final release schedule a couple of weeks, so I didn&#8217;t get started trying Fedora 11 until mid-June.
VMware Server 1.0.x still doesn&#8217;t work with the 2.6.29 kernel(s) in Fedora 11. It appears that a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.wfmu.org/freeform/2007/11/365-days-315---.html"><img title="American Moon 45 &amp; link to MP3" src="http://blog.wfmu.org/photos/uncategorized/2007/11/09/315.jpg" alt="American Moon 45 &amp; link to MP3" hspace="6" vspace="6" width="100" height="98" align="right" /></a></p>
<p>Oops. I really meant <a title="American Moon lyrics" href="http://www.lyricstek.com/BOBBY-DIMPLE%2C-LUNAR-LADIES-CHORUS%2C-LIPPLE-KUTIE-KIDS%2C-HUTCH-DAVIE-DIGGERS-BAND-AMERICAN-MOON-%28FROM-THE-HEART%27S-DELIGHT-FOLLIES-%2769%29-LYRICS/339044/">Apollo 11 delivered&#8230;</a></p>
<p>But it&#8217;s not July 20 anymore, so about Fedora 11:</p>
<ul>
<li>Overall, no big problems</li>
<li>Fedora Project slipped their final release <a title="Fedora 12 schedule, showing Fedora 11 slippage" href="https://fedoraproject.org/wiki/Releases/12/Schedule">schedule</a> a couple of weeks, so I didn&#8217;t get started trying Fedora 11 until mid-June.</li>
<li>VMware Server 1.0.x still doesn&#8217;t work with the 2.6.29 kernel(s) in Fedora 11. It appears that a <a href="http://communities.vmware.com/thread/223671;jsessionid=2E1DF875A686E080FEA7D01A9A52F40E?tstart=0">one line kernel change</a> is needed (assuming VMware doesn&#8217;t fix directly). However, I&#8217;ve never built a linux kernel before, and my first attempts have failed.</li>
<li>The nastiest surprise, for me, was confusion about BIND. I&#8217;m used to Fedora putting BIND in a chroot&#8217;d jail. Fedora 11 seems to eschew actually doing this, but provides the /var/named/chroot directory hierarchy as if the jail still exists. I don&#8217;t find anything in the release notes about any of the BIND changes, and the additional <a href="http://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions">DNSSEC</a>  support in <a href="https://www.isc.org/software/bind/new-features/9.6">BIND 9.6</a> threw me off temporatily, since I don&#8217;t know much about DNSSEC. It took me a couple of hours to sort everything out, and my current solution is a bit clumsy, but seems to work.</li>
</ul>
<p>There are other awkward aspects, such as the need for a /boot ext3 partition when trying to use ext4 for the rest of the filesystems, but these are adequately documented in the release notes, so not big problems for me.</p>
<p>I put Fedora 11 on my primary mail/web/DNS server yesterday, and all seems OK so far. (This post is stored on that server.) But the machine that depends on VMware Server is still running Fedora 10.</p>
]]></content:encoded>
			<wfw:commentRss>http://technologists.com/notes/2009/08/02/fedora-11-delivered-our-heavenly-right-to-say/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Arco Iris as a teenager</title>
		<link>http://technologists.com/notes/2009/04/06/red-arco-iris-as-a-teenager/</link>
		<comments>http://technologists.com/notes/2009/04/06/red-arco-iris-as-a-teenager/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 22:07:30 +0000</pubDate>
		<dc:creator>Charlie Sauer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://technologists.com/notes/?p=294</guid>
		<description><![CDATA[
Red Arco Iris (en Inglés, Rainbow Network) is coming of age and has much to celebrate. From Keith and Karen Jaspers&#8217; vision 15 years ago to today, much has been accomplished.






Outside of Ciudad Sandino, in Comarca: Trinidad Central, last week we celebrated the 25 millionth meal served at our feeding centers. The rate of malnutrition [...]]]></description>
			<content:encoded><![CDATA[<p><em><a href="http://technologists.com/images/20090402RAI25MMIMG_1074.jpg"><img class="alignnone" title="Red Arco Iris (Rainbow Network) 25 Million Meals Celebration" src="http://technologists.com/images/sm20090402RAI25MMIMG_1074_500x200.jpg" alt="" width="500" height="200" /></a></em></p>
<p><em><a title="Red Arco Iris (Rainbow Network)" href="http://RedArcoIris.net/">Red Arco Iris</a></em> (<em>en Inglés</em>, Rainbow Network) is coming of age and has much to celebrate. From Keith and Karen Jaspers&#8217; vision 15 years ago to today, much has been accomplished.</p>
<p><span id="more-294"></span></p>
<table border="0" cellspacing="1" cellpadding="3">
<tbody>
<tr>
<td width="451" valign="top">
<ul type="disc">
<li>Outside of <em>Ciudad Sandino</em>, in <em>Comarca: Trinidad Central</em>, last week we celebrated the 25 millionth meal served at our feeding centers. The rate of malnutrition in the 124 communities we serve has gone down from about 50% upon our arrival to less than 25% today. [see also <a href="http://rainbownetwork.wordpress.com/2009/04/08/25-million-meals-celebration-aleyda-hernandez-tells-her-story/">Aleyda Hernandez Tells Her Story</a>]</li>
</ul>
</td>
<td width="125" valign="middle"> <a href="http://www.youtube.com/watch?v=YQkRMhpezIw"><img class="alignnone" title="Keith Jaspers at 25 MM Celebration" src="http://i2.ytimg.com/vi/YQkRMhpezIw/default.jpg" alt="" width="120" height="90" /></a></td>
</tr>
<tr>
<td width="451" valign="top">
<ul type="disc">
<li>Also outside of <em>Ciudad Sandino</em>, Housing Project <em>Cuajachillo</em> <em>2</em> celebrated the completion of the payoff of the (ten-year) mortgages for the houses <em>Red Arco Iris </em>built there. One of those celebrating was the baby girl in the center of the photo above. She is now the pre-adolescent with Keith and her baby photo, at right.</li>
</ul>
</td>
<td width="125" valign="middle">
<p align="center"><img class="alignnone" title="poster child, years later, with Keith and her photo" src="http://technologists.com/images/sm20090402yearslaterIMG_1085.jpg" alt="" width="90" height="120" /></p>
</td>
</tr>
<tr>
<td width="451" valign="top">
<ul type="disc">
<li>Health care miracles abound, <em>e.g.</em>, Victoria walking again after a dozen years of immobility.</li>
</ul>
</td>
<td width="125" valign="middle"> <a href="http://www.youtube.com/watch?v=4nMkJRNyikw"><img class="alignnone" title="Victorias Miracle" src="http://i1.ytimg.com/vi/4nMkJRNyikw/default.jpg" alt="" width="120" height="90" /></a></td>
</tr>
<tr>
<td width="451" valign="top">
<ul type="disc">
<li>Students have progressed from our elementary schools, to sponsorship in high school, on to further education and/or to establishing businesses, such as that of the poultry entrepreneur in <em>San Isidro</em>, outside of <em>Nagarote</em>.</li>
</ul>
</td>
<td width="125" valign="middle"> <a href="http://www.youtube.com/watch?v=u8T3CNWM4LY"><img class="alignnone" title="Poultry Entrepreneur" src="http://i2.ytimg.com/vi/u8T3CNWM4LY/default.jpg" alt="" width="120" height="90" /></a></td>
</tr>
</tbody>
</table>
<p>Of course, there is much more ahead in service, in internal adjustments as leaders step back and step up, and in partnership with those of like minds. I&#8217;m particularly intrigued by possibilities with <em><a title="el Porvenir" href="http://elporvenir.org/">el Porvenir</a></em> and with <em><a title="el Samaritano Surgery Center" href="http://en.elsamaritano.org.ni/default.aspx?section=medical_services">el Samaritano</a></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://technologists.com/notes/2009/04/06/red-arco-iris-as-a-teenager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Arco Iris &#8211; la red de redes</title>
		<link>http://technologists.com/notes/2009/04/06/red-arco-iris-la-red-de-redes/</link>
		<comments>http://technologists.com/notes/2009/04/06/red-arco-iris-la-red-de-redes/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 22:06:49 +0000</pubDate>
		<dc:creator>Charlie Sauer</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://technologists.com/notes/?p=314</guid>
		<description><![CDATA[[en Inglés, Rainbow Network - network of networks]

I spent Friday morning with the managers of the seven Red Arco Iris project regions (&#8220;networks&#8221;) and other Nicaraguan staff, working towards la red de redes (the network of networks). I believe, and I think the staff believes, that improved use of email, use of Internet shared storage (SkyDrive) [...]]]></description>
			<content:encoded><![CDATA[<p>[en Inglés, Rainbow Network - network of networks]</p>
<p><img class="aligncenter" title="la red de redes" src="http://technologists.com/images/laredderedes.jpg" alt="" width="450" height="297" /></p>
<p>I spent Friday morning with the managers of the seven <em><a title="Red Arco Iris (Rainbow Network)" href="http://RedArcoIris.net/">Red Arco Iris</a> </em>project regions (&#8220;networks&#8221;) and other Nicaraguan staff, working towards <em>la red de redes</em> (the network of networks). I believe, and I think the staff believes, that improved use of email, use of Internet shared storage (SkyDrive) and Skype calling will facilitate better communication and more efficient use of time and other resources.</p>
<p>One of the surprises of that session was eagerness to try Linux. I&#8217;m encouraging exploration using Ubuntu &#8220;live&#8221; CDs.</p>
]]></content:encoded>
			<wfw:commentRss>http://technologists.com/notes/2009/04/06/red-arco-iris-la-red-de-redes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
