[BACK]Return to lyrics.html CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / lyrics.html (download) (as text)

Revision 1.62, Thu Feb 16 03:54:35 2006 UTC (18 years, 3 months ago) by brad
Branch: MAIN
Changes since 1.61: +2 -2 lines

NVIDIA

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>OpenBSD release song lyrics</title>
<link rev=made href="mailto:www@openbsd.org">
<meta name="resource-type" content="document">
<meta name="description" content="the OpenBSD release song lyrics page">
<meta name="keywords" content="openbsd,ordering">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 2000-2004 by OpenBSD.">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#ffffff" text="#000000" link="#23238e">
<a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
<p>
<h2><font color="#e00000">Release Songs</font></h2><hr>

<p>
<h3>
<ul>
<li><a href="#38">3.8: "Hackers of the Lost RAID"</a>
<li><a href="#37">3.7: "The Wizard of OS"</a>
<li><a href="#36">3.6: "Pond-erosa Puff (live)"</a>
<li><a href="#35">3.5: "CARP License" and "Redundancy must be free"</a>
<li><a href="#34">3.4: "The Legend of Puffy Hood"</a>
<li><a href="#33">3.3: "Puff the Barbarian"</a>
<li><a href="#32">3.2: "Goldflipper"</a>
<li><a href="#31">3.1: "Systemagic"</a>
<li><a href="#30">3.0: "E-Railed (OpenBSD Mix)"</a>
</ul>
</h3>
<p>

<hr>
<a name=38></a>
<h2><font color="#00b000"><a href="38.html">
3.8: "Hackers of the Lost RAID"</a></font></h2>
<table border=0 cellspacing=0 cellpadding=2 width="100%">
<tr>
<td valign="top" width="33%">
<a href="orders.html">[Order OpenBSD 3.8 or other items]</a><br>
OpenBSD 3.8 CD2 track 2 is an<br>
uncompressed copy of this song.<br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song38.mp3">MP3 song (4:24 minutes, 8.1MB)</a><br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song38.ogg">OGG song (4:24 minutes, 5.6MB)</a><br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song38b.mp3">MP3 accoustic version (4:22 minutes, 8.0MB)</a><br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song38b.ogg">OGG accoustic version (4:22 minutes, 5.5MB)</a><br>
<br>
<br>
<a href="images/Jones.jpg"><img alt="Jones" src="images/Jones.jpg"></a>
<br>
<br>
<em>
For a multitude of (stupid) reasons, vendors often attempt to lock
out our participation with their customers by refusing to give our
programmers sufficient documentation so that we can properly support
their devices.
<p>
Take Adaptec for instance.  Before the 3.7 release we disabled support
for the
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&sektion=4">aac(4)</a>
Adaptec RAID driver because negotiations with the Adaptec had failed.
They refused to give us documentation.  Without documentation, support
for their controller had always been poor.  The driver had bugs (which
affected some users more than others) which caused crashes, and of
course there was no RAID management support.  Apparently most of these
bugs are because the Adaptec controllers have numerous buggy firmware
issues which require careful workarounds; without documentation we
cannot solve these issues.
<p>
The driver was written by an OpenBSD developer, who cribbed parts
of it from a FreeBSD driver written by an ex-Adaptec employee.  But no
public documentation exists, and Adaptec has dozens of cards with
different firmware issues. All of this adds up to a very desperate
development model -- it becomes very hard for the principle of
"quality" to show its head.
<p>
RAID devices have two main qualities that people buy them for:
<br>
<ul>
<li>Redundancy
<li>Repair
</ul>
You want a RAID unit to provide you with redundancy, so that if some drives
fail, your data is not lost.  But once a drive has failed, you require your
array to (automatically, most likely) perform the operations to repair
itself, so that it is functioning perfectly again.
<p>
Some vendors (or like the above Adaptec case, ex-employee) have
sometimes given us some documentation so that we could write drivers,
so that their devices could support Redundancy.  But these vendors have
never given us any documentation for performing Repairs.
<p>
Instead these vendors have tried to pass out non-free RAID management
tools.  These are typically gigantic Linux binaries, or some crazy thing, that
is supposed to work through a bizzare interface in the device driver, which
we are apparently supposed to write code for without any documentation.
<p>
And since we refuse to accept our users being forced into depending on
vendor binaries, we have reverse engineered the management interface for
the AMI controllers.
<p>
There is no great "intellectual property" in this stuff, it is all
rather simple primitives.  This is all that we need to implement
basic RAID management:
<ul>
<li>SCSI transactions on the back-side busses
<li>Discovering which drives are in which volumes
<li>Being able to silence the buzzer
<li>Marking a new drive as a Hot-Spare
</ul>
<p>
The AMI driver needed to support these small primitive operations.
And once we had that, we rely on something else which we know: Almost
all the RAID controllers would need the same primitives.
<p>
Thus armed, we were able to write a generic framework which would later
work on other vendors' RAID cards, that is, once we get documentation
or do some reverse engineering for their products.
<p>
But having been ignored for so long by these vendors, it is not clear when (if
ever) we will get around to writing that support for Adaptec RAID
controllers now.  And Adaptec has gone and bought ICP Vortex, which
may mean we can never get documentation for the
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4">gdt(4)</a>
controllers.
The "Open Source Friendly liar" IBM owns Mylex, and Mylex has told us we
would not get documentation, either.
3Ware has lied to us and our users so many times they make politicians
look saintly.
<p>
Until other vendors give us documentation, if you want reliable RAID
in OpenBSD, please buy
<a href="http://www.lsilogic.com/products/megaraid/index.html">LSI/AMI</a>
RAID cards.  And everything
<a href="http://marc.theaimsgroup.com/?l=openbsd-misc&m=112630095818062&w=2">
will just work</a>.
<p>
And keep pestering the other vendors.
<br>
</em>
</td><td valign="top" width="3%">
<br>
</td><td valign=top width="30%">
<font color="#b00000">Narrator:</font>
Welcome friends to the adventures of Puffiana Jones!<br>
<br>
Brought to you by the good people at OpenBSD!<br>
<br>
Whether braving jungles of wires, oceans of code, or hacking the most
treacherous of crypts, one fish fights for justice. With bravery and
morality like none other, one name rings true. Puffiana Jones, famed
hackologist and adventurer!<br>
<br>
Tracking down valuable artifacts and returning them to the public from
the steely grip of greed. Many a villain has he pummeled, many a vile
vendor has he thwarted, countless thugs, lawyers and kitties abound.<br>
<br>
Join us now in his latest adventure.  Hackers of the Lost RAID!<br>
<br>
<br>
<font color="#b00000">Marlus:</font>
Puffy, this mission will be dangerous.<br>
<br>
<font color="#b00000">Puffy:</font>
I'm a careful guy Marlus.<br>
<br>
<br>
<font color="#b00000">Puffy and Salmah:</font>
They're hacking in the wrong place!<br>
<br>
<br>
<font color="#b00000">Beluge:</font>
You will never get the documentation Jones! Ah ha ha ha ha!<br>
<br>
<font color="#b00000">Puffy:</font>
Now you're gettin' nasty.<br>
<br>
<br>
<font color="#b00000">Puffy:</font>
SCSI's, why'd it have to be SCSI's?<br>
<br>
<font color="#b00000">Salmah:</font>
API's, very dangerous. You go first.<br>
<br>
<br>
<font color="#b00000">Narrator:</font>
Through thick and thin our hero persists, until finally,
there before him
lies the answer of the ages.  How to get OpenBSD, the world's most
secure operating system,
to communicate with the lost RAID. But alas, he is foiled once again by
the evil Neozis.  Again he must chase the truth.  Will our hero prevail?<br>
<br>
Triumphant again!  Join us next time for the continuing adventures of
Puffiana Jones!<br>
<br>
<br>
</td><td valign=top width="33%">
<img src="images/38song.gif"><br>
</td></tr></table>
<p>
<em>
CD 2 track 2 is an audio track entitled "Hackers of the Lost RAID".
Music composed by Ty Semaka and Jonathan Lewis.
The Moxam Orchestra programmed and played by Jonathan Lewis.
Vocals and Lyrics by Ty Semaka. Drums by Charlie Bullough.
Recorded, mixed and mastered by Jonathan Lewis of Moxam Studios.
(1-403-233-0350).
<br>
<br>
</em>

