<?xml version="1.0"?>
<rss version="2.0">

<channel>
	<title>Linux Foundation Weblogs</title>
	<link>http://www.linux-foundation.org/blogs/</link>
	<language>en</language>
	<description>Linux Foundation Weblogs - http://www.linux-foundation.org/blogs/</description>

<item>
	<title>Open Voices: Open Voices Interview with Mitchell Baker, Mozilla</title>
	<guid>http://linux-foundation.org/weblogs/openvoices/2008/08/19/mitchellbaker/</guid>
	<link>http://linux-foundation.org/weblogs/openvoices/2008/08/19/mitchellbaker/</link>
	<description>&lt;p&gt;The fifth Open Voices podcast installation features a conversation with Mozilla Chairman, Mitchell Baker, and the Linux Foundation Executive Director, Jim Zemlin. Baker admits that Mozilla’s open source strategy was in direct reaction to market and competitive pressures and calls out Microsoft for illegal activities.  As one of the first software projects to “open source” its technology, she explains how the Mozilla Foundation navigated community, licensing and growth issues.  Baker also shares her opinions on the motivations and ingredients involved in mass collaboration, specifically around the Mozilla and other open source projects.&lt;/p&gt;
&lt;p&gt;To view the transcript, &lt;a href=&quot;http://linux-foundation.org/weblogs/openvoices/mbakertranscript/&quot;&gt;click here&lt;/a&gt;.&lt;/p&gt;The fifth Open Voices podcast installation features a conversation with Mozilla Chairman, Mitchell Baker, and the Linux Foundation Executive Director, Jim Zemlin. Baker admits that Mozillarsquo;s open source strategy was in direct reaction to market and competitive pressures and calls out Microsoft for illegal activities.  As one of the first software projects to ldquo;open sourcerdquo; its technology, she explains how the Mozilla Foundation navigated community, licensing and growth issues.  Baker also shares her opinions on the motivations and ingredients involved in mass collaboration, specifically around the Mozilla and other open source projects.

To view the transcript, click here.</description>
	<pubDate>Wed, 20 Aug 2008 03:55:49 +0000</pubDate>
	<author>lfblogs@linux-foundation.org</author>
</item>
<item>
	<title>Jeff Licquia: Standards and Conversations, Part 1</title>
	<guid>http://www.licquia.org/?p=181</guid>
	<link>http://www.licquia.org/archives/2008/08/18/standards-and-conversations-part-1/</link>
	<description>&lt;p&gt;So it looks like the project I&amp;#8217;ve been laboring on has been &lt;a href=&quot;http://linux.slashdot.org/article.pl?sid=08/08/01/1626257&amp;amp;from=rss&quot;&gt;getting some attention&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;Ever thought it was difficult to write software for Linux? For multiple distros? InternetNews reports that the LSB is making a push for their next release (due out later this year) that should help &lt;a href=&quot;http://www.internetnews.com/dev-news/article.php/3762591/Will+LSB+4+Standardize+Linux.htm&quot;&gt;make all that much easier&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;They even link to our &lt;a href=&quot;http://www.linixfoundation.org/en/ProjectPlan40&quot;&gt;project status page&lt;/a&gt;.  Cool!&lt;/p&gt;
