<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>journal/notes</title>
	<atom:link href="http://skvidal.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://skvidal.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<pubDate>Wed, 23 Jul 2008 16:22:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language></language>
			<item>
		<title>belated yum anniversary</title>
		<link>http://skvidal.wordpress.com/2008/07/23/belated-yum-anniversary/</link>
		<comments>http://skvidal.wordpress.com/2008/07/23/belated-yum-anniversary/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 16:22:00 +0000</pubDate>
		<dc:creator>skvidal</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://skvidal.wordpress.com/?p=511</guid>
		<description><![CDATA[Worthy of note. A little over a month ago marked the 6 year anniversary of yum having code checked into an scm (at that time cvs).
That&#8217;s a long time to take abuse.  
I blame jeremy.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Worthy of note. A little over a month ago marked the 6 year anniversary of yum having code checked into an scm (at that time cvs).</p>
<p>That&#8217;s a long time to take abuse. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I blame <a href="http://katzj.livejournal.com/">jeremy</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/skvidal.wordpress.com/511/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/skvidal.wordpress.com/511/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/skvidal.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/skvidal.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/skvidal.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/skvidal.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/skvidal.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/skvidal.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/skvidal.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/skvidal.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/skvidal.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/skvidal.wordpress.com/511/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=skvidal.wordpress.com&blog=579402&post=511&subd=skvidal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://skvidal.wordpress.com/2008/07/23/belated-yum-anniversary/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A util that needs to be written</title>
		<link>http://skvidal.wordpress.com/2008/07/23/a-util-that-needs-to-be-written/</link>
		<comments>http://skvidal.wordpress.com/2008/07/23/a-util-that-needs-to-be-written/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 05:24:43 +0000</pubDate>
		<dc:creator>skvidal</dc:creator>
		
		<category><![CDATA[fedora]]></category>

		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://skvidal.wordpress.com/?p=507</guid>
		<description><![CDATA[Let&#8217;s say I have a bunch of admins working on a bunch of systems. I know they try hard to make sure that anything they change on a machine to fix a problem is also put into our config mgmt system but I also know that at 3am you can&#8217;t always remember to do that. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Let&#8217;s say I have a bunch of admins working on a bunch of systems. I know they try hard to make sure that anything they change on a machine to fix a problem is also put into our config mgmt system but I also know that at 3am you can&#8217;t always remember to do that. So, I want to be able to make sure we know if things have changed. Something like this:</p>
<pre>import yum
my = yum.YumBase()
for pkg in my.rpmdb:
    ver_results = pkg.verify()
    for file_that_does_not_match in ver_results.keys():
        if not check_against_config_mgmt(thishost, file_that_does_not_match):
            notify_admin_about_modification(thishost, file_that_does_not_match, pkg)</pre>
<p>The functions that don&#8217;t exist are the check_against_config_mgmt() and notify_admin_about_modification() functions. The parts preceding those all exist in current yum versions.</p>
<p>Anyone think they can take that up and find a way of checking if <a href="http://reductivelabs.com/trac/puppet">puppet</a> knows about the changes that have been made? If you do, yell at me and I&#8217;ll help.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/skvidal.wordpress.com/507/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/skvidal.wordpress.com/507/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/skvidal.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/skvidal.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/skvidal.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/skvidal.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/skvidal.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/skvidal.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/skvidal.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/skvidal.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/skvidal.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/skvidal.wordpress.com/507/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=skvidal.wordpress.com&blog=579402&post=507&subd=skvidal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://skvidal.wordpress.com/2008/07/23/a-util-that-needs-to-be-written/feed/</wfw:commentRss>
		</item>
		<item>
		<title>weekend</title>
		<link>http://skvidal.wordpress.com/2008/07/21/weekend-4/</link>
		<comments>http://skvidal.wordpress.com/2008/07/21/weekend-4/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 04:37:48 +0000</pubDate>
		<dc:creator>skvidal</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://skvidal.wordpress.com/?p=505</guid>
		<description><![CDATA[Saturday morning - midnight - watched the ending to dr. horrible. The ending, while a bit sad and dark was still fantastic. Consistent with what Whedon has done on many other occasions and as one commenter on whedonesque.com wrote: &#8220;This is an origin story&#8221; which gives it more sense. Thoroughly enjoyed the musical and while [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Saturday morning - midnight - watched the ending to <a href="http://drhorrible.com">dr. horrible</a>. The ending, while a bit sad and dark was still fantastic. Consistent with what Whedon has done on many other occasions and as one commenter on whedonesque.com wrote: &#8220;This is an origin story&#8221; which gives it more sense. Thoroughly enjoyed the musical and while I&#8217;d be happy to see more of them, b/c they&#8217;re fantastically funny, I&#8217;m fine with the ending we got out of it.</p>
<p>Saturday afternoon it was hot and kinda miserable outside so I went to one of the coffeeshops nearby and I wrote some more on some docs I&#8217;ve been working on. They&#8217;re shaping up reasonably nicely. Mostly they&#8217;re docs to fill in the spaces on some of the things yum/createrepo/yum-utils can do and to help explain things about how and why to manager repos and systems in certain ways. If you want to see more you can look in the <a href="http://fedorapeople.org/gitweb?p=skvidal/public_git/yum-docs.git;a=summary">yum-docs git repo</a>.</p>
<p>Saturday evening went out in the torrentially pouring rain for the habitat for humanity full moon ride. The last time I did this ride it was wet and spitting rain and completely covered in clouds. This time it was raining like piss from a boot when I started out and visibility was, umm, poor. It would have been better if I hadn&#8217;t forgotten my bag when I left and had to turn around on my way there come back and get it. But the thing to remember is this: Once you decide you&#8217;re okay being soaked all the way through on every layer, it really does get easier. It was just an enormous amount of water, after all. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It ended up drying off and clearing away which was good, we actually got to see the moon, which was nice for a change. I kinda wish they hadn&#8217;t made us stop every 3 miles or so, that got a bit old.</p>
<p>Sunday was slow day. Coffee shop, crosswords, <a href="http://flickr.com/photos/ejchang/2687107003/">made pancakes with the girl</a>, sat and read things, talked about cellphones for a while, then later we made <a href="http://flickr.com/photos/ejchang/2687102073/">completely kickass food for dinner</a>. Seriously, good stuff. These are some of our <a href="http://flickr.com/photos/ejchang/sets/72157606283586736/">Sunday dinners</a>. It&#8217;s nice to have the kitchen back and sane.</p>
<p>That was most of my weekend.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/skvidal.wordpress.com/505/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/skvidal.wordpress.com/505/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/skvidal.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/skvidal.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/skvidal.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/skvidal.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/skvidal.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/skvidal.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/skvidal.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/skvidal.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/skvidal.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/skvidal.wordpress.com/505/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=skvidal.wordpress.com&blog=579402&post=505&subd=skvidal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://skvidal.wordpress.com/2008/07/21/weekend-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Thoroughbred of Sin?</title>
		<link>http://skvidal.wordpress.com/2008/07/18/the-thoroughbred-of-sin/</link>
		<comments>http://skvidal.wordpress.com/2008/07/18/the-thoroughbred-of-sin/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 05:50:59 +0000</pubDate>
		<dc:creator>skvidal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://skvidal.wordpress.com/?p=502</guid>
		<description><![CDATA[Dr. Horrible

Act II - 7:18s
&#8217;nuff said.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://drhorrible.com">Dr. Horrible<br />
</a></p>
<p>Act II - 7:18s</p>
<p>&#8217;nuff said.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/skvidal.wordpress.com/502/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/skvidal.wordpress.com/502/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/skvidal.wordpress.com/502/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/skvidal.wordpress.com/502/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/skvidal.wordpress.com/502/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/skvidal.wordpress.com/502/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/skvidal.wordpress.com/502/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/skvidal.wordpress.com/502/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/skvidal.wordpress.com/502/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/skvidal.wordpress.com/502/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/skvidal.wordpress.com/502/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/skvidal.wordpress.com/502/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=skvidal.wordpress.com&blog=579402&post=502&subd=skvidal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://skvidal.wordpress.com/2008/07/18/the-thoroughbred-of-sin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>dear rhythmbox</title>
		<link>http://skvidal.wordpress.com/2008/07/18/dear-rhythmbox/</link>
		<comments>http://skvidal.wordpress.com/2008/07/18/dear-rhythmbox/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 01:15:13 +0000</pubDate>
		<dc:creator>skvidal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://skvidal.wordpress.com/?p=500</guid>
		<description><![CDATA[I realize that random can mean &#8216;random&#8217;. I also realize that in some people&#8217;s books listening to Billy Joel makes me a type of criminal. However, I think &#8216;Uptown Girl&#8217; 3 times in a row is just kinda wrong. huh?
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I realize that random can mean &#8216;random&#8217;. I also realize that in some people&#8217;s books listening to Billy Joel makes me a type of criminal. However, I think &#8216;Uptown Girl&#8217; 3 times in a row is just kinda wrong. huh?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/skvidal.wordpress.com/500/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/skvidal.wordpress.com/500/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/skvidal.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/skvidal.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/skvidal.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/skvidal.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/skvidal.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/skvidal.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/skvidal.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/skvidal.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/skvidal.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/skvidal.wordpress.com/500/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=skvidal.wordpress.com&blog=579402&post=500&subd=skvidal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://skvidal.wordpress.com/2008/07/18/dear-rhythmbox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;security issue&#8221; with package managers/updaters</title>
		<link>http://skvidal.wordpress.com/2008/07/11/security-issue-with-package-managersupdaters/</link>
		<comments>http://skvidal.wordpress.com/2008/07/11/security-issue-with-package-managersupdaters/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 20:23:17 +0000</pubDate>
		<dc:creator>skvidal</dc:creator>
		
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://skvidal.wordpress.com/?p=499</guid>
		<description><![CDATA[I&#8217;ve been pointed to this paper a number of times in the last week and I wanted to comment on it briefly.
Specifically this page as a concern. Here&#8217;s where I&#8217;m confused. If your pkg manager finds unsigned or invalidly-signed repository metadata then what? Does it bail out and throw up an alert? Does it just [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been pointed to <a href="http://www.cs.arizona.edu/people/justin/packagemanagersecurity/attacks-on-package-managers.html">this paper</a> a number of times in the last week and I wanted to comment on it briefly.</p>
<p>Specifically <a href="http://www.cs.arizona.edu/people/justin/packagemanagersecurity/otherattacks.html">this page</a> as a concern. Here&#8217;s where I&#8217;m confused. If your pkg manager finds unsigned or invalidly-signed repository metadata then what? Does it bail out and throw up an alert? Does it just continue using the last validly-signed metadata it has?</p>
<p>In either of those cases unless the user is noting/monitoring for errors/alerts and/or doing the update manually then they&#8217;ll never know that they didn&#8217;t get their updates. Heck, we&#8217;ve found that despite outputting a message like &#8216;OH MY GOD THIS DIDN&#8217;T WORK, YOU SHOULD CHECK IT&#8217; that users don&#8217;t understand what they mean and/or don&#8217;t see them.</p>
<p>The only actual way to avoid being vulnerable to any/all of these problems is to verify that what you want to have updated/installed on your systems is what IS on your systems.</p>
<p>It&#8217;s like saving a file in a text editor. Sure, you&#8217;re confident that your save command saved the file but anyone who has ever worked on something important has pressed &#8217;save&#8217; then taken the file it saved it to, opened it in another window or on another machine to verify that it did, in fact, save, before you close the window you were working in.</p>
<p>Securing a system should be approached with the same behavior. If you&#8217;re worried that your system is not updating, then verify that it is. Better yet, setup monitoring to verify this for you and occasionally check your monitoring out.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/skvidal.wordpress.com/499/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/skvidal.wordpress.com/499/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/skvidal.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/skvidal.wordpress.com/499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/skvidal.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/skvidal.wordpress.com/499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/skvidal.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/skvidal.wordpress.com/499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/skvidal.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/skvidal.wordpress.com/499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/skvidal.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/skvidal.wordpress.com/499/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=skvidal.wordpress.com&blog=579402&post=499&subd=skvidal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://skvidal.wordpress.com/2008/07/11/security-issue-with-package-managersupdaters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>olpc and fedora</title>
		<link>http://skvidal.wordpress.com/2008/07/08/olpc-and-fedora/</link>
		<comments>http://skvidal.wordpress.com/2008/07/08/olpc-and-fedora/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 19:26:26 +0000</pubDate>
		<dc:creator>skvidal</dc:creator>
		
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://skvidal.wordpress.com/?p=498</guid>
		<description><![CDATA[If you haven&#8217;t seen this yet take a look at Greg&#8217;s post to fedora-devel-list.
There are lots of low-hanging fruit to take on and if you want to contribute to fedora but don&#8217;t have any specific itch you want to scratch then maybe scratch one of these: http://fedoraproject.org/wiki/PackageMaintainers/WishList#OLPC_Wishlist
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you haven&#8217;t seen this yet take a look at Greg&#8217;s <a href="https://www.redhat.com/archives/fedora-devel-list/2008-July/msg00433.html">post to fedora-devel-list.</a></p>
<p>There are lots of low-hanging fruit to take on and if you want to contribute to fedora but don&#8217;t have any specific itch you want to scratch then maybe scratch one of these: <a href="http://fedoraproject.org/wiki/PackageMaintainers/WishList#OLPC_Wishlist">http://fedoraproject.org/wiki/PackageMaintainers/WishList#OLPC_Wishlist</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/skvidal.wordpress.com/498/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/skvidal.wordpress.com/498/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/skvidal.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/skvidal.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/skvidal.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/skvidal.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/skvidal.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/skvidal.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/skvidal.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/skvidal.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/skvidal.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/skvidal.wordpress.com/498/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=skvidal.wordpress.com&blog=579402&post=498&subd=skvidal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://skvidal.wordpress.com/2008/07/08/olpc-and-fedora/feed/</wfw:commentRss>
		</item>
		<item>
		<title>fedora board meeting on irc today</title>
		<link>http://skvidal.wordpress.com/2008/07/08/fedora-board-meeting-on-irc-today/</link>
		<comments>http://skvidal.wordpress.com/2008/07/08/fedora-board-meeting-on-irc-today/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 14:27:38 +0000</pubDate>
		<dc:creator>skvidal</dc:creator>
		
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://skvidal.wordpress.com/?p=497</guid>
		<description><![CDATA[Hi folks,
fedora board meeting on irc today at 1800 UTC - that&#8217;s 2PM EDT.
* Join #fedora-board-meeting on freenode to see the Board's conversation.  This
channel is read-only for non-Board members.
* Join #fedora-board-public on freenode to discuss topics and post questions.  This
channel is read/write for everyone.

Please come and harass the board, we need abuse.  [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi folks,</p>
<p>fedora board meeting on irc today at 1800 UTC - that&#8217;s 2PM EDT.</p>
<pre>* Join #fedora-board-meeting on freenode to see the Board's conversation.  This
channel is read-only for non-Board members.
* Join #fedora-board-public on freenode to discuss topics and post questions.  This
channel is read/write for everyone.

Please come and harass the board, we need abuse. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/skvidal.wordpress.com/497/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/skvidal.wordpress.com/497/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/skvidal.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/skvidal.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/skvidal.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/skvidal.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/skvidal.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/skvidal.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/skvidal.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/skvidal.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/skvidal.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/skvidal.wordpress.com/497/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=skvidal.wordpress.com&blog=579402&post=497&subd=skvidal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://skvidal.wordpress.com/2008/07/08/fedora-board-meeting-on-irc-today/feed/</wfw:commentRss>
		</item>
		<item>
		<title>got a slow yum operation?</title>
		<link>http://skvidal.wordpress.com/2008/07/01/got-a-slow-yum-operation/</link>
		<comments>http://skvidal.wordpress.com/2008/07/01/got-a-slow-yum-operation/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 21:05:16 +0000</pubDate>
		<dc:creator>skvidal</dc:creator>
		
		<category><![CDATA[fedora]]></category>

		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://skvidal.wordpress.com/?p=496</guid>
		<description><![CDATA[Do you have an operation in yum that you consider slower than it should be? Do you want to help us determine what you mean when you say &#8216;yum sucks, it is slow&#8217;? Then try these things:
1. run yum 3.2.14 or higher
2. run your yum command like this:
 time echo &#8220;n&#8221; &#124; yum -d3 [your [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Do you have an operation in yum that you consider slower than it should be? Do you want to help us determine what you mean when you say &#8216;yum sucks, it is slow&#8217;? Then try these things:</p>
<p>1. run yum 3.2.14 or higher</p>
<p>2. run your yum command like this:</p>
<p><strong> time echo &#8220;n&#8221; | yum -d3 [your command here] | grep &#8220;time:&#8221;</strong></p>
<p>3. run it again.</p>
<p>4. save the output from a couple of runs.</p>
<p>5. post the results in a pastebin with some info on the machine you&#8217;re running it on (cpu, memory, etc)</p>
<p>thanks!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/skvidal.wordpress.com/496/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/skvidal.wordpress.com/496/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/skvidal.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/skvidal.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/skvidal.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/skvidal.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/skvidal.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/skvidal.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/skvidal.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/skvidal.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/skvidal.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/skvidal.wordpress.com/496/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=skvidal.wordpress.com&blog=579402&post=496&subd=skvidal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://skvidal.wordpress.com/2008/07/01/got-a-slow-yum-operation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>in case anyone was wondering</title>
		<link>http://skvidal.wordpress.com/2008/06/25/in-case-anyone-was-wondering/</link>
		<comments>http://skvidal.wordpress.com/2008/06/25/in-case-anyone-was-wondering/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 01:28:15 +0000</pubDate>
		<dc:creator>skvidal</dc:creator>
		
		<category><![CDATA[fedora]]></category>

		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://skvidal.wordpress.com/?p=495</guid>
		<description><![CDATA[I&#8217;m on vacation and only sorta answering email and I&#8217;m away from irc quite a lot.
I am here
Don&#8217;t go looking for me.  
Also - thanks to all those who voted and elected me back to the board. I&#8217;ll continue my challenge of being a thorn whenever possible and telling Jef to shut the hell [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m on vacation and only sorta answering email and I&#8217;m away from irc quite a lot.</p>
<p>I am <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=2+chestnut+st,+nantucket,+ma&amp;sll=41.342794,-70.09964&amp;sspn=0.431997,0.884399&amp;ie=UTF8&amp;ll=41.286111,-70.099275&amp;spn=0.006756,0.013819&amp;z=16">here</a></p>
<p>Don&#8217;t go looking for me. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also - thanks to all those who voted and elected me back to the board. I&#8217;ll continue my challenge of being a thorn whenever possible and telling Jef to shut the hell up when he&#8217;s blathering on. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ps: love you jef <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/skvidal.wordpress.com/495/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/skvidal.wordpress.com/495/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/skvidal.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/skvidal.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/skvidal.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/skvidal.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/skvidal.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/skvidal.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/skvidal.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/skvidal.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/skvidal.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/skvidal.wordpress.com/495/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=skvidal.wordpress.com&blog=579402&post=495&subd=skvidal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://skvidal.wordpress.com/2008/06/25/in-case-anyone-was-wondering/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>