<hr>
<a name=37></a>
<h2><font color="#00b000"><a href="37.html">
3.7: "Wizard of OS"</a></font></h2>
<table border=0 cellspacing=0 cellpadding=2 width="100%">
<tr>
<td valign="top" width="33%">
<a href="orders.html">[Order OpenBSD 3.7 or other items]</a><br>
OpenBSD 3.7 CD2 track 2 is an<br>
uncompressed copy of this song.<br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song37.mp3">MP3 song (10:08 minutes, 18MB)</a><br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song37.ogg">OGG song (10:08 minutes, 13MB)</a><br>
<br>
<br>
<a href="images/Wizard.jpg"><img alt="Wizard" src="images/Wizard.jpg"></a>
<br>
<br>
<em>
For an operating system to get anywhere in "the market" it must have
good device support.<br>
<br>
Ethernet was our first concern. Many vendors refused to supply
programmers with programming documentation for these chipsets.  Donald
Becker (Linux) and Bill Paul (FreeBSD) changed the rules of the game
here: They wrote drivers for the chipsets that they could get
documentation for, and as they succeeded in writing more and more
drivers, eventually closed vendors slowly opened up until most
ethernet chipset documentation was available.  Today, some vendors
still resist releasing ethernet chipset documentation (ie. Broadcom,
Intel, Marvell/SysKonnect, NVIDIA) but the driver problem is mostly
solved in the ethernet market.<br>
<br>
Similar problems have happened in the SCSI, IDE, and RAID markets.
Again, the problem was solved by writing drivers for documented
devices first. If the free software user communities use those drivers
preferentially, it is a market loss for the secretive vendors.
Another approach that has worked is to publish email addresses and
phone numbers for the marketing department managers in these
companies.  These email campaigns have worked almost every time.<br>
<br>
The new frontier: 802.11 wireless chipsets.<br>
<br>
Over the last six months, this came to a head in the OpenBSD project.
We asked our users to help us petition numerous vendors so that we
could get chipset documentation or redistributable firmware.  Certainly, we did
not succeed for some vendors.  But we did influence some vendors, in
particular the Taiwanese (Ralink and Realtek), who have given us
everything we need.  We also reverse engineered the Atheros chipsets.<br>
<br>

Want to help us?  Avoid
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw">Intel Centrino</a>,
Broadcom, TI, or Connexant PrismGT chipsets.
Heck, avoid buying even regular
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi">old pre-G Prism products</a>,
to send a message.
If you can, buy 802.11 products using chips by
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw">Realtek</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral">Ralink</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu">Atmel</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awi">ADMTek</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath">Atheros</a>.
Our manual pages attempt to explain which vendors (ie. D-Link) box
which chipsets into which product.
<br>
<br>
Send a message that open support for hardware matters.  A vendor in
Redmond largely continues their practices because they get
the chipset documentation years before everyone else does.
What really upsets us the most is that some Linux vendors are signing
Non-Disclosure Agreements with vendors, or contracts that let them
distribute firmwares. Meanwhile both Linux and FSF head developers
are not asking their communities to help us in our efforts to free
development information for all, but are even going further and
telling their development communities to not work with us at
pressuring vendors.  It is ridiculous.
<br>
</em>
</td><td valign="top" width="3%">
<br>
</td><td valign=top width="30%">
The heroine is deaf to her device<br>
her uncles on the farm,<br>
send out the alarm<br>
and the shit storm flies<br>
E-maelstrom is lifting up the house<br>
With Puffathy inside,<br>
twisting up a ride<br>
to the land of OS<br>
Hard landing, the packets celebrate<br>
The wicked lawyers dead<br>
The open slippers red are<br>
Hers to take<br>
<br>
Ding dong the lawyer's dead<br>
You're off to see the Wizard kid<br>
<br>
The north witch instructed Puffathy<br>
To get yourself back home<br>
Take this yellow road and<br>
You'll be fine<br>
Believe in the open ruby shoes<br>
Now go to see the Wiz and<br>
give Taiwan your biz<br>
You'll never lose<br>
The 3 friends she made along the way<br>
Were nice but pretty lame,<br>
lazy and insane<br>
but they sang OK<br>
<br>
Ding dong the lawyer's dead<br>
You're off to see the Wizard kid<br>
<br>
Finally we're through the trees<br>
The city glows<br>
It's positively green<br>
Pompously the wizard booms<br>
He wants the broom of triple 'w'<br>
<br>
Go to the west<br>
You must pass the test<br>
For me<br>
Bring me the ride<br>
of the witch I despise<br>
And you'll be free<br>
<br>
You don't need the broom<br>
You don't need the shoes<br>
You don't need the wiz<br>
You will never lose<br>
You have all you need<br>
You always had heart<br>
You always had courage<br>
Did somebody fart?<br>
You always had brains<br>
You answered each call<br>
And this may surprise you<br>
But you've got some balls<br>
So double click heels<br>
and work with Taiwan<br>
And speak to your doggie<br>
You're already gone....<br>
<br>
</td><td valign=top width="33%">
<img src="images/37song.gif"><br>
</td></tr></table>
<p>
<em>
Lyrics and vocal melody written by Ty Semaka.
Main vocals by Jonathan Lewis, sung female vocals by Adele Legere,
Puffathy (little girl voice) by Anita Miotti, monkeys and laughing by Ty
Semaka,
guitar by Reed Shimozawa, drums, bass and all other sounds programmed by
Jonathan Lewis.  Co-Arranged by Ty Semaka &amp; Jonathan Lewis.
Recorded, mixed and mastered by Jonathan Lewis at Moxam Studios
(1-403-233-0350).
<br>
<br>
</em>