&lt;p&gt;Of course, good publicity invites criticism.  This time, there seem to be two themes.  &lt;a href=&quot;http://nenoblog.net/?p=14&quot;&gt;William Pitcock&lt;/a&gt; seems to have the most succinct summary:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;To put things simply, the LSB &lt;strong&gt;sucks&lt;/strong&gt;. Here’s why:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The LSB spec depends on RPM&lt;/strong&gt;. I mean, come on. Seriously. Why do they need to require a specific package manager? If package handling is really required, then why not create a simple package format that can be converted on demand into the system package format? Or why care about packages at all?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The LSB spec invents things without consulting distros&lt;/strong&gt;. Like the whole init scripts thing. But that’s not as bad as depending on RPM or requiring a specific layout.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;(See also &lt;a href=&quot;http://www.netsplit.com/2008/08/04/lsb-4/&quot;&gt;Scott James Remnant&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;Let&amp;#8217;s take this one part at a time.  Today&amp;#8217;s topic: packaging.&lt;/p&gt;
&lt;p&gt;Part of William&amp;#8217;s problem may be that he doesn&amp;#8217;t understand the spec.  The LSB doesn&amp;#8217;t require a specific package manager, or a specific package format.  It doesn&amp;#8217;t even require that the distribution be set up using package management at all!&lt;/p&gt;
&lt;p&gt;The spec only requires that LSB-compliant software be distributed so that any LSB-compliant distribution can install it.  That could be tarballs with POSIX-compliant install scripts, an LSB-compliant install binary, a shar archive, a Python script with embedded base64 binaries, whatever.  One of the options allowed is an RPM package, with a number of restrictions.&lt;/p&gt;
&lt;p&gt;The restrictions are key, because they effectively define a subset of RPM that acts as, to quote William again:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&amp;#8230;a simple package format that can be converted on demand into the system package format&amp;#8230;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The difference being, of course, that we didn&amp;#8217;t reinvent the wheel and create our own; we used a popular format as the basis for ours.&lt;/p&gt;
&lt;p&gt;Scott raises another concern:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;While much of the LSB can be hacked into a different distribution through compatibility layers and tools, such as alien, what ISV or other vendor wants to provide a support contract against a distribution that has such kludges?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&amp;#8217;m not sure if he&amp;#8217;s referring specifically to packaging or to the standard in general.  As regards packaging: the reason we specify a strict subset is because we can test that subset, and we&amp;#8217;ve tailored it to the needs of tools such as alien.  The theory goes that alien isn&amp;#8217;t a kludge when it comes to LSB packages.&lt;/p&gt;
&lt;p&gt;But, as already mentioned, if vendors aren&amp;#8217;t comfortable with supporting RPM, they have a number of other options.  As it turns out, most of them are doing just that; the feedback we&amp;#8217;re getting from most ISVs is that packaging (whether LSB-subset RPM, full RPM, or Debian) is just not worth the effort.&lt;/p&gt;
&lt;p&gt;Coming up: part 2&amp;#8230;&lt;/p&gt;</description>
	<pubDate>Mon, 18 Aug 2008 19:53:21 +0000</pubDate>
	<author>jeff+blog@licquia.org (Jeff Licquia)</author>
</item>
<item>
	<title>Amanda McPherson: The End Of the OS As We Know It</title>
	<guid>http://www.linux-foundation.org/weblogs/amanda/2008/08/15/the-end-of-the-os-as-we-know-it/</guid>
	<link>http://www.linux-foundation.org/weblogs/amanda/2008/08/15/the-end-of-the-os-as-we-know-it/</link>
	<description>&lt;p&gt;So the bloggers over at ZDNet have once again proclaimed the end of the operating system.  Larry Dignan &lt;a href=&quot;http://blogs.zdnet.com/BTL/?p=9682&quot;&gt;says&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The operating system may be losing its luster. In fact, you could argue that the operating system–Linux, OS X and Windows–will become an application that just happens to boot first. And hardware vendors are on to the OS’s diminishing importance.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;He goes on to say:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt; My working theory: The OS is being slowly downplayed as hardware vendors and Web developers grab more control over the user experience. The OS will never be totally irrelevant, but it will be increasingly less important. It’ll be plumbing. Simply put, the OS is being squeezed between hardware vendors that are cooking up their own applications to handle key tasks and the so-called Webtop, which will deliver programs through the browser.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I actually agree with much of what Larry says, even though I think the title and some of the points are too broad. Is the OS going away if people primarily use applications via a browser? Absolutely not. The OS remains: it&amp;#8217;s only people&amp;#8217;s legacy understanding of what an OS is that goes away. For instance, to my generation of computer users our experience with a computer was an experience with the OS. It was Windows, it was DOS, it was Apple&amp;#8217;s, it was Linux. To my niece&amp;#8217;s generation (age 14), their experience (except with gaming) is defined increasingly by the browser. Or by their cell phone.&lt;/p&gt;
