<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Finnix Blog &#187; Miscellany</title>
	<atom:link href="http://blog.finnix.org/category/finnix/miscellany/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.finnix.org</link>
	<description>Finnix development weblog</description>
	<lastBuildDate>Tue, 03 Nov 2009 23:16:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Finnix: Compact Linux distribution for system administrators</title>
		<link>http://blog.finnix.org/2009/11/03/finnix-compact-linux-distribution-for-system-administrators/</link>
		<comments>http://blog.finnix.org/2009/11/03/finnix-compact-linux-distribution-for-system-administrators/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 23:16:41 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Finnix]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://blog.finnix.org/?p=99</guid>
		<description><![CDATA[In July 2008, Cory Buford wrote a nice review of Finnix for linux.com, shortly after the release of Finnix 92.0.  Unfortunately, the review did not survive linux.com's transition to the Linux Foundation later that year, but I was able to save a copy, and with permission from the author, it has been reproduced here. [...]]]></description>
			<content:encoded><![CDATA[<p>In July 2008, <a href="http://www.gwmo.com/">Cory Buford</a> wrote a nice review of Finnix for <a href="http://www.linux.com/">linux.com</a>, shortly after the release of Finnix 92.0.  Unfortunately, the review did not survive linux.com's transition to the Linux Foundation later that year, but I was able to save a copy, and with permission from the author, it has been reproduced here.  Enjoy!</p>
<hr/>
<p><a href="http://www.finnix.org/">Finnix</a> is a live CD distribution designed to assist system administrators in such tasks as system recovery and network monitoring. Based on Debian testing and Linux kernel 2.6, Finnix helps with filesystem and partition manipulation as well as with data recovery, installation of other operating systems, and boot record repair.</p>
<p>Finnix works on both x86/AMD64 and PowerPC systems. The latest release, version 92.0, fixes the Debian SSL (Secure Sockets Layer) vulnerability that was present in previous releases.</p>
<p>One nice thing about the distribution is its small size. Using SquashFS, the entire 300MB distribution was compressed into a bootable distribution just a little over 100MB. Its compact size notwithstanding, Finnix includes the latest technologies and applications for system administrators, including Logical Volume Manager 2 (LVM2), encrypted partitions, and multiple filesystem support.</p>
<p>To start using Finnix, <a href="http://www.finnix.org/Download">download</a> it from the author's site and burn it to a CD. Since you will likely use this distribution to recover systems -- the main intent of Ryan Finnie when he created it -- booting it as a live CD is the preferred option. If you want to use the CD drive for other purposes, such as using Finnix tools to back up on a CD, you can also load the distribution into RAM; just make sure you have enough RAM -- preferably at least 512MB -- to hold the entire package.</p>
<p>You can also install Finnix to a hard drive using the fairly complex <a href="http://www.finnix.org/Finnix_Hard_Drive_Installation">documentation</a> given on the author's site. Another option, once you're inside Finnix, is to run the finnix-thumbdrive script to create a bootable Finnix USB drive.</p>
<p><a href="http://blog.finnix.org/wp-content/uploads/2009/11/finnix-cbuford-1.png"><img src="http://blog.finnix.org/wp-content/uploads/2009/11/finnix-cbuford-1-300x225.png" style="float: left; margin: 1em;"/></a>When you boot Finnix you will see a menu with several options. Although Finnix is designed to automatically detect the type of processor (either x86/AMD64 or PowerPC), you can still choose one yourself. You can run other useful tools -- including Memtest86+, a utility for memory hardware diagnostics -- from the boot menu. If you want to boot multiple operating systems on the system disk, you can use Smart Boot Manager, and for those who miss the DOS command-line interface, you have FreeDOS.</p>
<p>After you select a system, Finnix boots with no problems and with all hardware detected. You are then presented with a simple command-line interface (CLI); no graphical user interface (GUI) is available.</p>
<p><strong>Finnix tools inside</strong></p>
<p><a href="http://blog.finnix.org/wp-content/uploads/2009/11/finnix-cbuford-2.png"><img src="http://blog.finnix.org/wp-content/uploads/2009/11/finnix-cbuford-2-300x77.png" style="float: right; margin: 1em;"/></a>Despite the absence of a GUI, Finnix's wealth of tools and utilities should be enough to satisfy system administrators or others tasked with system recovery. While recovery offerings such as <a href="http://www.hiren.info/pages/bootcd">Hiren's BootCD</a> are effective, Finnix can be more flexible, especially when you use the utilities along with proper scripting to their full extent.</p>
<p><a href="http://blog.finnix.org/wp-content/uploads/2009/11/finnix-cbuford-3.png"><img src="http://blog.finnix.org/wp-content/uploads/2009/11/finnix-cbuford-3-300x191.png" style="float: left; margin: 1em;"/></a>Among the available disk and partition manipulation and recovery tools is Partimage, which is comparable to Norton Ghost in functionality but also lets users back up or restore an image from a network server. In addition, Finnix includes the data recovery tool ddrescue.</p>
<p>Finnix offers many options for creating or manipulating filesystems. For filesystems such as ext2 and ReiserFS, there are e2fsprogs and reiserfsprogs, respectively. If you need to access or recover data from an NTFS partition, NTFS-3G and ntfsprogs are available. Also included is hfsutils, which supports Macintosh HFS volumes. Other supported filesystems include Unionfs, Cramfs and Squashfs. For volume management, there is Logical Volume Manager (LVM), which also supports LVM2, and EVMS (Enterprise Volume Management System), which supports NTFS and FAT, among others. Also included is Parted, for extending Linux partitions.</p>
<p>In addition to its disk manipulation and management support, Finnix is host to many monitoring, benchmarking, and diagnostic tools. lm-sensors can monitor system temperature, voltage, and fan status. For benchmarking and diagnostics, memtester stress-tests the memory system and helps find intermittent faults caused by overheating, unregulated power, and so on. To test how well your hard disk system is performing, Bonnie++ is included. For a complete stress test of the system, including the CPU, memory, and IO, a tool called stress is available.</p>
<p>A system recovery distribution such as Finnix would not be complete if it did not allow you to back up recovered data on external media. Finnix supports CDs and DVDs as backup media and includes a range of burning utilities, such as cdbackup, wodim, and dvdrecord, to make this process as fast and easy as possible. Although most of us are used to burning data with a GUI tool, burning data using commands is not that hard as long as you know the proper format, or filesystem, to be used. If you ever have difficulties, you can always issue the <code>man</code> command followed by the utility name for detailed explanations, or just search for the tool on the Internet to find its related documentation. Experienced users can also control SCSI tape drives for backup and restore using the mt-st tool. You can perform incremental backups over the network, and restore files, using rdiff-backup.</p>
<p><a href="http://blog.finnix.org/wp-content/uploads/2009/11/finnix-cbuford-4.png"><img src="http://blog.finnix.org/wp-content/uploads/2009/11/finnix-cbuford-4-300x180.png" style="float: right; margin: 1em;"/></a>Since Finnix is for system administrators, it includes popular and useful networking tools such as Nmap, for scanning and auditing networks, and tcpdump, a powerful network packet monitoring tool. Also included are SNMP tools such as snmp; the IPTraf interactive LAN traffic monitor; network filtering and firewalls such as ipchains and iptables; various VPN tools for PPTP, IPSec, and SSL; and the common network accessibility tools ping and traceroute. Common Linux network interface management commands such as <code>ethtool</code> and <code>ifdownup</code> are included as well, as are tools for enabling network services such as NFS, Samba, and FTP.</p>
<p>I tested the partition management tools, especially Partimage and ddrescue. Although I encountered some problems because I did not use some of the parameters, I successfully created an image of a partition, stored it on a network drive, and recovered some data from a corrupted disk. I also tested the CD- and DVD-burning tools in the command line and, following the detailed explanation of the burning parameters, was able to burn data to a DVD. I found the Joe editor handy for editing configuration files; other editors, such as sed and Zile, are also provided. To see all Finnix's packages, visit the <a href="http://www.finnix.org/Finnix_92.0_packages">official site</a>.</p>
<p><strong>A system administrator tool</strong></p>
<p>Finnix 92.0 is a useful distribution for system administrators. With many tools covering jobs such as data recovery, hardware diagnostics and benchmarking, network services, and monitoring, this distribution can greatly help an administrator. However, Finnix is not for the average user accustomed to booting up a system and doing things graphically. While Finnix's CLI-based tools are not that complex, one must have the necessary knowledge to fully understand how to use them.</p>
<p>I was satisfied with the packages included in this distribution, especially the filesystem management and recovery utilities, as well as the CLI backup tools. For serious network troubleshooting, I would recommend instead distributions such as <a href="http://www.linux.com/feature/141943">Network Security Toolkit</a> or <a href="http://www.linux.com/feature/138325">BackTrack</a>, which are specifically intended for such purposes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2009/11/03/finnix-compact-linux-distribution-for-system-administrators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finnix in Second Life</title>
		<link>http://blog.finnix.org/2009/01/13/finnix-in-second-life/</link>
		<comments>http://blog.finnix.org/2009/01/13/finnix-in-second-life/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 05:35:58 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Finnix]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://blog.finnix.org/?p=83</guid>
		<description><![CDATA[
That's right, Finnix now has a home in Second Life.  This was mostly used as an excuse to learn the build system.  While, personally, Second Life was rather boring from a "visitor's" point of view (I think I initially signed on about 3 years ago, and came back to visit a few times [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/fo0bar/3196215896/" title="010 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3512/3196215896_a1a493bf9e.jpg" width="500" height="298" alt="010" /></a><br />
That's right, <a href="http://slurl.com/secondlife/Eurodium/242/180/44/?title=Finnix%20Information%20Center">Finnix now has a home in Second Life</a>.  This was mostly used as an excuse to learn the build system.  While, personally, Second Life was rather boring from a "visitor's" point of view (I think I initially signed on about 3 years ago, and came back to visit a few times per year), I quickly learned that owning land and building was actually the fun part.  So on with the tour...<br />
<span id="more-83"></span></p>
<p><a href="http://www.flickr.com/photos/fo0bar/3196219564/" title="020 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3411/3196219564_f244dff3eb.jpg" width="500" height="298" alt="020" /></a><br />
The <a href="http://slurl.com/secondlife/Eurodium/242/180/44/?title=Finnix%20Information%20Center">Finnix Information Center</a> is staffed by a highly trained crack team of professional shirt-wearers.  From left is Kentucky Friedkin[1], Eli Nexen, and Liz Rexie.</p>
<p><a href="http://www.flickr.com/photos/fo0bar/3195372651/" title="030 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3373/3195372651_97960b6bda.jpg" width="500" height="298" alt="030" /></a><br />
They take their jobs quite seriously.</p>
<p><a href="http://www.flickr.com/photos/fo0bar/3195372879/" title="040 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3342/3195372879_7d47bb9b6c.jpg" width="500" height="298" alt="040" /></a><br />
The first floor office contains a desk area with promotional material (Finnix CDs and clothing) and other objects.  The main room contains plenty of seating room, and a propaganda projector that switches between multiple screens (currently an overview of Finnix and a screenshot).</p>
<p><a href="http://www.flickr.com/photos/fo0bar/3196216902/" title="045 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3337/3196216902_30df0fdef4.jpg" width="500" height="298" alt="045" /></a><br />
Clicking on the CD in the laptop will give you a (virtual) copy of the CD.  Inside it is a notecard with information about Finnix, as well as a landmark of the center.</p>
<p><a href="http://www.flickr.com/photos/fo0bar/3196217120/" title="050 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3405/3196217120_fc885d5a89.jpg" width="500" height="298" alt="050" /></a><br />
The CD is wearable, and is fully copyable, modifiable, and transferable to others.</p>
<p><a href="http://www.flickr.com/photos/fo0bar/3196217322/" title="060 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3463/3196217322_3e663e7523.jpg" width="500" height="298" alt="060" /></a><br />
All computers in the info center run Finnix, of course.</p>
<p><a href="http://www.flickr.com/photos/fo0bar/3196217712/" title="070 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3339/3196217712_5ee14c4ca2.jpg" width="500" height="298" alt="070" /></a><br />
Upstairs is the demo lab, with 5 Finnix workstations.  Currently they all just give you a copy of the CD when touched, but I am exploring other options to make them more interactive.</p>
<p><a href="http://www.flickr.com/photos/fo0bar/3196217988/" title="080 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3358/3196217988_da8e8aa8c3.jpg" width="500" height="298" alt="080" /></a><br />
Also upstairs is a Cray.  Yes, it is on fire.</p>
<p><a href="http://www.flickr.com/photos/fo0bar/3195374383/" title="090 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3484/3195374383_2b0680a95a.jpg" width="500" height="298" alt="090" /></a><br />
The Finnix property is located on the mainland, but is located immediately west of a protected beach, meaning the land between my plot and the water cannot be developed.  I came across the land by chance, and got a great deal on it.  The second floor patio provides an unobstructed view of the sunrise over the water.</p>
<p><a href="http://www.flickr.com/photos/fo0bar/3196218614/" title="100 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3334/3196218614_eb416b484a.jpg" width="500" height="298" alt="100" /></a><br />
The land is 1536 m<sup>2</sup>, which is a bit large for my needs, but was picked for technical reasons[2].  To fill the unused space, I developed a recreation area.  The campfire can be lit or extinguished (and casts a nice glow at night), and has several logs surrounding it for sitting.  The natural top pool is rather deep, and includes several poseballs for floating, or sitting on the surrounding cliffs.  The water flows down (again, with poseballs to let you sit in the rapids pools) to a shallow pond.</p>
<p><a href="http://www.flickr.com/photos/fo0bar/3195374977/" title="110 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3339/3195374977_b1838a6d36.jpg" width="500" height="298" alt="110" /></a><br />
Oh, and the center includes its own man-made moon.</p>
<p><a href="http://www.flickr.com/photos/fo0bar/3195375227/" title="120 by fo0bar, on Flickr"><img src="http://farm4.static.flickr.com/3414/3195375227_cc4d61228a.jpg" width="500" height="298" alt="120" /></a><br />
With hidden dance platforms.</p>
<p>So that's how it stands right now.  The center will most likely be evolving over time, so come on by.</p>
<p>Notes:<br />
[1] Yes, that's a pun.<br />
[2] The Long Story: Second Life is made up entirely of primitive objects, or prims.  Each prim can be molded, have textures applied, scripts and triggers added, and combined with other prims to make logical objects.  For example, a 4-legged barstool could be 5 prims: 4 cuboids for the legs, plus a stubby cylinder for the seat.  Most sims (regions) allow 117 prims per 512 m<sup>2</sup>.  That's really not that many, but Second Life isn't terribly efficient, and can sometimes get rather slow, even with that prim density.  Layout-wise, the Finnix center could easily fit on a 1024 m<sup>2</sup> plot, and could get by on a 512 m<sup>2</sup> plot, but the prim limit would make it hard to design on either of those lot sizes.  So I got a 1536 m<sup>2</sup> plot, giving me 351 prims.  That way, most of the prims are used on the info center side of the plot, with the recreation area using a rather low density of prims, while still looking nice.  Currently I've used 299 prims (and that's with pretty conservative planning), leaving 52 for future use.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2009/01/13/finnix-in-second-life/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finnix Trademark Update</title>
		<link>http://blog.finnix.org/2007/04/17/finnix-trademark-update/</link>
		<comments>http://blog.finnix.org/2007/04/17/finnix-trademark-update/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 18:38:10 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Finnix]]></category>
		<category><![CDATA[Miscellany]]></category>
		<category><![CDATA[Trademark]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/2007/04/17/finnix-trademark-update/</guid>
		<description><![CDATA[The Finnix trademark has been published in the Official Gazette, a USPTO weekly publication for the purpose of announcing new trademark applications and allowing the public to file oppositions against them if so needed.  (Hopefully Finnix is in the clear in that regard.)  At this point, Finnix should be a registered trademark within [...]]]></description>
			<content:encoded><![CDATA[<p>The Finnix trademark has been published in the <em>Official Gazette</em>, a USPTO weekly publication for the purpose of announcing new trademark applications and allowing the public to file oppositions against them if so needed.  (Hopefully Finnix is in the clear in that regard.)  At this point, Finnix should be a registered trademark within about 12 weeks if everything goes right.</p>
<p>You can download the 113MB PDF <a href="http://www.uspto.gov/web/trademarks/tmog/">here</a> if you want, but here's the relevant screenshot:</p>
<p><a href="http://www.finnix.org/blog/wp-content/uploads/2007/04/finnix-uspto-og.png"><img id="image61" src="http://www.finnix.org/blog/wp-content/uploads/2007/04/finnix-uspto-og.thumbnail.png" alt="Finnix in the USPTO Official Gazette" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2007/04/17/finnix-trademark-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finnix 89.0 Soon</title>
		<link>http://blog.finnix.org/2007/01/15/finnix-890-soon/</link>
		<comments>http://blog.finnix.org/2007/01/15/finnix-890-soon/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 05:12:01 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Finnix]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/2007/01/15/finnix-890-soon/</guid>
		<description><![CDATA[The final touches are being applied to Finnix 89.0, and will probably be released within a week.  Currently I'm waiting on an update for Memtest86+: 1.70 was released this weekend, but a chipset detection flaw has forced them to announce a release of 1.71 (with the fix) "within a week".  This gives me [...]]]></description>
			<content:encoded><![CDATA[<p>The final touches are being applied to Finnix 89.0, and will probably be released within a week.  Currently I'm waiting on an update for Memtest86+: 1.70 was released this weekend, but a chipset detection flaw has forced them to announce a release of 1.71 (with the fix) "within a week".  This gives me time to do some final testing and finish up a few of the non-development things that need to be done before a release.</p>
<p>Two of the most annoying non-development tasks are actually graphics and GPL compliance.  Graphics are pretty self-explanatory: make a boot banner, CD art, etc.  GPL compliance basically means I have to gather the source packages for every binary package in the release, burn them to CD, and throw that CD in my document safe for the next 3 years.  Of course, nobody has actually asked for these sources yet (when you can just go to <a href="http://snapshot.debian.net">http://snapshot.debian.net</a> and download specific versions yourself), but I do have to keep the sources around, just in case snapshot.debian.net were to disappear one day and someone needed sources to a particular package.  The impetus is on me to provide these sources ultimately.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2007/01/15/finnix-890-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finnix Trademark Application</title>
		<link>http://blog.finnix.org/2006/08/24/finnix-trademark-application/</link>
		<comments>http://blog.finnix.org/2006/08/24/finnix-trademark-application/#comments</comments>
		<pubDate>Thu, 24 Aug 2006 09:04:25 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Finnix]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/2006/08/24/finnix-trademark-application/</guid>
		<description><![CDATA[I recently applied for registration of the Finnix trademark with the USPTO.  Registration is a long process, and should be completed in 13 to 18 months.  Of course this doesn't mean that I am not allowed to use the name "Finnix" yet; rather, trademark registration is designed to give you more power in [...]]]></description>
			<content:encoded><![CDATA[<p>I recently <a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&#038;entry=78954348">applied for registration of the Finnix trademark</a> with the <a href="http://www.uspto.gov/">USPTO</a>.  Registration is a long process, and should be completed in 13 to 18 months.  Of course this doesn't mean that I am not allowed to use the name "Finnix" yet; rather, trademark registration is designed to give you more power in asserting ownership of a mark for specific purposes (in this case, use of the name "Finnix" relating to "computer software", dating back to 1999).</p>
<p>If you have an even moderately popular open source project, I would strongly suggest looking into trademark registration.  Registration is $275, but worth it, especially considering <a href="http://yro.slashdot.org/article.pl?sid=06/08/17/1325231">recent</a> <a href="http://yro.slashdot.org/article.pl?sid=06/08/22/1529227">headlines</a>.  You can hire a lawyer to do the work for you, but the USPTO does have a relatively simple "self-service" application for registrations.  I used their online tools for searching for existing trademarks (nothing comes even close to the name "Finnix"), and spent about an hour filling out paperwork.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2006/08/24/finnix-trademark-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mirrors Requested</title>
		<link>http://blog.finnix.org/2006/08/20/mirrors-requested/</link>
		<comments>http://blog.finnix.org/2006/08/20/mirrors-requested/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 03:23:01 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Finnix]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/2006/08/20/mirrors-requested/</guid>
		<description><![CDATA[Due to SourceForge problems, for 88.0 I secured primary mirroring with OSU Open Source Lab (thanks again!), and will not be using SourceForge for future releases.  However, I am looking for secondary mirror sites.  Here are the requirements:

Decent connectivity (DS3 or higher)
24-hour availability (occasional maintenance downtime is fine, I'm talking about excluding "available [...]]]></description>
			<content:encoded><![CDATA[<p>Due to SourceForge problems, for 88.0 I secured primary mirroring with <a href="http://osuosl.org/">OSU Open Source Lab</a> (thanks again!), and will not be using SourceForge for future releases.  However, I am looking for secondary mirror sites.  Here are the requirements:</p>
<ul>
<li>Decent connectivity (DS3 or higher)</li>
<li>24-hour availability (occasional maintenance downtime is fine, I'm talking about excluding "available 9-5" sites)</li>
<li>Enough storage space and aggregate transfer for future growth, see below</li>
<li>Ability to rsync from the main archive at least daily</li>
</ul>
<p>Here is how things are looking for the archive currently:</p>
<ul>
<li>1.3GiB currently, growing at an average of 1.5GiB per year</li>
<li>200GiB transfer per month, should not exceed 400GiB per month in coming years</li>
<li>Releases quarterly on average</li>
<li>Mostly compressed content in archives</li>
<li>Current archives can be browsed at <a href="http://ftp.osuosl.org/pub/finnix/">http://ftp.osuosl.org/pub/finnix/</a>; "current" is a symlink to the current release directory</li>
</ul>
<p>If you are interested in providing mirror services, please email ryan@finnie.org.  Thank you very much.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2006/08/20/mirrors-requested/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard Drive Crash</title>
		<link>http://blog.finnix.org/2006/08/20/hard-drive-crash/</link>
		<comments>http://blog.finnix.org/2006/08/20/hard-drive-crash/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 02:38:03 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Finnix]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/2006/08/20/hard-drive-crash/</guid>
		<description><![CDATA[Over the weekend, humorbot, the main x86 development machine for Finnix, suffered a hard drive crash.  Thankfully, the crash wasn't absolute, and I was able to mount the dev partition read-only and copy/verify the last generated dev ISO snapshot.  (All snapshots are GPG-signed, which in times like this helped make sure there was [...]]]></description>
			<content:encoded><![CDATA[<p>Over the weekend, <tt>humorbot</tt>, the main x86 development machine for Finnix, suffered a hard drive crash.  Thankfully, the crash wasn't absolute, and I was able to mount the dev partition read-only and copy/verify the last generated dev ISO snapshot.  (All snapshots are GPG-signed, which in times like this helped make sure there was no corruption on that particular file.)  This, combined with a full backup made on the 2nd, meant that thankfully no development work was lost.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2006/08/20/hard-drive-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Black T-Shirts at CafePress</title>
		<link>http://blog.finnix.org/2006/07/09/black-t-shirts-at-cafepress/</link>
		<comments>http://blog.finnix.org/2006/07/09/black-t-shirts-at-cafepress/#comments</comments>
		<pubDate>Sun, 09 Jul 2006 23:47:18 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Finnix]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/2006/07/09/black-t-shirts-at-cafepress/</guid>
		<description><![CDATA[CafePress is now selling black t-shirts.  I'm not sure of the quality, but I ordered 2 to wear at DEF CON.  If they are decent quality, I'll put it on the Merchandise page.
]]></description>
			<content:encoded><![CDATA[<p>CafePress is now selling <a href="http://www.cafepress.com/finnix.65197553">black t-shirts</a>.  I'm not sure of the quality, but I ordered 2 to wear at DEF CON.  If they are decent quality, I'll put it on the Merchandise page.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2006/07/09/black-t-shirts-at-cafepress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finnix on a MacBook Pro</title>
		<link>http://blog.finnix.org/2006/07/04/finnix-on-a-macbook-pro/</link>
		<comments>http://blog.finnix.org/2006/07/04/finnix-on-a-macbook-pro/#comments</comments>
		<pubDate>Wed, 05 Jul 2006 07:16:10 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Finnix]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/2006/07/04/finnix-on-a-macbook-pro/</guid>
		<description><![CDATA[Finnix has been confirmed as bootable on a MacBook Pro 2GHz, using rEFIt.  Here are the finnix-hwsubmit results.  Ethernet works on the latest development snapshot (kernel 2.6.17), but not on 87.0.
(Thanks, Nathan!)
]]></description>
			<content:encoded><![CDATA[<p>Finnix has been confirmed as bootable on a MacBook Pro 2GHz, using <a href="http://refit.sourceforge.net/">rEFIt</a>.  Here are the <a href="http://www.finnix.org/submits/x86/1152082079-1135890989-787139463.gz">finnix-hwsubmit results</a>.  Ethernet works on the latest development snapshot (kernel 2.6.17), but not on 87.0.</p>
<p>(Thanks, Nathan!)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2006/07/04/finnix-on-a-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finnix: On the Forefront of Ancient Hardware Technology</title>
		<link>http://blog.finnix.org/2006/04/02/finnix-on-the-forefront-of-ancient-hardware-technology/</link>
		<comments>http://blog.finnix.org/2006/04/02/finnix-on-the-forefront-of-ancient-hardware-technology/#comments</comments>
		<pubDate>Mon, 03 Apr 2006 02:59:38 +0000</pubDate>
		<dc:creator>Ryan Finnie</dc:creator>
				<category><![CDATA[Finnix]]></category>
		<category><![CDATA[Miscellany]]></category>

		<guid isPermaLink="false">http://www.finnix.org/blog/2006/04/02/finnix-on-the-forefront-of-ancient-hardware-technology/</guid>
		<description><![CDATA[For Finnix 87.0, I decided to compile the x86 kernel with i486 support.  However, that made me think that I had never tested Finnix with anything less than i686 hardware.  The two i586 machines I found worked great with Finnix (an AMD K6-300 and a Pentium 166), but I couldn't find an i486 [...]]]></description>
			<content:encoded><![CDATA[<p>For Finnix 87.0, I decided to compile the x86 kernel with i486 support.  However, that made me think that I had never tested Finnix with anything less than i686 hardware.  The two i586 machines I found worked great with Finnix (an AMD K6-300 and a Pentium 166), but I couldn't find an i486 machine.  I ordered one from eBay (a Cyrix 486DX2-80 with PCI motherboard and 48MB RAM), but it didn't arrive in time before final ISO images were mastered.</p>
<p>It arrived Friday, but upon booting it, the kernel immediately segfaulted.  Turns out, an i486 will not boot at all if the kernel is compiled with SMP support, even if it has "i486" support.</p>
<p>I thought about including a second non-SMP kernel with the distribution, but that adds another 14MB to the ISO size, for a feature that probably nobody will use.  Instead, I took advantage of Finnix's new <a href="http://www.finnix.org/Overlays">overlay</a> support, and created an overlay that had a new non-SMP kernel's modules in it.  Then I re-created the initrd and added a "nosmp" kernel and modified the isolinux.cfg file.  I booted the new modified CD and it worked great:</p>
<pre>root@0:~# uname -a
Linux finnix 2.6.16-1-x86-nosmp-finnix #1 Sun Apr 2 05:26:53 PDT 2006 i486 GNU/Linux
root@0:~# cat /proc/cpuinfo
processor       : 0
vendor_id       : unknown
cpu family      : 4
model           : 0
model name      : 486
stepping        : unknown
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : no
cpuid level     : -1
wp              : yes
flags           :
bogomips        : 29.44</pre>
<p>If you want to do the same, I uploaded the modified files and tarball as <a href="http://prdownloads.sourceforge.net/finnix/finnix-87.0-nosmp.tar.bz2?download">finnix-87.0-nosmp.tar.bz2</a>.  Download the tarball and read the included README file.  It takes about 5 lines of commands to extract the original Finnix ISO, extract the overlay into the tree, and re-create the modified tarball.</p>
<p>By the way, because of this, the next release of Finnix will have a kernel that is bumped back up to i586 minimum.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finnix.org/2006/04/02/finnix-on-the-forefront-of-ancient-hardware-technology/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