<hr>
<a name=36></a>
<h2><font color="#00b000"><a href="36.html">
3.6: "Pond-erosa Puff (live)"</a></font></h2>
<table border=0 cellspacing=0 cellpadding=2 width="100%">
<tr>
<td valign="top" width="28%">
<a href="orders.html">[Order OpenBSD 3.6 or other items]</a><br>
OpenBSD 3.6 CD2 track 2 is an<br>
uncompressed copy of this song.<br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song36.mp3">MP3 song (4:00 minutes, 7.7MB)</a><br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song36.ogg">OGG song (4:00 minutes, 5.2MB)</a><br>
<br>
<br>
<a href="images/Ponderosa.jpg"><img alt="CARP" src="images/Ponderosa.jpg"></a>
<br>
<br>
<em>
What is up with some free software providers?!
They say "Here's something free!  Oh wait, I changed my mind."
<p>
While not exactly bait-and-switch, this is something which
has been causing the community continual grief, and therefore
we decided to honour a few of the projects that have decided
to go non-free.  After all.. having gone non-free, no one is
going to remember them in the end.
<p>
This song is dedicated to a few worthy groups who
have made this Free-to-Non-Free transition with their
offerings in the last few years:
<ul>
<li>David Dawes worked for years with a team of
developers to make a free X11 distribution for us to use,
called XFree86, 98% of which was based on entirely free
code from MIT. Suddenly, one day, he decided that
we must give him more credit (ie. advertise his name) or
stop using it.  Within about 4 months every project had
told him to get stuffed, and the community has created a
replacement effort.
Now his team cannot even keep their web pages up to date...
<p>
<li>OpenBSD was the first operating system to integrate a
packet filter, and it was the ipf codebase from Darren Reed
that we chose.  But a few years later he told us that we
were not free to make changes to the code.  So we deleted ipf,
and our new packet filter far exceeds the capabilities of the
one he wrote. And other projects are switching too...
<p>
<li>The Apache group started from the humble beginnings
of just being 'a patchy' set of changes to a completely free
web server of dubious quality.  But the years have changed them,
and what they supply is now quite non-free... released under
a license so entangled in legalese that we have absolutely no
doubt that there are encumbrances hidden within.  Legal terms
protect.  Who are they protecting?  Not your freedom.
</ul>
So here's a goodbye to those three groups, and a warning to any
others who will follow them:
Make your stuff non-free, and something else will
replace it.
<br>
</em>
</td><td valign="top" width="3%">
<br>
</td><td valign=top width="33%">
<br>
<br>
Well he rode from the ocean far upstream<br>
Nuthin' to his name but a code and a dream<br>
Lookin' for the legendary inland sea<br>
Where the water was deep n' clean n' free<br>
<p>
But the town he found had suffered a blow<br>
Fish were dying, cause the water was low<br>
Fat cat fish name o' Diamond Dawes<br>
Plugged the stream with copyright laws<br>
<p>
<br>
He said my water's good n' my water's free<br>
So Pond-erosa, you gonna thank me!<br>
Then he bottled it up and he labeled it "Mine"<br>
They opened n' poured, but they ran outta time!<br>
<p>
So Puff made a brand and he tanned his hide<br>
Said. "this is the mark of too much pride"<br>
Tied him to a horse, set the tail on fire<br>
Slapped er on the ass and the water went higher!<br>
<p>
<br>
Pond-erosa Puff<br>
wouldn't take no guff<br>
Water oughta be clean and free<br>
So he fought the fight<br>
and he set things right<br>
With his OpenBSD<br>
<p>
<br>
Well things were good fer a spell in town<br>
But then one day, dang water turned brown<br>
Comin' to the rescue, Mayor Reed<br>
He said, "This here filter's all ya'll need"<br>
<p>
But it didn't take long 'fore the filter plugged<br>
Full of mud, n' crud, n' bugs<br>
Folks said "gotta be a gooder way"<br>
Mayor said "Hell No! She's O.K."<br>
<p>
<br>
"The water's fine on the Open range"<br>
And he passed a law that it couldn't change.<br>
"No freeze, no boil, no frolicking young"<br>
Puff took him aside, said "this is wrong"<br>
<p>
Then he found the Mayor was addin' the crud!<br>
So he took him down in a cloud of blood<br>
Said "The Mayor's learnd, he's done been mean"<br>
So they did it right and the water went clean!<br>
<p>
<br>
CHORUS<br>
<p>
<br>
So once agin' it was right, but then<br>
The lake went dry, she was gone again!<br>
Fish started flippin' and floppin' about<br>
Yellin' "Mercy Puff! It's a doggone drought!"<br>
<p>
So he rolled up-gulch till he hit the lake<br>
Of Apache fish, they was on the take<br>
They'd built a dam that was made of rules<br>
Now Puff was pissed and he lost his cool!<br>
<p>
<br>
I'm sick and tired of these goldarn words!<br>
n' laws n' bureaucratic nerds!<br>
You're full o' beans n' killin' my town<br>
and if you's all don't shut er down<br>
<p>
I'll hang a lickin' on every one<br>
of you sons o' bitchin' greedy scum!<br>
So he blew the dam, an' he let 'er haul<br>
Cause water oughta be free for all!<br>
<p>
<br>
CHORUS<br>
<br>
<p>
That's right!<br>
I'll hang a lickin' on ya!<br>
Never piss on another man's boot!<br>
<br>
</td><td valign=top width="33%">
<img src="images/36song.gif"><br>
</td></tr></table>
<p>
<em>
Vocals, Lyrics, Melody and Co-Arrangement by Ty Semaka - Guitar by
Chantal Vitalis - Bass by Jonny Nordstrom - Drums by John McNiel,<br>
Fiddle - Co-Arrangement, Recording, Mixing, Mastering by Jonathan Lewis of
Moxam Studios (1-403-233-0350).
<br>
<br>
</em>