&lt;p&gt;As the traditional experience of the OS becomes less important, the value of a bloated OS with an incumbent advantage becomes less important. I have used both Linux and Windows and honestly when it comes to getting my work done, I find very little differences. Why? Because I use hosted applications via a browser. I use Word Press, Flickr, Google Apps, Gmail, online money management, online banking and so on. I don&amp;#8217;t use native applications. The performance and experience of Linux in that case, is quite superior since it loads faster, performs better and gives me more flexibility. (It also doesn&amp;#8217;t come pre-loaded with tons of crap-ware from AOL, security vendors and the like.)&lt;/p&gt;
&lt;p&gt;Just because the OS becomes less visible, does that mean the OS goes away? How can it when software still needs to control hardware. You still need a kernel, you still need a scheduler. You can&amp;#8217;t virtualize thin air. Plumbing is vitally important. (Just visit a third world country without it. Sanitation is the backbone of civilization.)&lt;/p&gt;
&lt;p&gt;Is there a shift in the important of features required in an OS? Yes &amp;#8212; see my points above.  If the OS role has changed, I&amp;#8217;m not so willing to pay the monopoly premium for Windows if native apps aren&amp;#8217;t quite as important. (See the rise of the eeePC.) The ability for an OS to be flexible, to be customized by hardware vendors, by niche vendors who want to customize an OS for a specific audience: all of this becomes much more important. And all of this points to Linux. Desktops themselves are changing. They are becoming more like smart phones (or simply becoming phones). Those vendors want a customizable, modular OS they can brand with their own brand and not have to pay for the privilege to do so. This is why you are seeing the increase in Linux across mini-pcs, phones and embedded computing.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s funny to hear about the end of the OS when in fact, an OS or a component of it, like the Linux kernel, is in more and more places: it&amp;#8217;s in your LCD TV, it&amp;#8217;s in your car, it&amp;#8217;s in your Tivo, it&amp;#8217;s in your wristwatch. For something that is about to die, it sure is thriving.&lt;/p&gt;
&lt;p&gt;There is a shift going on. There is a migration of margin in software sales, there is a migration of user attention from the OS to what you can do with the OS. But don&amp;#8217;t forget there has to be an OS running all those apps people are accessing through a browser. See my list above &amp;#8212; Google, Amazon, Ebay, Flickr, Facebook &amp;#8212; all running Linux. In the history of evolution, those species most adaptable survive and thrive.&lt;/p&gt;</description>
	<pubDate>Fri, 15 Aug 2008 22:45:22 +0000</pubDate>
</item>
<item>
	<title>Andy Updegrove: ISO/IEC Reject OOXML Appeals, paving way to publication</title>
	<guid>http://linux-foundation.org/weblogs/legal/2008/08/15/isoiec-reject-ooxml-appeals-paving-way-to-publication/</guid>
	<link>http://linux-foundation.org/weblogs/legal/2008/08/15/isoiec-reject-ooxml-appeals-paving-way-to-publication/</link>
	<description>&lt;p&gt;ISO and IEC have announced the rejection of the four appeals submitted by the National Bodies of Brazil, India, South Africa and Venezuela, as earlier recommended by the Secretaries General of each of the two standards organizations. to their respective management boards not to give the appeals further consideration.   &lt;/p&gt;
&lt;p&gt;This paves the way for the as-adopted version of OOXML, now called IS0/IEC DIS 29500, Information technology - Office Open XML, to proceed to publication.  That version is substantially different than the current implementation of OOXML in Office 2007, and its text has still not been publicly released by ISO/IEC.  According to a joint press release, publication &amp;#8220;is expected to take place within the next few weeks on completion of final processing of the document.&amp;#8221;  Intriguingly, the press release goes on to say, &amp;#8220;and subject to no further appeals against the decision.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.consortiuminfo.org/standardsblog/article.php?story=20080815093816875&quot;&gt;Read the rest&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Fri, 15 Aug 2008 19:57:44 +0000</pubDate>
</item>
<item>
	<title>Michael Dolan: How to participate in the Linux kernel development process/community</title>
	<guid>http://www.michaeldolan.com/?p=1270</guid>
	<link>http://www.michaeldolan.com/1270</link>
	<description>&lt;p&gt;There&amp;#8217;s a great book published over at the Linux Foundation that helps developers who are interested in participating in Linux kernel development and the process for contributing. This is a great resource and is probably one of the most difficult &amp;#8220;cultural&amp;#8221; and procedural issues for new, aspiring kernel hackers. I think it&amp;#8217;s absolutely fantastic the kernel community itself has published a guide on how to participate. This will help significantly as the developer community has scaled already to a very large number of participants.&lt;/p&gt;
