<?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>codeblog &#187; kernel.org</title>
	<atom:link href="http://www.outflux.net/blog/archives/category/kernelorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.outflux.net/blog</link>
	<description>code is freedom -- patching my itch</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:49:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>my part in the ecosystem</title>
		<link>http://www.outflux.net/blog/archives/2010/09/14/my-part-in-the-ecosystem/</link>
		<comments>http://www.outflux.net/blog/archives/2010/09/14/my-part-in-the-ecosystem/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 19:22:16 +0000</pubDate>
		<dc:creator>kees</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Inkscape]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu-Server]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[kernel.org]]></category>

		<guid isPermaLink="false">http://www.outflux.net/blog/?p=382</guid>
		<description><![CDATA[I was asked to write about what I do at Canonical and what I do in the Free Software community at large. There is obviously a great deal of overlap, but I&#8217;ll start with the things I&#8217;m involved with when I&#8217;m wearing my &#8220;Ubuntu&#8221; hat. My primary job at Canonical is keeping Ubuntu secure. This [...]]]></description>
			<content:encoded><![CDATA[<p>I was asked to write about what I do at <a href="http://www.canonical.com/">Canonical</a> and what I do in the <a href="http://en.wikipedia.org/wiki/Free_software">Free Software</a> community at large. There is obviously a great deal of overlap, but I&#8217;ll start with the things I&#8217;m involved with when I&#8217;m wearing my &#8220;<a href="http://www.ubuntu.com/">Ubuntu</a>&#8221; hat.</p>
<p>My primary job at Canonical is keeping Ubuntu secure. This means that I, along with the rest of the <a href="https://wiki.ubuntu.com/SecurityTeam">Ubuntu Security Team</a>, coordinate with other Free Software distributions and upstream projects to publish fixes together so that everyone in the community has the smallest possible window of vulnerability, no matter if they&#8217;re running Ubuntu, <a href="http://www.debian.org/">Debian</a>, <a href="http://www.redhat.com/">RedHat</a>/<a href="http://fedoraproject.org/">Fedora</a>, <a href="http://www.novell.com/linux/">SUSE</a>/<a href="http://en.opensuse.org/">openSUSE</a>, <a href="http://www.gentoo.org/">Gentoo</a>, etc. Between <a href="http://oss-security.openwall.org/wiki/mailing-lists/vendor-sec">vendor-sec</a>, <a href="http://oss-security.openwall.org/wiki/">oss-security</a>, and the steady stream of new <a href="http://cve.mitre.org/">CVEs</a>, there is plenty going on.</p>
<p>In addition to updates, the Security Team works on <a href="https://wiki.ubuntu.com/Security/Features">pro-active security protections</a>. I work on userspace security hardening via patches to <a href="https://wiki.ubuntu.com/CompilerFlags">gcc</a> and the <a href="https://wiki.ubuntu.com/SecurityTeam/Roadmap/KernelHardening">kernel</a>, and via <a href="http://wiki.debian.org/Hardening">build-wrapper</a> script packages. Much of this work has been related trying to <a href="http://www.mail-archive.com/debian-devel@lists.debian.org/msg277751.html">coordinate these changes with Debian</a>, and to clean up unfinished pieces that were left unsolved by RedHat, who had originally developed many of the hardening features. Things like <a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=5096add84b9e96e2e0a9c72675c442fe5433388a">proper /proc/$pid/maps permissions</a>, real <a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=f06295b44c296c8fb08823a3118468ae343b60f2">AT_RANDOM implementation</a>, upstreaming <a href="https://wiki.ubuntu.com/SecurityTeam/Roadmap/ExecutableStacks">executable stack</a> fixing patches, upstreaming kernel <a href="http://git.kernel.org/?p=linux/kernel/git/frob/linux-2.6-roland.git;a=shortlog;h=refs/heads/fedora/x86-nx-emulation">NX-emu</a>, etc. Most of the kernel work I&#8217;ve done has gotten upstream, but lately some of the more <a href="http://lwn.net/Articles/398607/">aggressive protections</a> have been hitting frustrating upstream roadblocks.</p>
<p>Besides the hardening work, I also improve and support the <a href="https://apparmor.wiki.kernel.org/index.php/Main_Page">AppArmor</a> Mandatory Access Control system, as well as write and improve <a href="https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/AppArmorProfiles">confinement profiles</a> for processes on Ubuntu. This work ends up improving everyone&#8217;s experience with AppArmor, especially now that it has gotten <a href="http://lwn.net/Articles/398191/">accepted upstream</a> in the Linux kernel.</p>
<p>I audit code from time to time, both &#8220;on the clock&#8221; with Canonical and in my free time. I&#8217;m no <a href="http://taviso.decsystem.org/research.html#toc1">Tavis Ormandy</a>, but I try. ;) I&#8217;ve found various security issues in <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5397">Xorg</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6120">Koffice</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0472">s</a><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0473">m</a><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0474">b</a><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0475">4</a>k, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0455">libgd2</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1463">Ink</a><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1464">scape</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3564">curl+GnuTLS</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5208">hplip</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6025">wpa_supplicant</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1792">Flickr Drupal module</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1693">poppler/xpdf</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2570">LimeSurvey</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1253">tunapie</a>, and the <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2691">Linux</a> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2803">kernel</a>.</p>
<p>With my Canonical hat off, I do all kinds of random things around the Free Software ecosystem. I&#8217;m a sysadmin for <a href="http://kernel.org/">kernel.org</a>. In Debian, I <a href="http://qa.debian.org/developer.php?login=kees@debian.org">maintain</a> a few packages, continue to try to <a href="http://lists.debian.org/debian-gcc/2009/10/msg00186.html">push for security hardening</a>, and contribute to the <a href="http://security-tracker.debian.org/tracker/">CVE triage</a> efforts of the Debian Security Team.</p>
<p>I&#8217;ve written or maintain several weird projects, including <a href="http://outflux.net/software/pkgs/mythtvfs-fuse/">MythTVFS</a> for browsing MythTV recordings, <a href="http://gopchop.org/">GOPchop</a> for doing non-encoding editing of MPEG2-PS streams, Perl&#8217;s <a href="http://search.cpan.org/dist/Device-SerialPort/">Device::SerialPort</a> module, and the TAP paging server <a href="http://sendpage.org/">Sendpage</a>.</p>
<p>For a selection of things I&#8217;ve contributed to other project, I&#8217;ve implemented <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542599">TPM RNG</a> access in rng-tools, made contributions to <a href="http://inkscape.org/">Inkscape</a>&#8216;s build and print systems, implemented <a href="http://www.outflux.net/blog/archives/2010/08/12/cryptprotect-broken/">CryptProtect</a> for <a href="http://www.winehq.org/">Wine</a>, wrote a PayPal <a href="http://outflux.net/software/pkgs/ipn-agent/">IPN agent</a> in PHP that actually checks SSL certificates unlike every other implementation I could find, added additional protocol-specific <a href="http://cvs.openssl.org/chngview?cn=15899">STARTTLS negotiations</a> to OpenSSL, implemented the initial <a href="http://www.itdp.de/mplayer-dev-eng/2002-04/msg00006.html">DVD navigation support</a> in MPlayer, updated serial port logic in <a href="http://www.scantool.net/">Scantool</a> for communicating with vehicle CAN interfaces, tried to add support for new types of timeouts in <a href="http://www.snort.org/">Snort</a> and <a href="http://ettercap.sourceforge.net/">Ettercap</a>, fixed bugs in <a href="http://www.mutt.org/">mutt</a>, and added HPUX audio support to the Apple ][ emulator <a href="http://www.jurai.org/funaho/emulators/XGS/">XGS</a>.</p>
<p>As you can see, I like making weird/ancient protocols, unfriendly file formats, and security features more accessible to people using Free Software. I&#8217;ve done this through patches, convincing people to take those patches, auditing code, testing fixes and features, and doing packaging work.</p>
<p>When I go to conferences, I attend <a href="http://summit.ubuntu.com/">UDS</a>, <a href="http://defcon.org/">DefCon</a>, <a href="http://www.oscon.com/">OSCon</a>, and <a href="http://events.linuxfoundation.org/events/linuxcon">LinuxCon</a>. I&#8217;ve presented in the past at OSCon on various topics including <a href="http://conferences.oreillynet.com/cs/os2005/view/e_sess/6580">security</a>, <a href="http://conferences.oreillynet.com/cs/os2005/view/e_sess/6586">testing</a>, and <a href="http://conferences.oreillynet.com/cs/os2006/view/e_spkr/2205">video formats</a>, and presented at the <a href="https://security.wiki.kernel.org/index.php/LinuxSecuritySummit2010/Schedule">Linux Security Summit</a> (miniconf before LinuxCon this year) on the need to upstream various out-of-tree security features available to the Linux kernel.</p>
<p>I love our ecosystem, and I love being part of it. :)</p>
<p style='text-align:left'>&copy; 2010, <a href="http://www.outflux.net/blog/">Kees Cook</a>. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-ShareAlike 3.0 License</a>.<br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.outflux.net/blog/archives/2010/09/14/my-part-in-the-ecosystem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux Plumbers Conference 2008</title>
		<link>http://www.outflux.net/blog/archives/2008/06/18/linux-plumbers-conference-2008/</link>
		<comments>http://www.outflux.net/blog/archives/2008/06/18/linux-plumbers-conference-2008/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 18:17:09 +0000</pubDate>
		<dc:creator>kees</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[kernel.org]]></category>

		<guid isPermaLink="false">http://www.outflux.net/blog/archives/2008/06/18/linux-plumbers-conference-2008/</guid>
		<description><![CDATA[The Call for Speakers (and registration) for the Linux Plumbers Conference is open! Get those proposals in, register, and come join us in sunny Portland, OR. The Linux Plumbers Conference was created to bring together the key developers involved in Linux plumbing &#8211; the &#8220;Linux plumbers&#8221; &#8211; and give them an opportunity to discuss problems [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://linuxplumbersconf.org/cfp/">Call for Speakers</a> (and <a href="http://linuxplumbersconf.org/register/">registration</a>) for the <a href="http://linuxplumbersconf.org/">Linux Plumbers Conference</a> is open!  Get those proposals in, register, and come join us in sunny Portland, OR.</p>
<blockquote><p>
The Linux Plumbers Conference was created to bring together the key developers involved in Linux plumbing &#8211; the &#8220;Linux plumbers&#8221; &#8211; and give them an opportunity to discuss problems face-to-face, both within subsystems and across subsystems. Participants include invited attendees, speakers selected through an open, competitive review process, and students. Registration is open to the general public as well.<br />
&#8230;<br />
The goal of the Plumbers Conference is to solve problems. The conference is arranged as a series of microconferences, each on a topic that is narrow enough to identify specific problem areas and brainstorm workable solutions. Each microconference is led by an expert in the field and organized to encourage discussion and problem solving.
</p></blockquote>
<p style='text-align:left'>&copy; 2008, <a href="http://www.outflux.net/blog/">Kees Cook</a>. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-ShareAlike 3.0 License</a>.<br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.outflux.net/blog/archives/2008/06/18/linux-plumbers-conference-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>metalink</title>
		<link>http://www.outflux.net/blog/archives/2006/09/09/metalink/</link>
		<comments>http://www.outflux.net/blog/archives/2006/09/09/metalink/#comments</comments>
		<pubDate>Sat, 09 Sep 2006 18:47:28 +0000</pubDate>
		<dc:creator>kees</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[kernel.org]]></category>

		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/09/09/metalink/</guid>
		<description><![CDATA[I&#8217;ve been watching metalink for a while now, and was urged to write about it, so I am! If you want to download something large that isn&#8217;t available via bittorrent, you can still get the distributed download benefits of bittorrent. Basically, metalink-aware downloaders split up your download across many mirrors of the resource you want, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been watching <a href="http://www.metalinker.org/">metalink</a> for a while now, and was urged to write about it, so I am!  If you want to download something large that isn&#8217;t available via <a href="http://en.wikipedia.org/wiki/BitTorrent">bittorrent</a>, you can still get the distributed download benefits of bittorrent.  Basically, <a href="http://www.metalinker.org/implementation.html">metalink-aware</a> downloaders split up your download across many mirrors of the resource you want, using existing protocols.</p>
<p>Bittorrent is great for &#8220;new releases&#8221; or other similiar things that are currently &#8220;in demand&#8221; by a large number of people.  For older stuff, especially large trees of files, as found on many mirrored archives, you won&#8217;t find a bittorrent, and metalink can really distribute and speed up the download.</p>
<p><a href="http://distribution.openoffice.org/p2p/magnet.html">OpenOffice</a> is using it, and I hope to figure out a way to incorporate it into kernel.org directly.  There are already <a href="http://metalink.packages.ro/">places</a> hosting auto-generated metalink files for various projects, including the <a href="http://download.packages.ro/metalink/kernel/">linux kernel</a>.  I&#8217;m hoping kernel.org can publish more complete metalink files since we should be able to build them more easily, having the list of which mirrors are in which countries, their access mechanism, and if they carry bz2, gz, or both.  We&#8217;ve talked about it briefly, but haven&#8217;t finalized the plans yet.</p>
<p>You can even generate <a href="http://www.metalinker.org/generator/">your own metalink</a> files online.</p>
<p>Another blog has other <a href="http://torrentfreak.com/metalinker-integrating-http-ftp-and-p2p/">details</a>, so I hope I&#8217;ve not been too redundant.  :)</p>
<p style='text-align:left'>&copy; 2006, <a href="http://www.outflux.net/blog/">Kees Cook</a>. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-ShareAlike 3.0 License</a>.<br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.outflux.net/blog/archives/2006/09/09/metalink/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>kernel.org and sendfile</title>
		<link>http://www.outflux.net/blog/archives/2006/01/16/kernelorg-and-sendfile/</link>
		<comments>http://www.outflux.net/blog/archives/2006/01/16/kernelorg-and-sendfile/#comments</comments>
		<pubDate>Mon, 16 Jan 2006 23:50:46 +0000</pubDate>
		<dc:creator>kees</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[kernel.org]]></category>

		<guid isPermaLink="false">http://outflux.net/blog/?p=76</guid>
		<description><![CDATA[The &#8220;sendfile&#8221; system call is a way to send file contents directly out to a network socket. This saves time in userspace (so it doesn&#8217;t have to copy buffer contents around), and was one of the reasons I upgraded kernel.org&#8216;s Apache to version 2.x at the end of 2003 (because version 1.x doesn&#8217;t have sendfile [...]]]></description>
			<content:encoded><![CDATA[<p>The &#8220;<a href="http://tautology.org/software/man/sendfile">sendfile</a>&#8221; system call is a way to send file contents directly out to a network socket.  This saves time in userspace (so it doesn&#8217;t have to copy buffer contents around), and was one of the reasons I upgraded <a href="http://kernel.org/">kernel.org</a>&#8216;s Apache to version 2.x at the end of 2003 (because version 1.x doesn&#8217;t have sendfile support).  A few weeks ago, one of the other kernel.org admins discovered that files greater than 2G were not being delivered by Apache.</p>
<p>I had a lot of fun tracking down the issue.  The &#8220;amount to send&#8221; argument in the sendfile call is a &#8220;size&#x5f;t&#8221;, which is basically an &#8220;unsigned long&#8221;.  Having a 2G limit didn&#8217;t make sense, since even with 32 bits, that should be a 4G limit.  However, the kernel.org servers are both 64bit, so as it turns out, &#8220;size&#x5f;t&#8221; is a full 64 bits.  After writing a quick test, I was able to verify that it was, indeed, a 31 bit limit on both 64 bit and 32 bit kernels.  Peter Anvin took it from here, and tracked down the origin of the problem: filesystem operations greater than 31 bits in offset were being rejected deep in the kernel.  He suggested <a href="http://thread.gmane.org/gmane.linux.kernel/363214">truncating the request</a> instead of returning a failure.</p>
<p>Seems as though Linus decided to limit the size of filesystem calls to make sure there aren&#8217;t security problems (signed vs unsigned overflows) in the various filesystem drivers, while people using the Linux kernel migrate more from 32bit to 64bit systems.  Personally, I don&#8217;t agree with this, but from a practical stand-point, it hardly makes a difference.  Instead of sending all 4G out the pipe and returning to user space, it just returns twice, sending 2G per call.</p>
<p>This should be <a href="http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e28cc71572da38a5a12c1cfe4d7032017adccf69">fixed</a> in 2.6.16.  Until then, we could patch Apache to keep it&#8217;s offset request under 31 bits, but we&#8217;ll probably just tell people to use FTP, since <a href="http://vsftpd.beasts.org/">vsftpd</a> doesn&#8217;t use sendfile yet.</p>
<p style='text-align:left'>&copy; 2006, <a href="http://www.outflux.net/blog/">Kees Cook</a>. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-ShareAlike 3.0 License</a>.<br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.outflux.net/blog/archives/2006/01/16/kernelorg-and-sendfile/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>kernel.org at OSUOSL</title>
		<link>http://www.outflux.net/blog/archives/2005/09/17/kernelorg-at-osuosl/</link>
		<comments>http://www.outflux.net/blog/archives/2005/09/17/kernelorg-at-osuosl/#comments</comments>
		<pubDate>Sun, 18 Sep 2005 01:54:59 +0000</pubDate>
		<dc:creator>kees</dc:creator>
				<category><![CDATA[kernel.org]]></category>

		<guid isPermaLink="false">http://outflux.net/blog/archives/2005/09/17/kernelorg-at-osuosl/</guid>
		<description><![CDATA[I joined the OSUOSL guys to meet master.kernel.org as it was flown in from California this morning. The master server&#8217;s new home is just above a stack of Mozilla servers at the OSL&#8217;s facilities. Great place. Nice people (some with blogs). Lots of bandwidth. :) Afterwards, I got invited to OSU&#8217;s annual &#8220;Geeks and Steaks&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I joined the <a href="http://www.osuosl.org/">OSUOSL</a> guys to meet master.kernel.org as it was flown in from California <a href="http://osuosl.org/photos/kernel/view">this morning</a>.  The master server&#8217;s new home is just above a stack of Mozilla servers at the OSL&#8217;s facilities.  Great place.  Nice people (some <a href="http://staff.osuosl.org/~kveton/2005/09/17/kernel-arrives/">with</a> <a href="http://staff.osuosl.org/~cshields/?p=116">blogs</a>).  Lots of <a href="http://www.nero.net/cgi-bin/netviewer.cgi?locale=162;meta=partner">bandwidth</a>.  :)</p>
<p>Afterwards, I got invited to OSU&#8217;s annual &#8220;Geeks and Steaks&#8221; picnic.  That was great, and I got to meet all sorts of other folks that work in the IT groups at OSU and stand around watching them light the BBQ.  No liquid oxygen, but, then, they all wanted to keep their arm hair, I guess.</p>
<p style='text-align:left'>&copy; 2005, <a href="http://www.outflux.net/blog/">Kees Cook</a>. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-ShareAlike 3.0 License</a>.<br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.outflux.net/blog/archives/2005/09/17/kernelorg-at-osuosl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nice kernel.org write-up</title>
		<link>http://www.outflux.net/blog/archives/2005/05/03/nice-kernelorg-write-up/</link>
		<comments>http://www.outflux.net/blog/archives/2005/05/03/nice-kernelorg-write-up/#comments</comments>
		<pubDate>Tue, 03 May 2005 22:50:50 +0000</pubDate>
		<dc:creator>kees</dc:creator>
				<category><![CDATA[kernel.org]]></category>

		<guid isPermaLink="false">http://outflux.net/blog/archives/2005/05/03/nice-kernelorg-write-up/</guid>
		<description><![CDATA[As if a blog itself wasn&#8217;t enough shameless self-promotion, I&#8217;ve just gotta share more! There&#8217;s a nice write up at Kernel Trap on how the kernel.org servers work. I&#8217;m mentioned in there since I&#8217;m one of the guys that helps keep the machine running. Mostly I manage the mirror server validations. I&#8217;m the guy that [...]]]></description>
			<content:encoded><![CDATA[<p>As if a blog itself wasn&#8217;t enough shameless self-promotion, I&#8217;ve just gotta share more!  There&#8217;s a nice write up at <a href="http://kerneltrap.org/">Kernel Trap</a> on <a href="http://kerneltrap.org/node/5070">how the kernel.org servers work</a>.  I&#8217;m mentioned in there since I&#8217;m one of the guys that helps keep the machine running.  Mostly I manage the mirror server validations.  I&#8217;m the guy that bugs the other mirror admins about falling behind, etc.  The real work is done by HPA and Nathan.  They&#8217;ve got some great gear in place now.  I can&#8217;t wait until the next Fedora Core release; it really drives the machines <em>hard</em>.  I think it&#8217;s great to log into a fairly responsive machine, and see a load average over 200.  And then realize that that&#8217;s <em>normal</em>.  I love it!</p>
<p style='text-align:left'>&copy; 2005, <a href="http://www.outflux.net/blog/">Kees Cook</a>. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-ShareAlike 3.0 License</a>.<br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.outflux.net/blog/archives/2005/05/03/nice-kernelorg-write-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