<hr>
<a name=35></a>
<h2><font color="#00b000"><a href="35.html">
3.5: "CARP License" and "Redundancy must be free"</a></font></h2>
<table border=0 cellspacing=0 cellpadding=2 width="100%">
<tr>
<td valign="top" width="28%">
<a href="orders.html">[Order OpenBSD 3.5 or other items]</a><br>
OpenBSD 3.5 CD2 track 2 is an<br>
uncompressed copy of this skit &amp; song.<br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song35.mp3">MP3 song (5:21 minutes, 9.7MB)</a><br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song35.ogg">OGG song (5:21 minutes, 6.8MB)</a><br>
<br>
<br>
<a href="images/Carp.gif"><img alt="CARP" src="images/Carp.gif"></a>
<br>
<br>
<em>
A common theme used by the comedy crew Monty Python was to emphasize
and exaggerate ridiculousnesses that their target had imposed upon
themselves.  Few things could be considered as humorous as making a
redundancy protocol... redundant; e.g. being forced to replace it by
Cisco lawyers and IETF policy.
<p>
We've been working a few years now on our packet filtering software
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>
and it became time to add failover.  We want to be able to set up pf
firewalls side by side, and exchange the stateful information between
them, so that in case of failure another could take over 'keep state'
sessions.  Our
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a>
protocol solves this problem.  However, on both sides of the firewall,
it is also necessary to have all the regular hosts not see a
network failure.  The only reliable way to do this is for both
firewall machines to have and use the same IP and MAC addresses.  But
the only real way to do that is to use multicast protocols.
<p>
The IETF community proposed work in this direction in the late
90's, however in 1997 Cisco informed them that they believed some of
Cisco's patents covered the proposed IETF VRRP (Virtual Router
Redundancy Protocol); on
<a href="http://www.ietf.org/ietf/IPR/VRRP-CISCO">
March 20, 1998 they went further and specifically named their HSRP
"Hot Standby Router Protocol" patent</a>.  Reputedly, they were upset
that IETF had not simply adopted the flawed HSRP protocol as the
standard solution for this problem.  Despite this legal pressure, the
IETF community forged ahead and published VRRP as a standard even
though there was a patent in the space.  Why?
<a href="http://www.cs-ipv6.lancs.ac.uk/ipv6/documents/standards/general-comms/ietf/vrrp/vrrp-minutes-97dec.txt">
There was much deliberation</a>
at all levels of the IETF, and unfortunately for all of us the
politicians within eventually decided to allow patented technology in
standards -- as long as the patented technology is licensed under RAND
(Reasonable And Non Discriminatory) terms.  As free software
programmers, we therefore find ourselves in the position that these
RAND standards must not be implemented by us, and we must deviate from
the standard.  We find all this rather Unreasonable and Discriminatory
and we *will* design competing protocols.  Some standards organization,
eh?
<p>
Due to some HSRP flaws fixed by VRRP and for compatibility with the
(HSRP-licensed) VRRP implementations of their competitors, Cisco in
recent times has largely abandoned HSRP and now relies on VRRP instead
-- a protocol designed for and by the community, but for which they
claim patent rights.
<p>
On August 7 2002, after many communications, Robert Barr (Cisco's
lawyer) firmly informed the OpenBSD community that Cisco would defend
its patents for VRRP implementations -- meaning basically that it was
impossible for a free software group to produce a truly free
implementation of the IETF standard protocol.  Perhaps this is because
Cisco and Alcatel are currently engaged in a pair of patent lawsuits; a
small piece of which is Cisco attempting to use the HSRP patent
against Alcatel for their use of VRRP.  Some IETF working group
members took note of our complaints,
<a href="http://lists.microshaft.org/pipermail/dmca_discuss/2003-April/004702.html">
however an attempt in April 2003 to have the IETF abandon the use of
patented technology failed to "reach consensus" in the IETF</a>.
<p>
A few years ago, the W3C, who designs our web protocols, tried to move
to a RAND policy as well (primarily because of pressure from Microsoft
and Apple), but the community outrage was so overpowering that they
backed down.  Some standards groups use this policy, while others
avoid it -- the one differentiation being the amount of corporate
participation. In the IETF, the pro-RAND agents work for AT&amp;T,
Alcatel, IBM, Cisco, Microsoft, and other large companies.  Since IETF
is an open forum, they can blend in as the populace, and vote just
like all others, except against the community.
<p>
Translation: In failing to "reach consensus", the companies who
benefit from RAND won, and the community lost again.
<p>
Left with little choice, we proceeded to reinvent the wheel or, more
correctly, abandon the wheel entirely and go for a "hovercraft".  We
designed CARP (Common Address Redundancy Protocol) to solve the same
problem that these other protocols are designed for, but without the
same technological basis as HSRP and VRRP.  We read the patent
document carefully and ensured that CARP was fundamentally different.
We also avoided many of the flaws in HSRP and VRRP (such as an inherent
lack of security).  And since we are OpenBSD developers, we designed
it to use cryptography.
<p>
The combination of
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a>, and
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&amp;sektion=4">carp(4)</a>
has permitted us to build highly redundant firewalls.  To date, we
have built a few networks that include as many as 4 firewalls, all
running random reboot cycles.  As long as one firewall is alive in a
group, traffic through them moves smoothly and correctly for all of
our packet filter functionality.  Cisco's low end products are unable
to do this reliably, and if they have high end products which can do
this, you most certainly cannot afford them.
<p>
As a final note of course, when we petitioned IANA, the IETF body
regulating "official" internet protocol numbers, to give us numbers
for CARP and pfsync our request was denied.  Apparently we had failed
to go through an official standards organization.  Consequently we
were forced to choose a protocol number which would not conflict with
anything else of value, and decided to place CARP at IP protocol 112.
We also placed pfsync at an open and unused number. We informed IANA of
these decisions, but they declined to reply.
<p>
This ridiculous situation then inspired one of our developers to create
this parody of the well-known Monty Python skit and song.
<br>
</em>
</td><td valign="top" width="3%">
<br>
</td><td valign=top width="33%">
<br>
<br>
<font color="#b00000">Customer:</font>
Hello, I would like to buy a CARP license please.
<br>
<font color="#b00000">Licenser:</font>
A what?
<br>
<font color="#b00000">Customer:</font>
A license for my network redundancy protocol, CARP.
<br>
<font color="#b00000">Licenser:</font>
Well, it's free isn't it?
<br>
<font color="#b00000">Customer:</font>
Exactly, the protocol's name is CARP.  CARP the redundancy protocol.
<br>
<font color="#b00000">Licenser:</font>
What?
<br>
<font color="#b00000">Customer:</font>
He is an.... redundancy protocol.
<br>
<font color="#b00000">Licenser:</font>
CARP is a free redundancy protocol!
<br>
<font color="#b00000">Customer:</font>
Yes, I chose it out of three, I didn't like the others,
they were all too... encumbered.  And now I must license it!
<br>
<font color="#b00000">Licenser:</font>
You must be a looney.
<br>
<font color="#b00000">Customer:</font>
I am not a looney!  Why should I be tied with the epithet looney merely
because I wish to protect my redundancy protocol?  I've heard tell
that Network Associates has a pet algorithm called RSA used in IETF
standards, and you wouldn't call them a looney; Geoworks has a claim
on WAP, after what their lawyers do to you if you try to implement it.
Cisco has two redundant patents, both encumbered, and Cadtrack has a
patent on cursor movement!  So, if you're calling the large American
companies that fork out millions of dollars for the use of XOR a
bunch of looneys, I shall have to ask you to step outside!
<br>
<font color="#b00000">Licenser:</font>
Alright, alright, alright.  A license.
<br>
<font color="#b00000">Customer:</font>
Yes.
<br>
<font color="#b00000">Licenser:</font>
For a free redundancy protocol?
<br>
<font color="#b00000">Customer:</font>
Yes.
<br>
<font color="#b00000">Licenser:</font>
You are a looney.
<br>
<font color="#b00000">Customer:</font>
Look, it allows for bleeding redundancy doesn't it? Cisco's got a
patent for the HSRP, and I've got to get a license for me router
VRRP.
<br>
<font color="#b00000">Licenser:</font>
You don't need a license for your VRRP.
<br>
<font color="#b00000">Customer:</font>
I bleeding well do and I got one.  It can't be called VRRP without it.
<br>
<font color="#b00000">Licenser:</font>
There's no such thing as a bloody VRRP license.
<br>
<font color="#b00000">Customer:</font>
Yes there is!
<br>
<font color="#b00000">Licenser:</font>
Isn't!
<br>
<font color="#b00000">Customer:</font>
Is!
<br>
<font color="#b00000">Licenser:</font>
Isn't!
<br>
<font color="#b00000">Customer:</font>
I bleeding got one, look!  What's that then?
<br>
<font color="#b00000">Licenser:</font>
This is a Cisco HSRP patent document with the word "Cisco" crossed
out and the word "IETF" written in in crayon.
<br>
<font color="#b00000">Customer:</font>
The man didn't have the right form.
<br>
<font color="#b00000">Licenser:</font>
What man?
<br>
<font color="#b00000">Customer:</font>
Robert Barr, the man from the redundancy detector van.
<br>
<font color="#b00000">Licenser:</font>
The looney detector van, you mean.
<br>
<font color="#b00000">Customer:</font>
Look, it's people like you what cause unrest.
<br>
<font color="#b00000">Licenser:</font>
What redundancy detector van?
<br>
<font color="#b00000">Customer:</font>
The redundancy detector van from the Monopoly of Cizzz-coeee.
<br>
<font color="#b00000">Licenser:</font>
Cizzz-coeee?
<br>
<font color="#b00000">Customer:</font>
It was spelt like that on the van.  I'm very observant!  I never seen
so many bleeding aerials.  The man said that their equipment could
pinpoint a failover configuration at 400 yards!  And my Cisco router,
being such a flappy bat, was a piece of cake.
<br>
<font color="#b00000">Licenser:</font>
How much did you pay for that?
<br>
<font color="#b00000">Customer:</font>
Sixty quid, and twenty grand for the PIX.
<br>
<font color="#b00000">Licenser:</font>
What PIX?
<br>
<font color="#b00000">Customer:</font>
The PIX I'm replacing!
<br>
<font color="#b00000">Licenser:</font>
So you're replacing your PIX with free software, and yet you want to
license it?
<br>
<font color="#b00000">Customer:</font>
There's nothing so odd about that. I'm sure they patented this
protocol too.  After all, the IETF had a hand in it!
<br>
<font color="#b00000">Licenser:</font>
No they didn't!
<br>
<font color="#b00000">Customer:</font>
Did!
<br>
<font color="#b00000">Licenser:</font>
Didn't!
<br>
<font color="#b00000">Customer:</font>
Did, did, did and did!
<br>
<font color="#b00000">Licenser:</font>
Oh, all right.
<br>
<font color="#b00000">Customer:</font>
Spoken like a gentleman, sir.  Now, are you going to give me a CARP
license?
<br>
<font color="#b00000">Licenser:</font>
I promise you that there is no such thing.  You don't need one.
<br>
<font color="#b00000">Customer:</font>
In that case, give me a Firewall License.
<br>
<font color="#b00000">Licenser:</font>
A license?
<br>
<font color="#b00000">Customer:</font>
Yes.
<br>
<font color="#b00000">Licenser:</font>
For your firewall?
<br>
<font color="#b00000">Customer:</font>
No.
<br>
<font color="#b00000">Licenser:</font>
No?
<br>
<font color="#b00000">Customer:</font>
No, half my firewall.  It had an accident.
<br>
<font color="#b00000">Licenser:</font>
You're off your chump.
<br>
<font color="#b00000">Customer:</font>
Look, if you intend by that utilization of an obscure colloquialism
to imply that my sanity is not entirely up to scratch, or indeed to deny the
semi-existence of my little half firewall, I shall have to ask you to
listen to this!  Take it away CARP the orchestra leader!
<br>
<br>
A zero... one.. A one zero one one<br>
<br>
VRRP, philosophically,<br>
must ipso facto standard be<br>
But standard it<br>
needs to be free<br>
vis a vis<br>
the IETF<br>
you see?<br>
<br>
But can VRRP<br>
be said to be<br>
or not to be<br>
a standard, see,<br>
when VRRP can not be free,<br>
due to some Cisco patentry..<br>
<br>
Singing...<br>
<br>
La Dee Dee, 1, 2, 3.<br>
VRRP ain't free.<br>
O P E N B S D<br>
CARP is free<br>
<br>
Is this wretched Cisco-eze<br>
let through IETF to mean<br>
my firewall must pay legal fees?<br>
No! CARP and PF are Free!<br>
<br>
Fiddle dee dum,<br>
Fiddle dee dee,<br>
CARP and PF are free.<br>
<br>
1 1 2,<br>
Tee Hee Hee,<br>
CARP and PF are free.<br>
<br>
My firewall just keeps running, see,<br>
bisected accidentally,<br>
one summer afternoon by me.<br>
Redundancy's good when free.<br>
<br>
Redundancy must be free.<br>
Redundancy must be free.<br>
<br>
The End<br>
<br>
Under the Geddy Lee?<br>
<br>
No, Redundancy must be free!<br>
<br>
Geddy must be free.<br>
<br>
<br>
</td><td valign=top width="33%">
<img src="images/Carp_song.gif"><br>
</td></tr></table>
<p>
<em>
<font color="#00b000">"CARP License"</font> sketch:<br>
Tony Binns as the Customer, Peter Rumpel as the Licenser.
<br>
<font color="#00b000">"Redundancy must be free"</font> song:<br>
Lead vocal by Peter Rumpel, backing vocals by Jonathan Lewis and Ty Semaka.
Piano by Janet Lewis, acoustic guitars by Chantal Vitalis.<br>
Bass and Geddy Lee questioning by Jonathan Lewis.
Lyrics by Bob Beck.<br>
<br>
<br>
</em>