&lt;p&gt;The LF should publish a PDF version&amp;#8230; I&amp;#8217;ll send them a suggestion. One other suggestion would be about how a developer should work with their internal legal team to get permission for submitting code. Perhaps we&amp;#8217;ll see that in version 2.0.&lt;/p&gt;
&lt;p&gt;Oh, and of course it&amp;#8217;s free (as in beer) - until O&amp;#8217;Reilly buys the rights ;-)&lt;/p&gt;
&lt;p&gt;&lt;a title=&quot;linux developer newbie guide kernel&quot; href=&quot;http://ldn.linuxfoundation.org/book/how-participate-linux-community&quot; target=&quot;_blank&quot;&gt;http://ldn.linuxfoundation.org/book/how-participate-linux-community&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Thu, 14 Aug 2008 19:41:18 +0000</pubDate>
</item>
<item>
	<title>Andy Updegrove: A Big Day in Court for the FOSS Community</title>
	<guid>http://linux-foundation.org/weblogs/legal/2008/08/13/a-big-day-in-court-for-the-foss-community/</guid>
	<link>http://linux-foundation.org/weblogs/legal/2008/08/13/a-big-day-in-court-for-the-foss-community/</link>
	<description>&lt;p&gt;Today those who believe in free content and free and open source software won a major victory in court.  The underlying facts, and counsel, were hardly major figures on the commercial landscape: the open source software at issue had been developed for model train buffs under an infrequently used free and open source license, and the attorney was young and inexperienced.  But as often happens, a small case between small parties can have huge implications.  And decisions that may make good strategic sense to the parties can also have disastrous consequences for those that are not in the same situation.&lt;/p&gt;
&lt;p&gt; But as often happens, an insignificant case between small parties can have huge implications.  And decisions that may make good strategic sense to the parties can also have disastrous consequences for those that are not in the same situation.&lt;/p&gt;
&lt;p&gt;The case in question is called Jacobsen v. Katzer.  It&amp;#8217;s been going on for awhile, and a lot of people have spent a lot of time behind the scenes helping make sure that it came out the right way.  So for those of you who have not been following this case for the last few years, I&amp;#8217;ll try to distill briefly why this decision is so important, and why people are so pleased.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.consortiuminfo.org/standardsblog/article.php?story=20080813143330810&quot;&gt;Read the rest of the story&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 13 Aug 2008 22:06:11 +0000</pubDate>
</item>
<item>
	<title>Amanda McPherson: Kernel Etiquette: A Guide on How to Participate</title>
	<guid>http://www.linux-foundation.org/weblogs/amanda/2008/08/13/kernel-etiquette-a-guide-on-how-to-participate/</guid>
	<link>http://www.linux-foundation.org/weblogs/amanda/2008/08/13/kernel-etiquette-a-guide-on-how-to-participate/</link>
	<description>&lt;p&gt;At the last Linux Foundation Collaboration Summit, the late Joe Barr wrote up this &lt;a href=&quot;http://www.linux.com/feature/131926&quot;&gt;exchange on day one of the conference&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The summit&amp;#8217;s first panel yesterday, a State of Linux Roundtable, was made up entirely of Linux kernel hackers. During the Q&amp;amp;A session that followed, a gentleman from &lt;a href=&quot;http://www.nortel.com/&quot;&gt;Nortel&lt;/a&gt; introduced himself and told the panel that Nortel was running Linux on one of its switches, and it worked just fine, but the company had to make a number of patches to the kernel to get it to work. He wondered how Nortel could get its patches into the mainstream kernel.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;While I was pleased the kernel panel helped him with his request, I know that approach doesn&amp;#8217;t scale. Not every developer can attend our Summits face-to-face after all. This wasn&amp;#8217;t the first time I had heard this call for help: in Japan, in Korea, in Taiwan, in the US and elsewhere, I frequently am asked: &amp;#8220;How do I participate in the Linux community? What can I do to increase my chances for inclusion in mainline?&amp;#8221;&lt;/p&gt;
