<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
<title>Tales of the Raccoon Fink</title>
<link>http://www.raccoonfink.com/?utm_source=rss&amp;utm_medium=rss</link>
<description>...now with web 1.9!</description>
<dc:language>en-us</dc:language>
<dc:creator>blog@opennms.org</dc:creator>
<dc:rights>Copyright 2008</dc:rights>
<dc:date>2008-10-29T00:00:00-05:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=4.2rc2-en" />
<admin:errorReportsTo rdf:resource="mailto:blog@opennms.org" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>


<geo:lat>35.644188</geo:lat><geo:long>-78.820358</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/TalesOfTheRacoonFink" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site.</feedburner:browserFriendly><item>
<title>OpenNMS 1.6.0 Is Out</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/436052278/opennms-160-is-out.html</link>
<description>...and it features a ton of changes since the last stable release. Here's what I put in the release notes as an introduction to the 1.6.0 release: Release 1.6.0 is the first stable release in the OpenNMS 1.6 series. It's...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/10/opennms-160-is-out.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Wed, 29 Oct 2008 00:00:00 -0500</pubDate>
<content:encoded><![CDATA[<p>...and it features a <strong>ton</strong> of changes since the last stable release.  Here's what I put in the release notes as an introduction to the 1.6.0 release:</p>
<blockquote>
<p>
Release 1.6.0 is the first stable release in the OpenNMS 1.6 series.
</p>
<p>
It's been 3 and a half years since the last OpenNMS stable version, 1.2, was branched and released as production-ready. In that time, OpenNMS as a project has changed tremendously, the community has grown exponentially, and massive numbers of new features have been incorporated into the "unstable" 1.3.x series.
</p>
<p>
In that time, the unstable codebase solidified to the point that The OpenNMS Group supported it as if it were stable; it was at least as stable as 1.2.x was, but many users held off on upgrading because of the unstable moniker.
</p>
<p>
After a lot of work, and a renewed focus on getting the next stable release out the door, we are now prepared to declare OpenNMS 1.6 release-candidate-ready.
</p>
<p>
Why 1.6 instead of 1.4? 3 years is a lot of time, and a lot has happened in that time. We're not ready to call it 2.0, we want to redo the web UI first, but 1.4 didn't really do the massive changes since 1.2 justice. So: 1.6 it is.
</p>
<p>
Since it is a lot easier to do a release than it was in the 1.2 series (now that the native code is moved out into separate packages, and OpenNMS itself is distributed as pure-java sources), the goal is to continue to be on a much faster 6-month or year cycle for new releases.
</p>
<p>
Please, let us know if you have any problems at all in our <a href="http://bugzilla.opennms.org/">Bugzilla bug tracker</a>.
</p>
</blockquote>
<p>
To give an idea of what's changed, I <a href="http://www.opennms.org/index.php/New_and_noteworthy#New_in_OpenNMS_1.6.0">put together a list of major changes since 1.2</a> with a couple of the other <a href="http://www.opennms.org/index.php/OGP">OGP</a> folks.
</p>
<h1>Architecture and New Subsystems</h1>
<ul>
 <li><a href="http://www.opennms.org/index.php/Alarms">Alarms</a>: The largest architectural change from a user point of view is the addition of the concept of Alarms. Events mean so many different things in OpenNMS, it made sense to have a higher-level "event" which represents significant happenings in the system. Alarms fill that role, and as we move towards 2.0, events will be de-emphasized in favor of alarms for reacting to significant events. The new alarms system will allow important events to be "reduced" into alarms. If an event comes in with the same "reduction key" as a previous event, the alarm will increment the "count" of events, yet it will still only take up a single line in the alarm browser. Clicking on the count will bring up the event browser with just the events that have been reduced.</li>
<li><a href="http://www.opennms.org/index.php/Automations">Automations</a>: It is now possible to do a variety of automated actions through "automations". For example, say you have an alarm with the severity of Minor that has not been acknowledged in the last 20 minutes you might want to escalate the severity. Vacuumd has been enhanced with a configuration that now allows configuration of processes we're calling Automations that are defined by Triggers and Actions.</li>
<li><a href="http://www.opennms.org/index.php/Installation:Windows">Windows</a>: OpenNMS now runs on Windows.</li>
<li>PostgreSQL: OpenNMS supports running on top of PostgreSQL 7.4 through 8.3.</li>
<li><a href="http://www.opennms.org/index.php/Syslogd">Syslog Improvements</a>: The syslog daemon included with OpenNMS has been significantly enhanced, including regular-expression matching and back-reference support.</li>
<li><a href="http://www.opennms.org/index.php/Model_Importer">Model Importer</a>: OpenNMS can now import node, interface, and service information from an external provisioning source. This facility can augment or replace the discovery functionality provided by Capsd.</li>
<li>Categories: Nodes can be assigned to one or more categories (eg Production/Test, Datacenter A, Datacenter B); these categories can be used in filter rules. This permits to selectively forward Alarms into certain destination paths based on the node category: "Send Alarms for Production in Datacenter A to Team A, Send Alarms for Test Systems in all Datacenters into the Maintenance Queue".</li>
</ul>
<h1>Polling and Data Collection</h1>
<ul>
<li>Generic-indexed data collection modeling makes it easy to collect, graph, and threshold on multi-instanced performance data, such as values residing in SNMP MIB tables.</li>
<li><a href="http://www.opennms.org/index.php/SNMP4J">SNMP4J</a>: In addition to the existing SNMPv1 and SNMPv2 support provided by our in-house JoeSNMP Java library, OpenNMS now supports SNMP v1 through v3 using SNMP4J. The SNMP4J strategy is enabled by default, but you can go back to the JoeSNMP one if you have a specific need for bug-for-bug compatibility with OpenNMS 1.2's SNMP behavior.</li>
<li><a href="http://www.opennms.org/index.php/JMX_Collector">JMX</a>: Support was added for polling and data collection.</li>
<li><a href="http://www.opennms.org/index.php/HTTP_Collector">HTTP Collector</a>: Support was added for data collection via HTTP.</li>
<li><a href="http://www.opennms.org/index.php/Data_collection_from_Windows_Performance_Counters_with_NSClient%2B%2B">NSClient</a>: Support has been added for NSClient (and NSClient++) polling and data collection.</li>
<li><a href="http://www.opennms.org/index.php/Data_Export">Data Export</a>: It is now possible to export RRD data through the web UI.</li>
<li><a href="http://www.opennms.org/index.php/How_to_monitor_windows_services">Windows Service Monitoring</a>: Windows services can be monitored through the NSclient support and via a special-purpose poller monitor that uses SNMP.</li>
<li><a href="http://www.opennms.org/index.php/Mail_Transport_Monitor">Mail Transport Monitor</a>: It is possible to monitor the complete round-trip availability of a mail system, from sending to checking a mailbox.</li>
<li><a href="http://www.opennms.org/index.php/PSM">Page Sequence Monitor</a>: Support has been added for monitoring a complete transaction against a web site, including cookie storage, form submission, and checking the results of the output of a URL.</li>
<li><a href="http://www.opennms.org/index.php/Distributed_Monitoring">Distributed Monitoring</a>: There is now a distributed monitor that allows you to do service monitoring from multiple locations reported to a single OpenNMS instance.</li>
</ul>
<h1>Thresholding</h1>
<ul>
<li>Thresholding for collected performance data is now performed in-line with collection by default. This change makes threshold evaluation virtually instantaneous while drastically lowering the CPU and I/O overhead associated with thresholding.  Thresholding for latency data (data from the poller monitors) is still done in the old asynchronous fashion.</li>
<li><a href="http://www.opennms.org/index.php/Thresholding#Absolute_change_threshold">Absolute Change Thresholds</a>: A new type of threshold useful for monitoring the values of such variables as radio transmitter power (in dB) where a relative change of a given magnitude may not be noteworthy, but an absolute change above some threshold is considered significant.</li>
<li><a href="http://www.opennms.org/index.php/Thresholding#Expression-based_threshold">Expression-Based Thresholds</a>: A new type of threshold allowing the user to specify an expression, in standard mathematical terms, involving one or more data source names, operators, and constants.</li>
<li><a href="http://www.opennms.org/index.php/Thresholding#Custom_UEIs_in_thresholds">Custom Event UEIs in Thresholds</a>: The types of events generated when thresholds are exceeded or re-armed can now be specified on a per-threshold-definition basis, allowing for much more flexibility in using thresholds as the basis of alarms and notifications.</li>
</ul>
<h1>Notifications</h1>
<ul>
<li><a href="http://www.opennms.org/index.php/Roles">Roles</a>: OpenNMS now supports on-call roles. If you have, say, an On-Call role where the users change over time, this feature allows you to schedule them in advance and OpenNMS will manage that schedule for you.</li>
<li><a href="http://www.opennms.org/index.php/Group_duty_schedules">Group Duty Schedules</a>: Works like normal duty schedules, except if a Group is listed as a target in a destination path, the duty schedule will apply to the whole group (individual users and roles also in the target are not affected).</li>
<li><a href="http://www.opennms.org/index.php/Java_Mailer">JavaMail</a>: JavaMail is now the default API used for sending e-mail notifications. This change eliminates the burden of installing, configuring, and troubleshooting a local mail transport agent such as Sendmail or Postfix on the OpenNMS server.</li>
<li><a href="http://www.opennms.org/index.php/Path_Outage_How-To">Path Outages</a>: A basic path outage capability has been added. This feature addresses the need to suppress notifications for nodes that appear to be down to the OpenNMS system due to a failure in the network path between the nodes and OpenNMS.</li>
</ul>
<h1>Integrations</h1>
<ul>
<li><a href="http://www.opennms.org/index.php/CentricCRM_Trouble_Ticket_Plugin">CentricCRM/Concursive Trouble Ticket Plugin</a>: Support for escalating alarms to CentricCRM/Concursive trouble tickets.</li>
<li><a href="http://www.opennms.org/index.php/Jira_Trouble_Ticket_Plugin">Jira Trouble Ticket Plugin</a>: Support for escalating alarms to Jira trouble tickets.</li>
<li><a href="http://www.opennms.org/index.php/OTRS_Trouble_Ticket_Integration">OTRS Trouble Ticket Integration</a>: Support for escalating alarms to OTRS trouble tickets.</li>
<li><a href="http://www.opennms.org/index.php/Hyperic_HQ_Integration">Hyperic HQ Integration</a>: Integration with Hyperic HQ alerts and provisioning has been added.</li>
<li><a href="http://www.opennms.org/index.php/Transactional_Language_1">Transactional Language 1</a>: Support has been added for interacting with a TL-1 event bus.</li>
</ul>
<h1>Web UI</h1>
<ul>
<li><a href="http://www.opennms.org/index.php/Jetty">Jetty</a>: OpenNMS has a built-in web server (including AJP support), and no longer requires Tomcat for the web UI (although it can still optionally be used)</li>
<li><a href="http://www.opennms.org/index.php/JFreeChart_Support">JFreeChart Support</a>: OpenNMS now supports a JFreeChart integration which lets you add charts to the web UI.</li>
<li><a href="http://www.opennms.org/index.php/Integrated_Resource_Graphing">Zooming</a>: It is now possible to interactively zoom in on graphs.</li>
<li><a href="http://www.opennms.org/index.php/StrafePing">StrafePing</a>: OpenNMS includes an implementation of <a href="http://oss.oetiker.ch/smokeping/">SmokePing</a>.</li>
<li><a href="http://www.opennms.org/index.php/WebUI_RSS_Feeds">RSS Feeds</a>: Support has been added for RSS feeds for notifications, outages, alarms, and events.</li>
<li>New Look: The OpenNMS web UI got a face lift.</li>
</ul></p>
<p><a href="http://www.raccoonfink.com/2008/10/opennms-160-is-out.html#comments" title="Comment on: OpenNMS 1.6.0 Is Out">Comments (0)</a></p>
<p>Comments on this Entry:</p>

</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/436052278" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F10%2Fopennms-160-is-out.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dopennms_160_is_out</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/10/opennms-160-is-out.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=opennms_160_is_out</feedburner:origLink></item>

<item>
<title>OpenNMS 1.6.0 On the Horizon</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/429751434/opennms-160-on-the-horizon.html</link>
<description> So I just finished getting OpenNMS 1.5.98 out the door. This is the first release that we've left a few (small) known issues in because we're in hard freeze. I am so ready for this release to be out;...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/10/opennms-160-on-the-horizon.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Thu, 23 Oct 2008 11:28:21 -0500</pubDate>
<content:encoded><![CDATA[<p>
So I just finished getting <a href="http://www.opennms.org/index.php/New_and_noteworthy#New_in_OpenNMS_1.5.98">OpenNMS 1.5.98</a> out the door.  This is the first release that we've left a few (small) <a href="http://www.opennms.org/index.php/New_and_noteworthy#Known_Issues">known issues</a> in because we're in hard freeze.
</p>
<p>
I am <em>so</em> ready for this release to be out; there have been a <strong>ton</strong> of improvements since 1.2.x and the sooner we can get folks to the current codebase, the better.
</p>
<p>
Of course, while I was in the process of writing this blog post, Dave found <a href="http://bugzilla.opennms.org/show_bug.cgi?id=2846">a small but not-insignificant bug</a> that is worth doing another RC for, so here comes 1.5.99!  ;)
</p></p>
<p><a href="http://www.raccoonfink.com/2008/10/opennms-160-on-the-horizon.html#comments" title="Comment on: OpenNMS 1.6.0 On the Horizon">Comments (0)</a></p>
<p>Comments on this Entry:</p>

</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/429751434" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F10%2Fopennms-160-on-the-horizon.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dopennms_160_on_the_horizon</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/10/opennms-160-on-the-horizon.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=opennms_160_on_the_horizon</feedburner:origLink></item>

<item>
<title>The Age of Scrutiny</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/423103266/the-age-of-scrutiny.html</link>
<description> I swear, this is the only political post I will do before the elections. No, really! As the elections get closer and closer, the more I realize Neal Stephenson is not an author, but a prophet. He (co-)wrote a...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/10/the-age-of-scrutiny.html</guid>
<category>Miscellaneous</category>
<pubDate>Thu, 16 Oct 2008 16:59:57 -0500</pubDate>
<content:encoded><![CDATA[<div style="float: right">
<a href="http://www.amazon.com/gp/product/0553383434?ie=UTF8&amp;tag=defianceradio&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0553383434"><img border="0" src="http://gallery.raccoonfink.com/d/24670-3/interface.jpg" alt="Interface" /></a><img src="http://www.assoc-amazon.com/e/ir?t=defianceradio&amp;l=as2&amp;o=1&amp;a=0553383434" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
</div>
<p>
I swear, this is the only political post I will do before the elections.  No, really!
</p>
<p>
As the elections get closer and closer, the more I realize <a href="http://www.nealstephenson.com/">Neal Stephenson</a> is not an author, but a prophet.  He (co-)wrote a book called <a href="http://www.amazon.com/gp/product/0553383434?ie=UTF8&amp;tag=defianceradio&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0553383434">Interface</a><img src="http://www.assoc-amazon.com/e/ir?t=defianceradio&amp;l=as2&amp;o=1&amp;a=0553383434" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> which was a book about a politician who has a stroke, and has a chip implanted in his brain by the shadow government.  It restores his motor control, but has the side-effect of having the ability to trigger memories with the direction of an external wireless device (designed to be a kind of "pacemaker" for the chip).
</p>
<p>
I know it sounds pretty crazy, but in the context of the book, it actually flows pretty believably.
</p>
<p>
Anyways, he goes on to run for President, and his campaign works out a way to use this memory-trigger to their advantage.  They pick a small sample of people that represent a cross-section of the country, and then hook them up to a little Dick Tracy TV with an EKG in it that transmits their immediate emotional response to whatever they show them back to the campaign (<a href="http://s.wsj.net/public/resources/images/NA-AT072_DIALCu_D_20081009150727.jpg">sound familiar?</a>).  The campaign then triggers various memories so he can change tactics instantly if he starts losing support during a television appearance.
</p>
<p>
It's insane, and basically completely believable with current technology.  Polling has become more and more prominent, to the point where polls about people's opinions about how they feel about how they think other people will react to polls is considered <em>normal</em>.
</p>
<p>
My favorite part of the book is when his campaign manager, Cy Ogle, is explaining why the issues don't matter in the current political realm.
</p>
<blockquote>
 <p>"In the 1700s, politics was all about ideas. But Jefferson came up with all the good ideas. In the 1800s, it was all about character. But no one will ever have as much character as Lincoln and Lee. For much of the 1900s it was about charisma. But we no longer trust charisma because Hitler used it to kill Jews and JFK used it to get laid and send us to Vietnam." ...
</p>
<p>
"So what's it about now?" Aaron said. 
</p>
<p>
"Scrutiny. We are in the Age of Scrutiny. A public figure must withstand the scrutiny of the media," Ogle said. "The President is the ultimate public figure and must stand up under the ultimate scrutiny; he is like a man stretched out on a rack in the public square in some medieval shithole of a town, undergoing the rigors of the Inquisition. Like the medieval trial by ordeal, the Age of Scrutiny sneers at rational inquiry and debate, and presumes that mere oaths and protestations are deceptions and lies. The only way to discover the real truth is by the rite of the ordeal, which exposes the subject to such inhuman strain that any defect in his character will cause him to crack wide open, like a flawed diamond. It is a mystical procedure that skirts rationality, which is seen as the work of the Devil, instead drawing down a higher, ineffable power. Like the Roman haruspex who foretold the outcome of a battle, not by analyzing the strengths of the opposing forces, but by groping through the steaming guts of a slaughtered ram, we seek to establish a candidates fitness for office by pinning him under the lights of a television studio and constructing the use of eye contact, monitoring his gesticulations-- whether his hands are held open or closed, toward or away from the camera, spread open forthcomingly or clenched like grasping claws."
</p>
</blockquote>
<p>
Spooky, isn't it?
</p></p>
<p><a href="http://www.raccoonfink.com/2008/10/the-age-of-scrutiny.html#comments" title="Comment on: The Age of Scrutiny">Comments (0)</a></p>
<p>Comments on this Entry:</p>

</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/423103266" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F10%2Fthe-age-of-scrutiny.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dthe_age_of_scrutiny</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/10/the-age-of-scrutiny.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the_age_of_scrutiny</feedburner:origLink></item>

<item>
<title>Mono 2.0 in Fink Unstable</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/416897501/mono-20-in-fink-unstable.html</link>
<description> I've got Mono 2.0 updated and packaged up for Fink unstable. It includes Cocoa#, Gtk#, and MonoDevelop 1.0, all tested and working. Congratulations to the Mono team on getting 2.0 released!...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/10/mono-20-in-fink-unstable.html</guid>
<category>Fink</category>
<pubDate>Fri, 10 Oct 2008 11:14:33 -0500</pubDate>
<content:encoded><![CDATA[<a href="http://gallery.raccoonfink.com/v/misc/screenshots/monodevelop-1-0-in-fink-unstable.html"><img style="float:right; border: 0px" src="http://gallery.raccoonfink.com/d/24663-2/monodevelop-1-0-in-fink-unstable" title="MonoDevelop 1.0 in Fink" alt="" /></a>
<p>
I've got <a href="http://www.mono-project.com/">Mono 2.0</a> updated and packaged up for Fink unstable.  It includes <a href="http://www.mono-project.com/CocoaSharp">Cocoa#</a>, <a href="http://gtk-sharp.sourceforge.net/">Gtk#</a>, and <a href="http://www.monodevelop.com/">MonoDevelop 1.0</a>, all tested and working.
</p>
<p>
Congratulations to the Mono team on getting 2.0 released!
</p></p>
<p><a href="http://www.raccoonfink.com/2008/10/mono-20-in-fink-unstable.html#comments" title="Comment on: Mono 2.0 in Fink Unstable">Comments (0)</a></p>
<p>Comments on this Entry:</p>

</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/416897501" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F10%2Fmono-20-in-fink-unstable.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dmono_20_in_fink_unstable</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/10/mono-20-in-fink-unstable.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mono_20_in_fink_unstable</feedburner:origLink></item>

<item>
<title>OpenNMS 1.5.94/1.5.95/1.5.96 Released</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/408609611/opennms-159415951596-released.html</link>
<description> After a few issues with an annoying poller bug and some cross-site scripting issues that ended up triggering a series of quick releases over just a few days, things are settling down again in the wake of the OpenNMS...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/10/opennms-159415951596-released.html</guid>
<category>OpenNMS</category>
<pubDate>Wed, 01 Oct 2008 16:48:57 -0500</pubDate>
<content:encoded><![CDATA[<p>
After a few issues with <a href="http://bugzilla.opennms.org/show_bug.cgi?id=2769">an annoying poller bug</a> and some <a href="http://bugzilla.opennms.org/show_bug.cgi?id=2776">cross-site scripting issues</a> that ended up triggering a series of quick releases over just a few days, things are settling down again in the wake of the <a href="http://www.opennms.org/index.php/New_and_noteworthy#New_in_OpenNMS_1.5.96">OpenNMS 1.5.94-1.5.96</a> releases.
</p>
<p>
Let me start by saying, <a href="http://bugzilla.opennms.org/buglist.cgi?target_milestone=1.5.94+%281.6+beta+5%29&amp;target_milestone=1.5.95+%281.6+beta+6%29&amp;target_milestone=1.5.96+%281.6+beta+7%29&amp;bug_status=VERIFIED">holy crap we fixed a lot of bugs</a>, and we're on track to get 1.6 out the door in the next month or so.  There's only a few bugs left, and we're pretty much 100% focused on finishing those off.
</p>
<p>
For the first time in a while, this is more than just a suggested update, since a number of cross-site security issues were fixed.  If you're running anything in the OpenNMS 1.3.x or 1.5.x series, it is very strongly recommended that you upgrade to 1.5.96.
</p>
<p>
As always, feedback is encouraged, please let us know if you run into issues, awesomeness, or anything inbetween.  ;)
</p></p>
<p><a href="http://www.raccoonfink.com/2008/10/opennms-159415951596-released.html#comments" title="Comment on: OpenNMS 1.5.94/1.5.95/1.5.96 Released">Comments (0)</a></p>
<p>Comments on this Entry:</p>

</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/408609611" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F10%2Fopennms-159415951596-released.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dopennms_159415951596_released</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/10/opennms-159415951596-released.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=opennms_159415951596_released</feedburner:origLink></item>

<item>
<title>OpenNMS 1.5.94 Coming</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/393341961/opennms-1594-coming.html</link>
<description> So I'm getting really excited about the next OpenNMS release on the road to 1.6. We've got over 100 more bugs closed since 1.5.93, and only 22 left before we can release a 1.6 release candidate. We're holding off...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/09/opennms-1594-coming.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Mon, 15 Sep 2008 12:11:35 -0500</pubDate>
<content:encoded><![CDATA[<p>
So I'm getting really excited about the next <a href="http://www.opennms.org/">OpenNMS</a> release on the road to 1.6.  We've got <a href="http://tinyurl.com/opennms-1-5-94-bugs">over 100 more bugs closed</a> since 1.5.93, and only <a href="http://tinyurl.com/opennms-buglist-rc1">22 left</a> before we can release a 1.6 release candidate.  We're holding off on 1.5.94 because of <a href="http://bugzilla.opennms.org/show_bug.cgi?id=2702">a rather interesting bug</a> that can cause strange outage results for nodes not using the "critical service" functionality.  Matt's <a href="http://sourceforge.net/mailarchive/forum.php?thread_name=E1KfGcI-0003Py-Df%40dn4whf1.ch3.sourceforge.com&amp;forum_name=opennms-cvs">worked out a unit test for it</a>, so hopefully we'll have it wrapped up shortly and get the release out this week.
</p>
<p>
That said, if you're interested in helping us wrap up the bug-search for 1.6, feel free to try out the "1.6 testing" snapshot RPMs by <a href="http://www.opennms.org/index.php/Installation:Yum">following the yum installation instructions</a> for the "testing" release and giving it a shot, and <a href="http://bugzilla.opennms.org/">open a bug</a> if you find any issues.
</p>
<p>
One of the big blockers holding up a real release is <a href="http://bugzilla.opennms.org/show_bug.cgi?id=1883">consolidating the installation documentation</a> in one place, be it the wiki, or the out-of-date install guide.  If you have suggestions on things that could be clearer for installation, configuration, or anything else, please <a href="http://bugzilla.opennms.org/">open a bug</a>!  At this point OpenNMS is pretty solid, it's arguably more important to get documentation cleared up where it's confusing.
</p></p>
<p><a href="http://www.raccoonfink.com/2008/09/opennms-1594-coming.html#comments" title="Comment on: OpenNMS 1.5.94 Coming">Comments (0)</a></p>
<p>Comments on this Entry:</p>

</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/393341961" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F09%2Fopennms-1594-coming.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dopennms_1594_coming</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/09/opennms-1594-coming.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=opennms_1594_coming</feedburner:origLink></item>

<item>
<title>Google Chrome on Mac OS X (In Wine)</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/382738339/google-chrome-on-mac-os-x-in-wine.html</link>
<description> Just a quick note to say that based on these instructions, I was able to get Google Chrome running on Mac OS X, using Fink. You'll need to enable unstable ("fink configure", followed by "fink selfupdate-rsync"), and then do...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/09/google-chrome-on-mac-os-x-in-wine.html</guid>
<category>Fink</category>
<pubDate>Wed, 03 Sep 2008 18:58:57 -0500</pubDate>
<content:encoded><![CDATA[<p>
Just a quick note to say that based on <a href="http://ubuntuforums.org/showpost.php?p=5719331&amp;postcount=45">these instructions</a>, I was able to get <a href="http://www.google.com/chrome">Google Chrome</a> running on Mac OS X, using <a href="http://www.finkproject.org/">Fink</a>.
</p>
<p>
You'll need to enable unstable ("fink configure", followed by "fink selfupdate-rsync"), and then do a "fink install wine cabextract".  Then start at the "offline installer" part of the instructions.
</p>
<p>
Woot!
</p>
<p>
<a href="http://gallery.raccoonfink.com/v/misc/screenshots/google_chrome_on_Mac_OS_X-20080903-190413.png.html"><img src="http://gallery.raccoonfink.com/d/21842-1/google_chrome_on_Mac_OS_X-20080903-190413.png" alt="Google Chrome on Mac OS X (Screenshot)" title="Google Chrome on Mac OS X" /></a>
</p></p>
<p><a href="http://www.raccoonfink.com/2008/09/google-chrome-on-mac-os-x-in-wine.html#comments" title="Comment on: Google Chrome on Mac OS X (In Wine)">Comments (1)</a></p>
<p>Comments on this Entry:</p>

<p>(<a title="http://clubjuggler.livejournal.com/" href="http://clubjuggler.livejournal.com/" rel="nofollow">Tanner Lovelace</a> on
Sep  3, 2008  8:08 PM)

Cool!  But, we still need a native version!  Here's the instructions for building on OS X.</p>
</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/382738339" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F09%2Fgoogle-chrome-on-mac-os-x-in-wine.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dgoogle_chrome_on_mac_os_x_in_wine</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/09/google-chrome-on-mac-os-x-in-wine.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google_chrome_on_mac_os_x_in_wine</feedburner:origLink></item>

<item>
<title>Microsoft, Why Do You Treat Me Like A Pirate?</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/369162164/microsoft-why-do-you-treat-me-like-a-pirate.html</link>
<description> Do you see that picture on the right? I bought Windows XP when it came out. An actual legitimate copy of Windows XP Home Edition. It promised a lot of things that it eventually pretty much delivered after a...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/08/microsoft-why-do-you-treat-me-like-a-pirate.html</guid>
<category>Intel Macs</category>
<pubDate>Tue, 19 Aug 2008 11:45:06 -0500</pubDate>
<content:encoded><![CDATA[<div style="float:right"><img src="http://gallery.raccoonfink.com/d/19185-2/windows-xp-legitimate-f-ing-copy-edition" alt="Windows XP: Legitimate F**king Copy Edition" title="Windows XP: Legitimate F**king Copy Edition" /></div>
<p>
Do you see that picture on the right?  I bought Windows XP when it came out.  An actual legitimate copy of <a href="http://www.microsoft.com/windows/windows-xp/default.aspx">Windows XP Home Edition</a>.  It promised a lot of things that it eventually pretty much delivered after a couple of service packs.  It's moved from machine to machine as I've updated hardware.  I've gotten rid of basically all of my old PC hardware and now it lives on my Macbook Pro.  I've been reasonably happy with it.  Except...
</p>
<p>
With such a long history, I've long-since passed the time when <a href="http://www.microsoft.com/">Microsoft</a> accepted my key without question through internet activation.  Do you know what happens when you pass that time?  Painful crushing phone activation.
</p>
<p>
Observe:
</p>
<img src="http://gallery.raccoonfink.com/d/19188-2/windows-xp-mind-numbing-pain-edition" alt="Windows XP Phone Activation" title="Windows XP Phone Activation" />
<p>
First, you have to call a number, and enter 9 sets of 6 digits (they're kind enough to let you use the touch-tone phone to do it, instead of braving their voice recognition system).  Then, on the 9th set, it always complains that it didn't understand the last set of digits, until you're forced to tell it to forward you to a human without finishing the automated input.
</p>
<p>
Then, since it didn't actually record all of those numbers you put in, you get to read them again to the call-center person.
</p>
<p>
Then, they read a string of numbers back to you, that you have to type in, and finally, in true Microsoft fashion, you hit "Next", followed by "Finish", because it wouldn't be Windows without a wizard with a few extra unnecessary clicks.  ;)
</p>
<p>
Have you seen what you have to do to activate a pirated version of of Windows XP?  I did <a href="http://thepiratebay.org/torrent/4008339/Windows_XP_Crack_Home_PRO_SP2" title="First Google hit for 'Windows XP Crack'">a quick Google search</a> out of curiosity.  You use a pre-made serial number, and then run a command that will do the activation for you, and one more command to trick Windows Genuine Advantage(TM).  Voila!
</p>
<p>
It's sad that I find it so tempting to pirate something I legally own just because it's so frustrating to activate the damn thing.
</p>
<p>
The best part is, the only reason I had to re-activate at all was because the logic board went bad in my MacBook Pro, and Windows no longer recognized it as the hardware it was installed on.
</p>
<p>
Even better, now that it's done, <a href="http://communities.vmware.com/thread/163952">I have to re-activate</a> every time I switch from booting in VMware to booting natively through Boot Camp, or vice-versa.
</p>
<p>
Alternatively, you know what I had to do to register my copy of <a href="http://www.apple.com/macosx/">Mac OS X</a> when I installed it?  Nothing.  Imagine that.
</p></p>
<p><a href="http://www.raccoonfink.com/2008/08/microsoft-why-do-you-treat-me-like-a-pirate.html#comments" title="Comment on: Microsoft, Why Do You Treat Me Like A Pirate?">Comments (0)</a></p>
<p>Comments on this Entry:</p>

</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/369162164" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F08%2Fmicrosoft-why-do-you-treat-me-like-a-pirate.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dmicrosoft_why_do_you_treat_me_like_a_pirate</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/08/microsoft-why-do-you-treat-me-like-a-pirate.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=microsoft_why_do_you_treat_me_like_a_pirate</feedburner:origLink></item>

<item>
<title>"Finally" Now Available on CD</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/368568696/finally-now-available-on-cd.html</link>
<description> In addition to digital downloads through Amazon MP3, iTunes, and a host of other services, my first album, Finally, is now available on CD. Order now!...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/08/finally-now-available-on-cd.html</guid>
<category>Music</category>
<pubDate>Mon, 18 Aug 2008 20:34:58 -0500</pubDate>
<content:encoded><![CDATA[<p>
In addition to digital downloads through <a href="http://www.amazon.com/gp/product/B0018SXV2C/">Amazon MP3</a>, <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewArtist?id=279837805">iTunes</a>, and a host of other services, my first album, Finally, is <a href="http://cdbaby.com/cd/raccoonfink">now available on CD</a>.
</p>
<p>
<a href="http://cdbaby.com/cd/raccoonfink">Order now!</a>
</p></p>
<p><a href="http://www.raccoonfink.com/2008/08/finally-now-available-on-cd.html#comments" title="Comment on: &quot;Finally&quot; Now Available on CD">Comments (0)</a></p>
<p>Comments on this Entry:</p>

</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/368568696" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F08%2Ffinally-now-available-on-cd.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dfinally_now_available_on_cd</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/08/finally-now-available-on-cd.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=finally_now_available_on_cd</feedburner:origLink></item>

<item>
<title>OpenNMS Dev-Jam 2008 Developer Journal</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/358683683/dev-jam-2008.html</link>
<description> So I've been meaning to do a Dev-Jam 2008 summary since we got back last weekend, and I can put it off no longer. In summary: Dev-Jam 2008 was a huge success! Sunday, July 27th, SVN revision 9618 We...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/08/dev-jam-2008.html</guid>
<category>OpenNMS</category>
<pubDate>Thu, 07 Aug 2008 14:57:00 -0500</pubDate>
<content:encoded><![CDATA[<p>
So I've been meaning to do a <a href="http://www.opennms.org/index.php/Dev-Jam_2008">Dev-Jam 2008</a> summary since we got back last weekend, and I can put it off no longer.
</p>
<p>
In summary: <b>Dev-Jam 2008 was a huge success!</b>
</p>
<div class="dateline">Sunday, July 27th, SVN revision 9618</div>
<p>
We loaded up in the <a href="http://genevainformation.smugmug.com/gallery/5549513_kd5Gn#339972871_p7jo7">Dev-Jam Express</a> and started the drive from North Carolina to the <a href="http://www.gatech.edu/">Georgia Tech</a> campus.  After plenty of rest stops, food breaks, <a href="http://genevainformation.smugmug.com/gallery/5549513_kd5Gn#339983445_WjPNm">passing water towers that look like giant spanked butts</a>, and picking up of supplies, we arrived.
</p>
<p>
We got settled in, got room keys, met with the other folks who had arrived, and recuperated from a long drive.
</p>
<div class="dateline">Monday, July 28th, SVN revision 9622</div>
<p>
<a href="http://blogs.opennms.org/">Tarus</a> started out by welcoming everyone and doing a "State of OpenNMS."  Since last year we <a href="http://blogs.opennms.org/?p=149">blew away our goal, "2007: The Year of 4 Releases"</a>.  Development has increased dramatically, despite the fact that off and on, OpenNMS regulars have been busier than ever with non-OpenNMS projects.  Of course, new regulars have joined in the fray.  (Does that make us "more regular"?)  Anyways, OpenNMS has gotten easier to install, more robust, and just plain better in every way since the last Dev-Jam.  Not only that -- <a href="http://genevainformation.smugmug.com/gallery/5549513_kd5Gn#343087153_YV4VN">we had 17 people</a> come this year.  Awesome!
</p>
<p>
Next, <a href="http://blogs.opennms.org/brozow/">Matt</a> talked about how things have progressed through the different Dev-Jams, and how we learned from each of them.
</p>
<p>
At <a href="http://www.opennms.org/index.php/Dev-Jam_2006">Dev-Jam 2006</a>, Spring was introduced, and while it was an educational experience, people spent too much time without really being able to dig their hands into the code, much less have fun with the other jammers.
</p>
<p>
Conversely, at <a href="http://www.opennms.org/index.php/Dev-Jam_2007">Dev-Jam 007 (licensed to... er, GPL?)</a>, we had a very free-form conference.  People hung around and worked on whatever took their fancy.  Plenty of coding happened, but a number of things never wrapped up (and are still sitting in the <a href="http://opennms.svn.sourceforge.net/viewvc/opennms/opennms/branches/devjam-007/">devjam-007 branch</a> waiting to be completed).
</p>
<p>
This year Matt proposed a hybrid of the two.  Things were still free-form, people picked a project they felt like working on, and invited others to help out, but we were asked to spend a little time each morning talking about what we've done and getting input from the other folks.  In the end, sometimes it was almost not morning by the time we did it (grin), but I think it helped add a little structure to the '007 style, and we all did better for it.
</p>
<p>
As for development, people were mostly just getting started.
</p>
<ul>
 <li> Matt had been preparing a <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">RESTful</a> framework so it would be ready (or at least, almost ready) for Dev-Jam. </li>
 <li> I had been meaning to work on cleaning up the <a href="http://www.opennms.org/index.php/Distributed_Monitoring">remote poller</a> code to not be different across the command-line and GUI interfaces, and to unify the webstart and jar-based versions of the remote poller startup code, so I started in on that. </li>
 <li> DJ and Mike started playing with turning snmp-graph.properties into XML (actually continuing some work DJ did along those lines some time ago). </li>
</ul>
<div class="dateline">Tuesday, July 29th, SVN revision 9633</div>
<p>
Things started picking up on Tuesday, as people settled into what they were working on.
</p>
<ul>
 <li> Matt worked on upgrading our <a href="http://www.springframework.org/">Spring</a> code to Spring 2.5. </li>
 <li> Jonathan started the first of many commits finishing up his work on <a href="http://otrs.org/">OTRS</a> ticketing integration. </li>
 <li> Craig and DJ both committed some bugfixes and other updates to the 1.6 and trunk branches. </li>
 <li> Alejandro and Matt both worked on the RESTful interfaces some, in a new branch dubbed the <a href="https://jersey.dev.java.net/">Jersey</a> branch. </li>
 <li> Joed started in on a new map based on <a href="http://www.openlaszlo.org/">OpenLaszlo</a> that is shaping up to be pretty sweet!  It features RESTful integration as well. </li>
 <li> Paul helped out fixing a bug or two, and also helped out on <a href="http://www.debian.org/">Debian</a> packaging issues, which he's done a lot of great work on in the past months. </li>
 <li> I got the code pretty much finished on the webstart work, although I continued to hit strange <a href="http://maven.apache.org/">Maven</a> issues with bad plugins and the like. </li>
</ul>
<div class="dateline">Wednesday, July 30th, SVN revision 9804</div>
<p>
Lots of commits, but mostly Joed setting up some directories for the OpenLaszlo maps.  SourceForge was <a href="http://sourceforge.net/community/forum/topic.php?id=2981&amp;page&amp;replies=1">kind enough to announce Subversion downtime only 5 hours before it was scheduled to happen</a>.  Intermittent timeouts and other issues kept most people from doing much before the outage deadline.
</p>
<ul>
 <li> Joed worked on the OpenLaszlo maps. </li>
 <li> Jonathan spent more time on the OTRS integration, approaching completion. </li>
 <li> I continued to fight with Maven, finally getting things to work shortly after SourceForge shut off SVN.  =) </li>
 <li> Alejandro did more good work on the RESTful interface, adding REST support for nodes, IP interfaces, SNMP interfaces, and services. </li>
</ul>
<div class="dateline">Thursday, July 31st, SVN revision 9889</div>
<p>
Lots of progress in a number of areas, and with Subversion back up, people could actually... commit things.  ;)
</p>
<ul>
 <li> Jonathan worked on wrapping up his OTRS integration. </li>
 <li> I was able to commit my webstart code that I finished on Wednesday.  Usage is <a href="http://www.opennms.org/index.php/Distributed_Monitoring">documented in the wiki</a>. I spent the rest of the day splitting out the trouble ticketing API into it's own module, as well as brainstorming with Matt on what the future "perfect codebase module layout" would be when we've had time to refactor everything.  (Hah!)  </li>
 <li> Tarus worked on cleaning up bugs, in preparation for trying to get a 1.6 release candidate out the door. </li>
 <li> Jeff played around with something in trunk <a href="http://sourceforge.net/mailarchive/forum.php?thread_name=E1KOgEB-0001PL-3R%40dn4whf1.ch3.sourceforge.com&amp;forum_name=opennms-cvs">relating to Windows</a>?  I dunno what that's all about.  :) </li>
</ul>
<div class="dateline">Friday, August 1st, SVN revision 9978</div>
<p>
A few new projects were opened, and a few completed.  By Friday, commits were chugging along pretty nicely.
</p>
<ul>
 <li> David (along with Walt from Hitachi, and a little help from Matt) spent the day working on a <a href="http://en.wikipedia.org/wiki/Transaction_Language_1">TL1</a> interface for OpenNMS. </li>
 <li> Craig merged the existing work from the Jersey branch into trunk. </li>
 <li> I spent some time cleaning house and merging useful work done in trunk back to the 1.6 branch. </li>
 <li> Joed continued to fill out the OpenLaszlo map support. </li>
 <li> Alejandro worked on the RESTful interface more, adding a few features and fixing bugs. </li>
 <li> Craig M. also handed Alejandro a keychain as door prize for making the <a href="http://sourceforge.net/mailarchive/forum.php?thread_name=E1KP45J-0001ym-EJ%40dn4whf1.ch3.sourceforge.com&amp;forum_name=opennms-cvs">10,000th commit</a>! </li>
</ul>
<p>
And, officially, Friday ended Dev-Jam.  We had a nice dinner and people started traveling.  On Saturday, we made our way back to North Carolina.
</p>
<p>
Thanks to everyone who made Dev-Jam possible.  I had a great time, and we got a ton of stuff done!
</p>
<p>
<strong>Edit:</strong> It's important to pay more attention to your calendar when reconstructing the dates that things happened.  Turns out Dev-Jam started <em>July</em> 27th, not <em>August</em>.  ;)
</p></p>
<p><a href="http://www.raccoonfink.com/2008/08/dev-jam-2008.html#comments" title="Comment on: OpenNMS Dev-Jam 2008 Developer Journal">Comments (0)</a></p>
<p>Comments on this Entry:</p>

</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/358683683" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F08%2Fdev-jam-2008.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Ddev_jam_2008</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/08/dev-jam-2008.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dev_jam_2008</feedburner:origLink></item>

<item>
<title>KDE 4.1 Beta 1 for Mac OS X</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/300720841/kde-41-beta-1-for-mac-os-x.html</link>
<description> With the help of a number of folks, I'm happy to announce the latest KDE/Mac snapshot, based on KDE 4.1 Beta 1. Also, while it's been available for a while, I'd like to point out that KDE/Mac now has...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/05/kde-41-beta-1-for-mac-os-x.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Thu, 29 May 2008 14:25:10 -0500</pubDate>
<content:encoded><![CDATA[<p>
With the help of a number of folks, I'm happy to announce the latest KDE/Mac snapshot, based on <a href="http://www.kde.org/announcements/announce-4.1-beta1.php">KDE 4.1 Beta 1</a>.  Also, while it's been available for a while, I'd like to point out that KDE/Mac now has an official website, at <a href="http://mac.kde.org/">mac.kde.org</a>, using Benjamin Dietrich's pretty design.
</p>
<p>
Torrents are all seeded, and <a href="http://mac.kde.org/?id=download">downloadable</a>.
</p>
<p>
<span style="color: red">Note: Apparently bittorrent doesn't preserve executable flags.  :(  Before installing, run, in a terminal: <br /> <code style="padding-left: 10px">chmod a+x *.pkg/Contents/Resources/postflight</code></span>
</p>
<p>
As always, questions are welcome in the comments, on the kde-mac list, or in a bug report.  =)
</p></p>
<p><a href="http://www.raccoonfink.com/2008/05/kde-41-beta-1-for-mac-os-x.html#comments" title="Comment on: KDE 4.1 Beta 1 for Mac OS X">Comments (1)</a></p>
<p>Comments on this Entry:</p>

<p>(<a title="http://jlp.myopenid.com/" href="http://jlp.myopenid.com/">jlp.myopenid.com</a> on
May 30, 2008  7:22 AM)

Hi, this is some great news and I hope you don't mind me spreading it around a little. I've added it to Digg and Reddit:
http://digg.com/apple/Homepage_for_KDE_on_Mac_OS_goes_live
http://www.reddit.com/r/apple/info/6lds9/comments/</p>
</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/300720841" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F05%2Fkde-41-beta-1-for-mac-os-x.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dkde_41_beta_1_for_mac_os_x</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/05/kde-41-beta-1-for-mac-os-x.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=kde_41_beta_1_for_mac_os_x</feedburner:origLink></item>

<item>
<title>My New Album, "Finally," Now Available</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/294219799/my-new-album-finally-now-available.html</link>
<description> Finally is now available for immediate download! You can get it at iTunes, Amazon.com, eMusic, and a host of other digital download sites. Check it out, and let me know what you think!...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/05/my-new-album-finally-now-available.html</guid>
<category>Music</category>
<pubDate>Tue, 20 May 2008 07:48:38 -0500</pubDate>
<content:encoded><![CDATA[<p>
Finally is now available for immediate download!
</p>
<p>
You can get it at <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=279837799&amp;s=143441&amp;v0=WWW-NAUS-ITUWEEKLY-OVERVIEW">iTunes</a>, <a href="http://www.amazon.com/Finally/dp/B00190ZJQK/">Amazon.com</a>, <a href="http://www.emusic.com/album/Raccoon-Fink-Finally-MP3-Download/11218597.html">eMusic</a>, and a host of other digital download sites.
</p>
<p>
Check it out, and let me know what you think!
</p></p>
<p><a href="http://www.raccoonfink.com/2008/05/my-new-album-finally-now-available.html#comments" title="Comment on: My New Album, &quot;Finally,&quot; Now Available">Comments (2)</a></p>
<p>Comments on this Entry:</p>

<p>(<a title="http://neoevans.livejournal.com/" href="http://neoevans.livejournal.com/" rel="nofollow">neoevans</a> on
Jul 12, 2008  2:09 AM)

Very cool, sir. Sounds like stuff I can code/work/write to. Keep it up!</p>
<p>(<a title="http://bah55.myopenid.com/" href="http://bah55.myopenid.com/">bah55.myopenid.com</a> on
Aug  5, 2008  1:49 PM)

I can't believe you are still doing this after all these years.  Ok, so I can, but looking at that screen it looks exactly like that old mod program you started with.</p>
</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/294219799" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F05%2Fmy-new-album-finally-now-available.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dmy_new_album_finally_now_available</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/05/my-new-album-finally-now-available.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=my_new_album_finally_now_available</feedburner:origLink></item>

<item>
<title>Sometimes I Can't Help Myself (Rant)</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/290398286/sometimes-i-cant-help-myself-rant.html</link>
<description> After reading Tarus's post, I couldn't help posting my own response to Matt Asay's CNET blog. I know I shouldn't rise to the bait, but sometimes, you just have to get it out. I was as frustrated as Tarus...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/05/sometimes-i-cant-help-myself-rant.html</guid>
<category>Free/Open-Source Software</category>
<pubDate>Wed, 14 May 2008 15:29:30 -0500</pubDate>
<content:encoded><![CDATA[<p>
After reading <a href="http://blogs.opennms.org/?p=202">Tarus's post</a>, I couldn't help posting my own response to <a href="http://www.cnet.com/8301-13505_1-9943809-16.html">Matt Asay's CNET blog</a>.  I know I shouldn't rise to the bait, but sometimes, you just have to get it out.  I was as frustrated as Tarus after reading it...  Feel free to <a href="http://www.cnet.com/8301-13505_1-9943809-16.html">read it yourself</a>, but don't click the ads, click mine instead!  (<em><strong>cough</strong></em>, sorry)
</p>
<p>
Anyways, CNET's lovely comment system apparently doesn't believe in carriage returns, you're only supposed to post in sound-bites I guess.  ;)  So, I'm going to repost my response here, in a form that looks less like a <strong>Giant Blob o' Text</strong> (and with a few changes for emphasis).  Also, in <a href="http://www.cnet.com/8601-13505_1-9943809.html?communityId=2016&amp;targetCommunityId=2016&amp;messageId=723354#723354">my original comment</a> I accidentally wrote "free-loaders" once instead of "free-riders."
</p>
<blockquote>
<p>
I have read a few of your previous blog posts with interest, but I can only assume that this time you've gone the way of Dvorak and are posting sensational ideas for the purposes of ad revenue for CNET. It's the only explanation that makes sense.
</p>
<p>
You posit that because communities don't grow on software that gets "open-sourced", software doesn't grow on communities. You couldn't be more mistaken. Nearly every open-source project started as a few people and grew into a community, and then grew more software as a direct result of that community. Or, as you call them, <em>"free-riders."</em>
</p>
<p>
Now, you are correct that communities don't magically form when a closed-source company says, <em>"Ahh, look! We are such benevolent and wonderful people that we are opening our software upon you plebes. Flock to us!"</em> that does not mean that software can't be born the other way around. There are many many examples that prove the point. Heck, open-source software was not even on any business radar until the "free-riders" made it what it is today.
</p>
<p>
The <em>"free-riders"</em> are the ones who turned an open-source project with one guy scratching an itch into a project with multiple contributors because they said "hey, this is cool, I wonder if I can help out?"
</p>
<p>
The <em>"free-riders"</em> are the ones who ran the bleeding edge version first and found (and sometimes fixed themselves!) bugs so your Enterprise customers could take advantage of the rock-solid reliability of open-source software when those bugs got fixed.
</p>
<p>
The <em>"free-riders"</em> are the ones who helped other "free-riders" on the project's discussion list when they were trying to install the software, so the user-base grew, even though they couldn't contribute code.
</p>
<p>
In other words, the <em>"free-riders"</em> are not just some abstract pool of people from which you extract cash. In a true open-source project, they are the foundation that makes the project something great. Everyone who is a contributing part of an open-source project was once a "free-rider" who just wanted to try it out. Every person involved in any way at all adds momentum, even if it's just by asking a question and being answered on the list. That answer goes into the global pool of knowledge (which maybe a future user will find, while googling, and won't have to ask himself).
</p>
<p>
Of course, if you're an Enterprise-with-a-capital-E company that "value-adds" on top of open-source code, you see them as "free-riders" because you don't really have a community in the first place, you just have users. The users of the open-source part of your software are only there at the whim of the proprietary side of the business. There's too much risk the community will do something at odds with the direction you want to take the proprietary parts of the system for them to be able to form a true community in the sense "real" open-source projects can.
</p>
<p>
In the end, the "free-riders" are only a negative if you aren't truly an open-source company. They are an adversary that could cut away at the functionality you charge for, rather than users who are empowered and have the right to contribute and make stronger something larger than themselves.
</p>
</blockquote>
<p>
I just really have a hard time believing that someone who is writing in the technology industry specifically on issues of open-source software and business could truly believe that the communities are not an integral part of what makes open-source software good, much less that they're "free-loaders."  It boggles the mind.
</p>
<p>
He implies that open-source software is only created by taking a closed-source company and opening the code, when in fact, that is the rare, degenerate case.  Most successful open-source software comes from a good idea, some hard work, and the "marketing" of that software by "free-loaders" to their friends, associates, and employers.
</p>
<p>
Some companies <em>can</em> be successful by doing it the other way around, but except for some of the counterexamples like <a href="http://www.mozilla.org/">Mozilla</a>, the most likely outcome is being bought and then being closed-source'd by your new investors, or failing just like most other startups, "open-source" or not.  True open-source software has legs commercial software doesn't specifically because it can keep going long after any commercial interest fails or wanes, as long as the community still wants it around.
</p></p>
<p><a href="http://www.raccoonfink.com/2008/05/sometimes-i-cant-help-myself-rant.html#comments" title="Comment on: Sometimes I Can&apos;t Help Myself (Rant)">Comments (0)</a></p>
<p>Comments on this Entry:</p>

</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/290398286" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F05%2Fsometimes-i-cant-help-myself-rant.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dsometimes_i_cant_help_myself_rant</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/05/sometimes-i-cant-help-myself-rant.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sometimes_i_cant_help_myself_rant</feedburner:origLink></item>

<item>
<title>Web Site for Raccoon Fink Music</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/288665002/web-site-for-raccoon-fink-music.html</link>
<description> I've set up a separate site for my music, since it's a little off-topic for this blog. Major announcements will still be posted here as well, but I intend to post other news, information about releases, previews, and other...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/05/web-site-for-raccoon-fink-music.html</guid>
<category>My Blog</category>
<pubDate>Sun, 11 May 2008 15:20:21 -0500</pubDate>
<content:encoded><![CDATA[<p>
I've set up a <a href="http://music.raccoonfink.com/" title="Raccoon Fink's Music">separate site for my music</a>, since it's a little off-topic for this blog.  Major announcements will still be posted here as well, but I intend to post other news, information about releases, previews, and other things relating to my music to the other site instead.
</p>
<p>
Feel free to check out <a href="http://music.raccoonfink.com/" title="Raccoon Fink's Music">music.raccoonfink.com</a> for all the latest happenings.
</p>
<p>
Thanks!
</p></p>
<p><a href="http://www.raccoonfink.com/2008/05/web-site-for-raccoon-fink-music.html#comments" title="Comment on: Web Site for Raccoon Fink Music">Comments (0)</a></p>
<p>Comments on this Entry:</p>

</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/288665002" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F05%2Fweb-site-for-raccoon-fink-music.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dweb_site_for_raccoon_fink_music</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/05/web-site-for-raccoon-fink-music.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=web_site_for_raccoon_fink_music</feedburner:origLink></item>

<item>
<title>And Now For Something Completely Different -- Raccoon Fink Music</title>
<link>http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~3/283348926/and-now-for-something-completely-different.html</link>
<description> So if you've followed my blog for a long time, you might have noticed me mention that I have, on occasion, written music. I've finally found some time to really work on getting everything set up again so I...</description>
<guid isPermaLink="false">http://www.raccoonfink.com/2008/05/and-now-for-something-completely-different.html</guid>
<category>Music</category>
<pubDate>Sun, 04 May 2008 10:51:41 -0500</pubDate>
<content:encoded><![CDATA[<p>
So if you've followed my blog for a long time, you might have noticed me mention that I have, on occasion, written music.
</p>
<div style="float: right"><a href="http://www.amazon.com/gp/product/B0018SXV2C"><img src="http://ranger.befunk.com/misc/finally-300x300.jpg" alt="Finally!" style="border: 0px" /></a></div>
<p>
I've finally found some time to really work on getting everything set up again so I can write more music (and, in fact, I've got a guitar on the way as a birthday present from my wife!).  This past month, I've worked really hard to do something I've meant to do for a long time: release an album.
</p>
<p>
Now, my music has always been freely available, it's a part of the <a href="http://en.wikipedia.org/wiki/Demoscene">demoscene</a> culture, not to mention my open-source roots, working with <a href="http://www.opennms.org/">OpenNMS</a>, <a href="http://www.finkproject.org/">Fink</a>, and tons of other stuff.  One thing that's very hard to do, however, when writing tracked music, is get that "finished" sound.
</p>
<p>
I've spent the last month going through my catalog, dumping everything to <a href="http://www.apple.com/ilife/garageband/">Garage Band</a> and <a href="http://www.digidesign.com/">ProTools</a>, and re-mixing, remastering, and all-around cleaning up my tracks.
</p>
<p>
Without further ado, I announce my first single, <a href="http://www.amazon.com/Pointillize/dp/B0018T0282">Pointillize</a>, available immediately on Amazon MP3 download, and soon on iTunes, Rhapsody, and other music download services.
</p>
<p>
On May 20th, my album, Finally, will be available as well.
</p>
<p>
Full versions of the songs from Pointillize and Finally are available for preview on <a href="http://www.last.fm/artist/Raccoon+Fink">last.fm</a>.  Just click on the album and hit play.
</p>
<p>
It's been a long time coming.  If you like it, tell your friends; if you don't, um... well, don't tell anyone!  Special thanks to Cynthia for putting up with me obsessively listening to these songs, over and over again, and spending way too much time mixing and remixing them.  ;)
</p></p>
<p><a href="http://www.raccoonfink.com/2008/05/and-now-for-something-completely-different.html#comments" title="Comment on: And Now For Something Completely Different -- Raccoon Fink Music">Comments (0)</a></p>
<p>Comments on this Entry:</p>

<p>(<a title="http://minter.livejournal.com/" href="http://minter.livejournal.com/" rel="nofollow">H. Wade Minter</a> on
May  4, 2008 12:15 PM)

Not really my kind of music, but it's really very cool that you've put this together.  Good job!</p>
</description>
<img src="http://feeds.feedburner.com/~r/TalesOfTheRacoonFink/~4/283348926" height="1" width="1"/>]]></content:encoded>
<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=TalesOfTheRacoonFink&amp;itemurl=http%3A%2F%2Fwww.raccoonfink.com%2F2008%2F05%2Fand-now-for-something-completely-different.html%3Futm_source%3Drss%26utm_medium%3Drss%26utm_campaign%3Dand_now_for_something_completely_different</feedburner:awareness><feedburner:origLink>http://www.raccoonfink.com/2008/05/and-now-for-something-completely-different.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=and_now_for_something_completely_different</feedburner:origLink></item>


<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=TalesOfTheRacoonFink</feedburner:awareness></channel>
</rss>