<hr>
<a name=34></a>
<h2><font color="#00b000"><a href="34.html">
3.4: "The Legend of Puffy Hood"</a></font></h2>
<table border=0 cellspacing=0 cellpadding=2 width="100%">
<tr>
<td valign="top" width="28%">
<a href="orders.html">[Order OpenBSD 3.4 or other items]</a><br>
OpenBSD 3.4 CD2 track 2 is an<br>
uncompressed copy of this song.<br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song34.mp3">MP3 song (3.5 minutes, 7.0MB)</a><br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song34.ogg">OGG song (3.5 minutes, 5.1MB)</a><br>
<br>
<br>
<a href="images/Hood.gif"><img alt="Puffy Hood" src="images/Hood.gif"></a>
<br>
<br>
<em>
Join Puffy Hood and his Funny Fish as they take on
the Sheriff (an unelected leader) and other evil
forces of the draconian government!
<p>
<br>
As we did for the 3.3 release, we have once again tried
making release artwork and music which are allegorical
of recent happenings.
<p>
Two years ago we became involved with the University
of Pennsylvania and DARPA, who were funding us to do
security research and development .. on things that
we were already intending to do.  We provided ideas,
wrote papers, and deployed cutting-edge technology;
DARPA provided finances and reaped a share of the
credit, and the University of Pennsylvania acted as
a middle-man.  We accepted funding based on the
promise that our freedom to operate as we wished
was unaffected. To us, freedom is more important
than funding -- heck, we were dealing with the evil
forces of government, and needed to be careful.
<p>
A few months prior to this release, DARPA suddenly
and without warning decided to withdraw that funding;
they also aggressively backed out of contractual
obligations.  Many articles in the <a href=press.html>press</a> followed regarding
this sudden manuevre.  Apparently this hoopla happened
because an OpenBSD-related article in the Canadian
newspaper The Globe &amp; Mail had quoted Theo de Raadt
making anti-war statements regarding Iraq and the
theft of oil.
<p>
The only answer given (to major media reporters) by a
DARPA spokesperson (Jan Walker) was this:
<p>
&quot;As a result of the DARPA review of the
project, and due to world events and the evolving
threat posed by increasingly capable nation-states,
the Government on April 21 advised the University
to suspend work on the "security fest" portion of
the project.&quot;
<p>
That almost toes the line of calling us terrorists!
We had lost financial support, but the release of the
statement above suddenly made us very happy to be free
of any perceived obligation to such crazy people.
<p>
Since the termination came near natural contract
termination (about 4 months remained), less damage
than expected was sustained by the project.  Sponsors
stepped forward and helped us make up the missing funds
we needed to run our "Hackathon", and the event
proceeded as planned.  We even had T-shirts made with
"Workstations of Mass Development" artwork for those
developers who attended (sorry, they are not for sale).
<p>
We could not make stories like this up.  So instead,
we are making up an allegory about it, using the tale
of Robin Hood.
</em>
</td><td valign="top" width="3%">
<br>
</td><td valign=top width="33%">
<br>
Sir Puffy of Ramsay was a wandrin'<br>
Through forests of seaweed all alone<br>
He had found the crusades<br>
were an endless charade<br>
So for now he called Nothing Hack home<br>
<br>
<br>
One day he met Little Bob of Beckley<br>
Beat him fair on a log-in by staff<br>
Clever chums they did find<br>
other fish of their kind<br>
Thwarting evil with humppa and math<br>
<br>
<br>
Now trouble was a brewin' when the Good King was away<br>
The Sheriff came a callin' for the poor to pay<br>
With CD's and their freedom<br>
for to share online<br>
And burning down the village cause he was a slime<br>
<br>
<br>
So Puffy and his buddies took the booty from the rich<br>
and turned it into a system to protect poor fish<br>
Sent out by Hook or a Wim<br>
to the teaming schools<br>
Town cryers were on fire cause the crypto ruled!<br>
<br>
<br>
<em>Chorus:</em><br>
They called it "BSD"!<br>
And "Open" because it's always free<br>
So raise up your glass and<br>
three cheers to the Funny<br>
Fish for never running<br>
and making something good!<br>
And here's to Puffy Hood!<br>
<br>
<br>
Aaaw! Word to the sea y'all<br>
The Hood's a bad ball<br>
Ya underneath he's a heathen and a traitor<br>
He can take from you all and say "later!"<br>
Think he's a hero?<br>
Naw he ain't lovin' ya<br>
He gettin' richer than Bill Gates and Dubya<br>
Read the Wanted poster<br>
of Sheriff Plac-o-derm fool<br>
We gettin' back the booty<br>
or we take away your worms too<br>
<br>
<br>
Yo! Word to the classes<br>
Put on your glasses<br>
I guess the Sheriff is King till this passes<br>
Times are a changin' and movin' so fast<br>
 He says "Give me your freedom,<br>