&lt;p&gt;This illustrates that for an open and thriving community, the kernel development process can still be daunting for many new participants, even highly technical and sophisticated ones. Although participation in Linux is growing steadily (&lt;a href=&quot;http://www.linuxfoundation.org/publications/linuxkerneldevelopment.php&quot;&gt;over 1,000 developers from over 100 companies per kernel release&lt;/a&gt;) I knew we could do better.&lt;/p&gt;
&lt;p&gt;So over beers that night, Jon Corbet, executive editor of LWN.net, and I sketched out a plan to change this. The result is a 30-page &lt;a href=&quot;http://ldn.linuxfoundation.org/book/how-participate-linux-community&quot;&gt;guide &lt;/a&gt;on exactly how to participate in the Linux kernel community. I think this material is a first of a kind and of the highest quality, not surprising since Jon wrote it. Jon is not only the Linux &amp;#8220;&lt;a href=&quot;http://www.linuxfoundation.org/en/Linux_Weather_Forecast&quot;&gt;chief meteorologist&lt;/a&gt;&amp;#8221; he&amp;#8217;s also its &amp;#8220;Emily Post.&amp;#8221; (Sorry Jon!) In this guide, he has chronicled exactly how the kernel development process works, why companies and developers would benefit from mainlining their code and common pitfalls along the way.&lt;/p&gt;
&lt;p&gt;Why is this important to release now? As Linux use expands to new areas like mobile and sub-notebooks, it&amp;#8217;s even more important to reach out to these new participants and make it as easy as possible to participate. The strength of Linux is its community. With this guide and the other help we can provide (like our &lt;a href=&quot;https://www.linuxfoundation.org/events/enduser&quot;&gt;Summits&lt;/a&gt;) we hope to encourage even more individuals and companies to participate. Please let me or Jon know if you have feedback on this work, or better yet, leave a comment on the &lt;a href=&quot;http://ldn.linuxfoundation.org&quot;&gt;LDN&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Wed, 13 Aug 2008 17:04:59 +0000</pubDate>
</item>
<item>
	<title>Ted Tso: Fast ext4 fsck times</title>
	<guid>http://thunk.org/tytso/blog/?p=152</guid>
	<link>http://thunk.org/tytso/blog/2008/08/08/fast-ext4-fsck-times/</link>
	<description>&lt;p&gt;This wasn&amp;#8217;t one of the things we were explicitly engineering for when were designing the features that would go into ext4, but one of the things which we&amp;#8217;ve found as a pleasant surprise is how much more quickly ext4 filesystems can be checked.  Ric Wheeler &lt;a href=&quot;http://article.gmane.org/gmane.comp.file-systems.ext4/7791&quot;&gt;reported some really good fsck times that were over ten times better than ext3 &lt;/a&gt; using filesystems generated using what was admittedly a very artificial/synthetic benchmark.   During the &lt;a href=&quot;http://thunk.org/tytso/blog/2008/06/30/ext4-is-now-the-primary-filesystem-on-my-laptop&quot;&gt;past six weeks&lt;/a&gt;, though, I&amp;#8217;ve been using ext4 on my laptop, and I&amp;#8217;ve seen very similar results.&lt;/p&gt;
&lt;p&gt;This past week, while at LinuxWorld, I&amp;#8217;ve been wowing people with the following demonstration.  Using an LVM snapshot, I ran e2fsck on the root filesystem on my laptop.   So using a 128 gigabyte filesystem, on a laptop drive, this is what people who got to see my demo saw:&lt;/p&gt;
&lt;pre&gt;e2fsck 1.41.0 (10-Jul-2008)
Pass 1: Checking inodes, blocks, and sizes
Pass 1: Memory used: 3440k/12060k (3311k/130k), time: 17.82/ 5.52/ 1.11
Pass 1: I/O read: 233MB, write: 0MB, rate: 13.08MB/s
Pass 2: Checking directory structure
Pass 2: Memory used: 3440k/13476k (3311k/130k), time: 41.47/ 2.16/ 3.30
Pass 2: I/O read: 274MB, write: 0MB, rate: 6.61MB/s
Pass 3: Checking directory connectivity
Peak memory: Memory used: 3440k/14504k (3311k/130k), time: 59.88/ 7.75/ 4.42
Pass 3: Memory used: 3440k/13476k (3311k/130k), time:  0.04/ 0.02/ 0.01
Pass 3: I/O read: 1MB, write: 0MB, rate: 27.38MB/s
Pass 4: Checking reference counts
Pass 4: Memory used: 3440k/6848k (3310k/131k), time:  0.25/ 0.24/ 0.00
Pass 4: I/O read: 0MB, write: 0MB, rate: 0.00MB/s
Pass 5: Checking group summary information
Pass 5: Memory used: 3440k/5820k (3310k/131k), time:  3.13/ 1.85/ 0.10
Pass 5: I/O read: 5MB, write: 0MB, rate: 1.60MB/s

  779726 inodes used (9.30%)
       1 non-contiguous inode (0.0%)
         # of inodes with ind/dind/tind blocks: 719/712/712
22706429 blocks used (67.67%)
       0 bad blocks
       4 large files

  673584 regular files
   58903 directories
    1304 character device files
    4575 block device files
      11 fifos
    1818 links
   41336 symbolic links (32871 fast symbolic links)
       4 sockets
--------
  781535 files
Memory used: 3440k/5820k (3376k/65k), time: 63.35/ 9.86/ 4.54
I/O read: 511MB, write: 1MB, rate: 8.07MB/s&lt;/pre&gt;
&lt;p&gt;How does this compare against ext3?   To answer that, I copied my entire ext4 file system to an equivalently sized partition formatted for use with ext3.  This comparison is a little unfair since the ext4 file system has six weeks of aging on it, where as the ext3 filesystem was a fresh copy, so the directories are a bit more optimized.  That probably explains the slightly better times in pass 2 for the ext3 file system.  Still, it was no contest; the ext4 file system was almost seven times faster to check using e2fsck compared to the ext3 file system.  Fsck on an ext4 filesystem is &lt;em&gt;fast&lt;/em&gt;!&lt;/p&gt;
&lt;table border=&quot;1&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot;&gt;
&lt;caption&gt; Comparison of e2fsck times on an 128GB partition&lt;br /&gt;
&lt;/caption&gt;
&lt;colgroup align=&quot;center&quot;&gt; &lt;/colgroup&gt;
&lt;colgroup align=&quot;right&quot; span=&quot;3&quot; width=&quot;50&quot;&gt; &lt;/colgroup&gt;
&lt;colgroup align=&quot;right&quot; span=&quot;2&quot;&gt; &lt;/colgroup&gt;
&lt;colgroup&gt; &lt;/colgroup&gt;
&lt;colgroup align=&quot;right&quot; span=&quot;3&quot; width=&quot;50&quot;&gt; &lt;/colgroup&gt;
&lt;colgroup align=&quot;right&quot; span=&quot;2&quot;&gt; &lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td rowspan=&quot;3&quot; align=&quot;center&quot;&gt;Pass&lt;/td&gt;
&lt;td colspan=&quot;5&quot; align=&quot;center&quot;&gt;ext3&lt;/td&gt;
&lt;td rowspan=&quot;9&quot; align=&quot;center&quot;&gt;&lt;/td&gt;
&lt;td colspan=&quot;5&quot; align=&quot;center&quot;&gt;ext4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;3&quot; align=&quot;center&quot;&gt;time (s)&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;center&quot;&gt;I/O&lt;/td&gt;
&lt;td colspan=&quot;3&quot; align=&quot;center&quot;&gt;time (s)&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;center&quot;&gt;I/O&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;real&lt;/td&gt;
&lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;user&lt;/td&gt;
&lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;system&lt;/td&gt;
&lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;MB read&lt;/td&gt;
&lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;MB/s&lt;/td&gt;
&lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;real&lt;/td&gt;
&lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;user&lt;/td&gt;
&lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;system&lt;/td&gt;
&lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;MB read&lt;/td&gt;
&lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;MB/s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;1&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;382.63&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;18.06&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;14.99&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;2376&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;6.21&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;17.82&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;5.52&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1.11&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;233&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;13.08&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;2&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;31.76&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1.76&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;2.13&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;303&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;9.54&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;41.47&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;2.16&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;3.3&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;274&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;6.61&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;3&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.03&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.01&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;31&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.04&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.02&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.01&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;27.38&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;4&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.2&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.2&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.25&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.24&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;5&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;9.86&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1.26&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.22&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;5&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.51&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;3.13&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1.85&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.1&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;5&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1.6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;Total&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;424.81&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;21.36&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;17.34&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;2685&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;6.32&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;63.35&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;9.86&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;4.54&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;511&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;8.07&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</description>
	<pubDate>Fri, 08 Aug 2008 23:33:43 +0000</pubDate>
</item>
<item>
	<title>Andy Updegrove: Linux World 2008/Streets of San Francisco</title>
	<guid>http://linux-foundation.org/weblogs/legal/2008/08/08/linux-world-2008streets-of-san-francisco/</guid>
	<link>http://linux-foundation.org/weblogs/legal/2008/08/08/linux-world-2008streets-of-san-francisco/</link>
	<description>&lt;p&gt;The latest edition of Linux World ground to a halt in San Francisco today.  I made it into town just last night for a VIP party hosted by the Linux Foundation where I caught up with lots of the true believer friends (developers, journalists and corporate supporters), and for the Board meeting today.  The LF board meeting today was productive, though (a highlight was a walk around the Linux Developers Network Site we brought live today, as well as the new Linux Application Checker that Steven J. Vaughn-Nichols immediately pronounced to be a &amp;#8220;killer development tool.&amp;#8221;&lt;/p&gt;
&lt;p&gt;Some things never change, although some things never change in ways that are fresher than others.  Linux World was Linux World, or so I heard from all that attended.  I tried to scan the agenda, and on a reasonably fast hotel connection it took forever to load, what with all the dynamic content and fancy graphics. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.consortiuminfo.org/standardsblog/article.php?story=20080807222514715&quot;&gt;Read the rest here&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Fri, 08 Aug 2008 07:26:50 +0000</pubDate>
</item>
<item>
	<title>Linux Standard Base: The New Linux Developer Network</title>
	<guid>http://www.linux-foundation.org/weblogs/lsb/2008/08/07/the-new-linux-developer-network/</guid>
	<link>http://www.linux-foundation.org/weblogs/lsb/2008/08/07/the-new-linux-developer-network/</link>
	<description>&lt;p&gt;Let&amp;#8217;s take a trip down Memory Lane, shall we?&lt;/p&gt;
&lt;p&gt;Back when we were still the Free Standards Group and OSDL, the FSG side of the house was hard at work on a developer portal that would help new Linux developers learn what they needed to write applications for Linux.  We eventually did a release, but it didn&amp;#8217;t have many of the features we wanted, and integration with the tools we provide in the LSB was spotty and hard to use.  One thing led to another; the merger happened, and for a while, we were busy with lots of other important things, and the LDN fell by the wayside.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m glad to report that&amp;#8217;s changed.&lt;/p&gt;
&lt;p&gt;We&amp;#8217;ve &lt;a href=&quot;http://www.linux-foundation.org/weblogs/amanda/2008/07/17/welcome-brian-proffitt-to-the-linux-foundation/&quot;&gt;hired a new guy&lt;/a&gt; to run the LDN, Brian Proffitt.  He&amp;#8217;s been hard at work since the moment he started, asking lots of questions and building a new infrastructure in an amazing amount of time.  And now, you can &lt;a href=&quot;http://ldn.linuxfoundation.org/&quot;&gt;see the results of his initial work&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is only the beginning.  If you&amp;#8217;ve been following the LSB 4 developments, you&amp;#8217;ve probably noticed that much of the work involves bringing up-to-date results and the latest information about the Linux platform to developers as they&amp;#8217;re working.  In future phases, we hope to hook those tools into the LDN, so developers can have up-to-the-minute information without requiring every-minute releases.&lt;/p&gt;
&lt;p&gt;Go check it out.&lt;/p&gt;</description>
	<pubDate>Thu, 07 Aug 2008 18:46:24 +0000</pubDate>
</item>

</channel>
</rss>