I'll grasp it and pass it to brass<br>
who can hash it for weapons of massive distraction.<br>
And hand me the bastards that brashly amassed from the cash<br>
happy faction of oily and gassy co-action".<br>
No! Don't hand em dick, grab a stick, keep attacking for freedom<br>
and hack till the King cometh back and leave em'<br>
<br>
<br>
Then trouble was a rollin' with an army on the run<br>
The Sheriff came a callin' for the spikey one<br>
And took back all the booty<br>
Puff intended for the poor<br>
The Arch-a-thon went on despite the mighty roar<br>
<br>
<br>
Puff snuck into the castle, and found the treasure hill<br>
And also found Maid Marlin held against her will<br>
He loaded all the loot<br>
 to give it back and big surprise<br>
He took the maiden too, 'cause she was easy on the eyes<br>
<br>
<br>
<em>Chorus:</em><br>
They called it "BSD"!<br>
And "Open" because it's always free<br>
So raise up your glass and<br>
three cheers to the Funny<br>
Fish for never running<br>
and making something good!<br>
And here's to Puffy Hood!<br>
<br>

<br>
<br>
</td><td valign=top width="33%">
<img src="images/PuffyHood_song.gif"><br>
</td></tr></table>
<p>
<em>
Music, Co-arrangement, Recording, Mixing, Drum Programming,
Bass, Organ, and Violin by Jonathan Lewis.
<br>
Co-Arrangement, Lyrics, and Main Vocals by Ty Semaka.
<br>
Back-vocals by Bob Beck, Calvin Beck, Theo de Raadt, Alan Kolodziejzyk,
Jonathan Lewis &amp; Peter Valchev.
<br>
Rap #1 by Richard Sixto.
Guitar by Chantal Vitalis.
<br>
</em>

<br>
<hr>
<a name=33></a>
<h2><font color="#00b000"><a href="33.html">
3.3: "Puff the Barbarian"</a></font></h2>
<table border=0 cellspacing=0 cellpadding=2 width="100%">
<tr>
<td valign="top" width="33%">
<a href="orders.html">[Order OpenBSD 3.3 or other items]</a><br>
OpenBSD 3.3 CD2 track 2 is an<br>
uncompressed copy of this song.<br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song33.mp3">MP3 song (4 minutes, 7.5MB)</a><br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song33.ogg">OGG song (4 minutes, 3.3MB)</a><br>
<br>
<br>
<a href="images/Barbarian.gif"><img alt="Puff the Barbarian" src="images/Barbarian.gif"></a>
<br>
<br>
<em>
Like other Barbarians before him, Puff has had to<br>
face some pretty crazy challenges.<br>
<br>
This song is an allegory of the recent difficulties<br>
we went through dealing with Sun, who refused our<br>
request for documentation about their UltraSPARC<br>
III processors.  We want documentation, because<br>
these are the fastest processors with a per-page<br>
eXecute bit in the MMU, needed to fully support<br>
our new W^X security feature.  In the meantime,<br>
the AMD Hammer has come onto the scene, and<br>
this processor supports an eXecute bit in 64-bit<br>
mode.<br>
<br>
And it is going to be faster...<br>
</em>
</td><td valign=top width="33%">
Deep through the mists of time<br>
Gaze to the crystal ball<br>
Back to the age of darkness<br>
Black was the protocol<br>
<p>
A King ruled the web with fear<br>
Spilling the blood of men<br>
Then from the ocean came<br>
Puff the Barbarian<br>
<br>
<br>
Born in a tiny bowl Puff was a pet<br>
Sold into slav-er-y by the man<br>
Eating the weeds till he was strong enough<br>
Breaking his bonds like nobody can<br>
<p>
Down the sewer pipes of Hell<br>
A thousand kitties then did bleed<br>
Constraints were slain as well<br>
Hacked his way out to the C<br>
<p>
And there he found<br>
His destiny<br>
Hammer of the Ocean God<br>
"Xor taking care of me"<br>
<p>
Then in a dream Xor requested he<br>
"Go to the Sun King, get what I yearn<br>
Kernighan saw it, prophet of the C<br>
Knowledge - so they may never return"<br>
<p>
At the tower Puff appealed<br>
For the wisdom of the One<br>
Denied, his mind did reel<br>
Puff was getting tired of Sun<br>
<p>
Broke down the guard<br>
Cause math is hard<br>
Saw McNealy on his throne<br>
All alone and only bones<br>
<p>
Come the Sun King blade ablur<br>
Hammer down eclipse the Sun<br>
And Puff, the land secured<br>
The new King Barbarian!<br>
</td><td valign=top width="33%">
<img src="images/Barbarian-song.gif"><br>
</td></tr></table>
<p>
<em>
Written and arranged by Ty Semaka.
Co-arranged, recorded, mixed &amp; mastered by Jonathan Lewis.
<br>
Vocals by DeVille, guitar by Sean Desmond, bass by Ian Knox,
drums by John McNiel, violin by Jonathan Lewis.
</em>

<br>
<hr>
<a name=32></a>
<h2><font color="#00b000"><a href="32.html">
3.2: "Goldflipper"</a></font></h2>
<table border=0 cellspacing=0 cellpadding=2 width="100%">
<tr>
<td valign="top" width="33%">
<a href="orders.html">[Order OpenBSD 3.2 or other items]</a><br>
OpenBSD 3.2 CD2 track 2 is an<br>
uncompressed copy of this song.<br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song32.mp3">MP3 song (3 minutes, 2.5MB)</a><br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song32.ogg">OGG song (3 minutes, 2.3MB)</a><br>
<br>
<br>
<a href="images/MrPond.gif"><img alt="Mr Pond" src="images/MrPond.gif"></a>
</td><td valign=top width="33%">
Goldflipper<br>
With golden skin<br>
and flippers as sharp as a knife<br>
He's the machine<br>
Designed to dismember your life<br>
<p>
And the fish<br>
Protecting us all from the cat<br>
And the cat<br>
Infecting the wo-orld for a laugh<br>
<p>
Cyborg on a mission<br>
To do some Puff fishin'<br>
The doctor wants fugu tonight!<br>
<p>
(short instrumental intro)
<p>
You'll need some machismo to<br>
catch the spikey one<br>
He's got guts and gizmos to<br>
make the system run<br>
<p>
But Flip's here for fun<br>
and without a gun<br>
He'll dice you with his Golden fin<br>
<p>
She's all over Puff cause he's<br>
such a sexy catch<br>
Is she spying on him or<br>
just a seafood match?<br>
<p>
Oh double seven<br>
Send me to Heaven<br>
Cause for Mr. Po-o-o-ond<br>
<p>
The women are fond<br>
She knows what to do<br>
She'll turn Gold to goo<br>
<p>
Goldflipper is gone<br>
Gold flipper's goooooooooooooone<br>
</td><td valign=top width="33%">
<br>
</td></tr></table>
<p>
<em>
Lyrics by Ty Semaka.  Arranged by Ty Semaka &amp; Jonathan Lewis.
<br>
Base &amp; drum programming, recording, mixing &amp; mastering by
Jonathan Lewis.  Vocals by Onalea Gilbertson.  Sax by Dan Meichel.
Trumpet &amp; Trombone by Craig Soby.
</em>

<br>
<hr>
<a name=31></a>
<h2><font color="#00b000"><a href="31.html">
3.1: "Systemagic"</a></font></h2>
<table border=0 cellspacing=0 cellpadding=2 width="100%">
<tr>
<td valign="top" width="33%">
<a href="orders.html">[Order OpenBSD 3.1 or other items]</a><br>
OpenBSD 3.1 CD2 track 2 is an<br>
uncompressed copy of this song.<br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song31.mp3">MP3 song (3 minutes, 2.9MB)</a><br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song31.ogg">OGG song (3 minutes, 2.3MB)</a><br>
<br>
<br>
<a href="images/Systemagic.jpg"><img alt="Systemagic" src="images/Systemagic.jpg"></a>
</td><td valign=top width="33%">
BSD fight buffer reign<br>
Flowing blood in circuit vein<br>
Quagmire, Hellfire, RAMhead Count<br>
Puffy rip attacker out<br>
<p>
Crackin' ze bathroom, Crackin' ze vault<br>
Tale of the script, HEY! Secure by default<br>
<p>
Can't fight the Systemagic<br>
&Uuml;ber tragic<br>
Can't fight the Systemagic<br>
<p>
Sexty second, black cat struck<br>
Breeding worm of crypto-suck<br>
Hot rod box unt hunting wake<br>
Vampire omellete, kitten cake<br>
</td><td valign=top width="33%">
<p>
Crackin' ze boardroom, Crackin' ze vault<br>
Rippin' ze bat, HEY! Secure by default<br>
<p>
Chorus
<p>
Cybersluts vit undead guts<br>
Transyl-viral coffin muck<br>
Penguin lurking under bed<br>
Puffy hoompa on your head<br>
<p>
Crackin' ze bedroom, Crackin' ze vault<br>
Crackin' ze whip, HEY! Secure by default<br>
Crackin' ze bedroom, Crackin' ze vault<br>
Crackin' ze whip, HEY! Secure by default<br>
<p>
Chorus<br>
</td></tr></table>
<p>
<em>
Produced &amp; Directed by Ty Semaka and Ian Knox.
Written, Arranged and Performed by Ty Semaka (vocals, lyrics), Ian Knox (bass,
drum programming), and Sean Desmond (guitar).
<br>
Recorded &amp; Mixed at Ruffmix Audio Productions (Calgary) by Kelly Mihalicz.
<br>
Mastered by Jonathan Lewis.
</em>

<br>
<hr>
<a name=30></a>
<h2><font color="#00b000"><a href="30.html">
3.0: "E-Railed (OpenBSD Mix)"</a></font></h2>
<p>
<table border=0 cellspacing=0 cellpadding=2 width="95%">
<tr>
<td valign="top" width="25%">
<a href="orders.html">[Order OpenBSD 3.0 or other items]</a><br>
OpenBSD 3.0 CD2 track 2 is an<br>
uncompressed copy of this song.<br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song30.mp3">MP3 song (3 minutes, 2.9MB)</a><br>
<a href="ftp://ftp.openbsd.org/pub/OpenBSD/songs/song30.ogg">OGG song (3 minutes, 2.3MB)</a><br>
<br>
<br>
<a href="images/Rock.jpg"><img alt="Rock" src="images/Rock.jpg"></a>
</td><td valign=top width="33%">
Don't tell anyone I'm free<br>
Don't tell anyone I'm free<br>
<p>
During these hostile and trying times and what-not<br>
OpenBSD may be your family's only line of defense<br>
<p>
I'm secure by default<br>
<p>
They that can give up liberty to obtain a little temporary safety<br>
deserve neither liberty nor safety<br>
<p>
RELEASE TIME!!!!<br>
<p>
Stay off, stay off, stay off...<br>
I'm secure by default<br>
stay off, stay off, stay off<br>
<br>
</td><td valign=top width="33%">
<br>
</td></tr></table>
<p>
<em>
By The Plaid Tongued Devils. Produced &amp; Arranged by Ty Semaka &amp; Wynn Gogol.
<br>
Written &amp; Performed by Gordon Chipp Robb (bass line),
John McNiel (drums), Ty Semaka (vocals &amp; lyrics), and Wynn Gogol (programming).
<br>
Recorded, Mixed &amp; Mastered by Wynn Gogol of Workshop Recording Studios (Victoria BC).
<br>
Check out <a href="http://www.thedevils.com">http://www.thedevils.com</a>
</em>

<br>
<hr>
<a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
<a href="mailto:www@openbsd.org">
Public Discussion Forum about contents of these web pages: www@openbsd.org</a>
<br><small>$OpenBSD: lyrics.html,v 1.62 2006/02/16 03:54:35 brad Exp $</small>
</body>
</html>