<?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>Kevin&#039;s musings</title>
	<atom:link href="http://www.scrye.com/wordpress/nirik/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scrye.com/wordpress/nirik</link>
	<description>Kevin&#039;s random dog pics and posts of life</description>
	<lastBuildDate>Thu, 23 May 2013 17:51:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom:link rel="next" href="http://www.scrye.com/wordpress/nirik/feed/?page=2" />

		<item>
		<title>An observation on difficult to deal with community members</title>
		<link>http://www.scrye.com/wordpress/nirik/2013/05/23/an-observation-on-difficult-to-deal-with-community-members/</link>
		<comments>http://www.scrye.com/wordpress/nirik/2013/05/23/an-observation-on-difficult-to-deal-with-community-members/#comments</comments>
		<pubDate>Thu, 23 May 2013 17:51:45 +0000</pubDate>
		<dc:creator>nirik</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.scrye.com/wordpress/nirik/?p=1267</guid>
		<description><![CDATA[I got to thinking recently: Why are interactions with some small number of community members always unpleasant? It seems to me as a general rule that the people who are unpleasant to deal with (or at least all of those [&#8230;] <a class="more-link" href="http://www.scrye.com/wordpress/nirik/2013/05/23/an-observation-on-difficult-to-deal-with-community-members/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<p>I got to thinking recently: Why are interactions with some small number of community members always unpleasant?</p>
<p>It seems to me as a general rule that the people who are unpleasant to deal with (or at least all of those I can think of in any of the communities I am involved with) all have the same basic fundamental viewpoint: Assume malice by default.</p>
<p>By this I mean that when they see something and post/tweet/mention it, they approach it from the idea that the community or parts of it are deliberately conspiring, hiding, planning, or doing the thing with &#8220;mallice aforethought&#8221;, and that the community or parts of it must PROVE that they are not doing so. There also seems a subset that assume some kind of malicious ignorance (&#8220;You should google this, since you didn&#8217;t you are stupid and wasting my time&#8221;).</p>
<p>In contrast the vast majority of people in communities I am involved in either assume nothing (&#8220;hey, whats up with this, can you tell me?&#8221;) or assume good faith (&#8220;This looks like a bug, but perhaps I don&#8217;t understand what you are trying to do here, can you explain?&#8221;) and are generally quite pleasant to deal with.</p>
<p>I&#8217;m sure there are counter examples, but I wonder if in general people agree?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scrye.com/wordpress/nirik/2013/05/23/an-observation-on-difficult-to-deal-with-community-members/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Another week of rawhide (2013-05-21 edition)</title>
		<link>http://www.scrye.com/wordpress/nirik/2013/05/21/another-week-of-rawhide-2013-05-21-edition/</link>
		<comments>http://www.scrye.com/wordpress/nirik/2013/05/21/another-week-of-rawhide-2013-05-21-edition/#comments</comments>
		<pubDate>Tue, 21 May 2013 19:52:26 +0000</pubDate>
		<dc:creator>nirik</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rawhide]]></category>

		<guid isPermaLink="false">http://www.scrye.com/wordpress/nirik/?p=1263</guid>
		<description><![CDATA[So, another pretty quiet week overall. There was a soname bump in libpng, but it was untagged and never landed in a rawhide compose. The maintainer is going to create a compat package for the old version first, then update [&#8230;] <a class="more-link" href="http://www.scrye.com/wordpress/nirik/2013/05/21/another-week-of-rawhide-2013-05-21-edition/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<p>So, another pretty quiet week overall. There was a soname bump in libpng, but it was untagged and never landed in a rawhide compose. The maintainer is going to create a compat package for the old version first, then update the main package so things can slowly move to the new version over time instead of breaking things over many days. I&#8217;m glad people are pushing back on these kinds of things to keep rawhide more generally useful. There are of course still unannounced soname updates that do break things, but I get the impression we are slowly getting better on this.</p>
<p>Another related nice change that landed this week is that rpm by default is only going to look for dependencies in .so files that also start in &#8216;lib&#8217; or &#8216;ld&#8217; and not just anything ending in .so. So far I&#8217;ve not seen any breakage due to this change and it should nicely reduce the number of deps carried in the collection.</p>
<p>Finally, something to note about rawhide testing that I am not sure I have any kind of answer for, but I think is worth exploring: When running rawhide it&#8217;s generally a good idea to reboot frequently. New kernels arrive almost daily, and it&#8217;s good to check that things all still boot normally (this exercizes at least: dracut, kernel, grub2 or other bootloader, systemd, other stuff that starts only on boot, etc). However, this also means that there&#8217;s likely not very many people running rawhide that test longer uptimes. This would exersize things like: updates of long running processes, systemd, memory leaks, logrotation, and other things that collect up and don&#8217;t run at boot). I&#8217;ve hit several odd systemd issues on upgrade, and I&#8217;m sure there&#8217;s more out there. Perhaps we should just say that this is what branched is better suited for (as kernels and reasons for update are less frequent there), or perhaps there&#8217;s some artificial way to test this, or a vm or the like could be left running to do so. Just something to consider.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scrye.com/wordpress/nirik/2013/05/21/another-week-of-rawhide-2013-05-21-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rawhide week of fun, 2013-05-14</title>
		<link>http://www.scrye.com/wordpress/nirik/2013/05/14/rawhide-week-of-fun-2013-05-14/</link>
		<comments>http://www.scrye.com/wordpress/nirik/2013/05/14/rawhide-week-of-fun-2013-05-14/#comments</comments>
		<pubDate>Tue, 14 May 2013 18:48:28 +0000</pubDate>
		<dc:creator>nirik</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rawhide]]></category>

		<guid isPermaLink="false">http://www.scrye.com/wordpress/nirik/?p=1260</guid>
		<description><![CDATA[Another week of rawhide has gone by, so another blog post. Utterly boring this week. I cannot recall any problems here at all. In branched f19 news, we are moving into Beta freeze today. You can follow along on blockers [&#8230;] <a class="more-link" href="http://www.scrye.com/wordpress/nirik/2013/05/14/rawhide-week-of-fun-2013-05-14/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<p>Another week of rawhide has gone by, so another blog post. <img src='http://www.scrye.com/wordpress/nirik/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Utterly boring this week. I cannot recall any problems here at all.</p>
<p>In branched f19 news, we are moving into Beta freeze today. You can follow along on blockers and freeze exceptions (or propose new ones) at the <a href="https://qa.fedoraproject.org/blockerbugs/">blockerbugs application</a>. There was a bunch of activity from various desktop sigs in the last week to get their spins down to their target sizes, but I think we are in pretty good shape on that now. Hopefully it will be a smooth and on-time Beta release for once.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scrye.com/wordpress/nirik/2013/05/14/rawhide-week-of-fun-2013-05-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flock talk</title>
		<link>http://www.scrye.com/wordpress/nirik/2013/05/14/flock-talk/</link>
		<comments>http://www.scrye.com/wordpress/nirik/2013/05/14/flock-talk/#comments</comments>
		<pubDate>Tue, 14 May 2013 17:58:33 +0000</pubDate>
		<dc:creator>nirik</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.scrye.com/wordpress/nirik/?p=1254</guid>
		<description><![CDATA[Fedora is doing a new conference this year: flock It&#8217;s setup more like a traditional conference (sessions proposed in advance) and it&#8217;s timed after Fedora 19 comes out, but early in the Fedora 20 cycle, so there&#8217;s good ability to plan [&#8230;] <a class="more-link" href="http://www.scrye.com/wordpress/nirik/2013/05/14/flock-talk/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 412px"><a href="http://flock-lmacken.rhcloud.com/proposals"><img alt="have you submitted a talk?" src="http://rsuehle.fedorapeople.org/Flock/submittedtoflock.png" width="402" height="268" /></a><p class="wp-caption-text">Have you submitted a talk?</p></div>
<p>Fedora is doing a new conference this year: <a href="http://flocktofedora.org/">flock</a></p>
<p>It&#8217;s setup more like a traditional conference (sessions proposed in advance) and it&#8217;s timed after Fedora 19 comes out, but early in the Fedora 20 cycle, so there&#8217;s good ability to plan things for the very next Fedora at it. Also, hopefully lots of folks from around the world will be able to attend. (Next years flock might well be in Europe).</p>
<p>I&#8217;ve submitted one talk so far that I thought might be fun an informative:</p>
<p>&nbsp;</p>
<p>The life of a Fedora package: &#8220;This talk will follow in detail one package through all the steps of it&#8217;s life in Fedora and explain what happens at each step and all the systems and applications that deal with packages. Starting from idea, to project, to packaging, to review, importing, building, update, signing, mashi ng, syncing, testing, maintaining, retiring and end of life&#8221;</p>
<p>As usual, my problem isn&#8217;t what to talk about, but that there are too many things to talk about. <img src='http://www.scrye.com/wordpress/nirik/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ve considered a &#8220;Intro to Fedora infrastructure&#8221; talk, but I&#8217;m not sure how interesting people would find it.</p>
<p>I also submitted a &#8216;sprint&#8217;:</p>
<p>Highly available databases: Fedora infrastructure currently depends on serveral database servers, we want to come up with a plan to make them highly available and no longer a single point of failure. postgresql wizards wanted to help us with this sprint!</p>
<p>I&#8217;d love to get rid of having to schedule outages when we reboot or work on our database servers. <img src='http://www.scrye.com/wordpress/nirik/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyhow, I might well propose some more sprints/talks/hackfests/workshops before the deadline (May 31st). If there&#8217;s something that you would particularly like to see me talk on or run a workshop/hackfest/sprint on, drop me a line and I might be willing to. <img src='http://www.scrye.com/wordpress/nirik/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scrye.com/wordpress/nirik/2013/05/14/flock-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>unbound and nsd</title>
		<link>http://www.scrye.com/wordpress/nirik/2013/05/11/unbound-and-nsd/</link>
		<comments>http://www.scrye.com/wordpress/nirik/2013/05/11/unbound-and-nsd/#comments</comments>
		<pubDate>Sun, 12 May 2013 02:27:13 +0000</pubDate>
		<dc:creator>nirik</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.scrye.com/wordpress/nirik/?p=1250</guid>
		<description><![CDATA[After reading about upcoming bind10 changes and never really being all that happy with named, I decided to look around at other solutions for DNS serving. I&#8217;ve been running unbound (along with dnssec-trigger) on my laptop for a while, so [&#8230;] <a class="more-link" href="http://www.scrye.com/wordpress/nirik/2013/05/11/unbound-and-nsd/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<p>After reading about upcoming bind10 changes and never really being all that happy with named, I decided to look around at other solutions for DNS serving. I&#8217;ve been running unbound (along with dnssec-trigger) on my laptop for a while, so I was pretty sure it could meet my needs for a recursive/caching solution, but I hadn&#8217;t found anything to replace authoritative servers until nsd was pointed out to me.</p>
<p>Replacing my authoritative server with nsd was pretty easy overall. I could reuse the same zone files, I just had to add a bit of nsd config to load them. My main firewall/gateway machine at home was also functioning as a caching server for machines here, so I had to replace named with nsd only listening on the external interface, and unbound only listening on all the internal interfaces. Worked like a charm. nsd now answers external queries for my domains and unbound does caching for other internal machines.</p>
<p>My main internal webserver/mail server machine also was running named and serving some internal only zones. nsd doesn&#8217;t have any kind of &#8216;views&#8217; setup like named has so I had to ponder on this for a bit until I noticed that unbound can also optionally have local data. I just setup my zones there in unbound as local-data and it then was able to do what I needed (basically I need my domains to resolve to the internal ip&#8217;s on that machine so apache is happy, etc). It can also easily resolve *.example.com to whatever single ip you like. Very handy. The only downside of this is that dnssec doesn&#8217;t work right with local-data. Perhaps if I signed the zones with the same keys at the external site it could, but not sure it&#8217;s worth the trouble.</p>
<p>Unbound also has a nifty control program (non surprisingly called unbound-control) that can let you do things like flush cache for just a single specifc zone or host, setup a forward over a vpn or other link for just _some_ domains, etc. It&#8217;s really nice and flexable.</p>
<p>Both unbound and nsd as very dnssec aware and will try and validate as much as possible. Also, nsd has rate limiting built in so it&#8217;s resistant to DOS or DDOS amplification attacks.</p>
<p>So, if you are looking to replace bind, nsd seems to work nicely for authoritative and unbound does great for recursive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scrye.com/wordpress/nirik/2013/05/11/unbound-and-nsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rawhide weekly 2013-05-07</title>
		<link>http://www.scrye.com/wordpress/nirik/2013/05/07/rawhide-weekly-2013-05-07/</link>
		<comments>http://www.scrye.com/wordpress/nirik/2013/05/07/rawhide-weekly-2013-05-07/#comments</comments>
		<pubDate>Wed, 08 May 2013 00:04:23 +0000</pubDate>
		<dc:creator>nirik</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rawhide]]></category>

		<guid isPermaLink="false">http://www.scrye.com/wordpress/nirik/?p=1247</guid>
		<description><![CDATA[So, this last week in the world of rawhide: The 3.9.0 kernel came out, and quickly was replaced with 3.10.0 git snapshots. So far they have been all running just fine here, although there was a few there that had [&#8230;] <a class="more-link" href="http://www.scrye.com/wordpress/nirik/2013/05/07/rawhide-weekly-2013-05-07/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<p>So, this last week in the world of rawhide:</p>
<p>The 3.9.0 kernel came out, and quickly was replaced with 3.10.0 git snapshots. So far they have been all running just fine here, although there was a few there that had some problems with wired ethernet.</p>
<p>Xfce 4.10.1 updates came out. These are just bugfix/translation updates for the existing 4.10.x Xfce stable stream. The more important fixes we were already carrying as backported patches, so there&#8217;s nothing too thrilling here. Updates are out for f18 and f19, please do karma them up if they work for you. Rawhide had the packages monday.</p>
<p>There was some yum breakage last thursday. Luckily for me I didn&#8217;t update early in the day so I saw the reports and was able to update the fixed yum from koji before applying my daily updates. This is another nice way to be on rawhide and a bit more conservative, just wait and update late in the day so others will hit the big problems before you do and provide solutions. (It&#8217;s also another great reason to be on the test list to see those kinds of things).</p>
<p>Ran into an odd dig core dump issue (try: &#8220;dig fedoraproject.org +sigchase +topdown&#8221; and see the cores pile up). Unfortunately, abrt didn&#8217;t want to file it for me, so I will have to do a bit more digging and make sure it&#8217;s filed.</p>
<p>A fedora community member on g+ whipped up (pun intended) a rawhide wallpaper thats pretty cool: https://plus.google.com/116680320767812371369/posts/JTy5m3YhPAJ is the post.</p>
<p>Until next week&#8230; move em up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scrye.com/wordpress/nirik/2013/05/07/rawhide-weekly-2013-05-07/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rawhide week for 2013-04-30</title>
		<link>http://www.scrye.com/wordpress/nirik/2013/04/30/rawhide-week-for-2013-04-30/</link>
		<comments>http://www.scrye.com/wordpress/nirik/2013/04/30/rawhide-week-for-2013-04-30/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 23:15:28 +0000</pubDate>
		<dc:creator>nirik</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rawhide]]></category>

		<guid isPermaLink="false">http://www.scrye.com/wordpress/nirik/?p=1245</guid>
		<description><![CDATA[A final rawhide post for April. Another pretty dull week here in rawhide land. The updates flow has been pretty heavy, but breakage has not been. There&#8217;s a very likely fix to a xfce4-session crash that some folks had been [&#8230;] <a class="more-link" href="http://www.scrye.com/wordpress/nirik/2013/04/30/rawhide-week-for-2013-04-30/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<p>A final rawhide post for April.</p>
<p>Another pretty dull week here in rawhide land. The updates flow has been pretty heavy, but breakage has not been.</p>
<p>There&#8217;s a very likely fix to a xfce4-session crash that some folks had been seeing in f19/rawhide. It was quite an anoying bug to deal with (you would be using your desktop and then, bam, back to lightdm). I really hope it&#8217;s fixed. If not, please do file it or note it on one of the open bugs.</p>
<p>Kernel 3.9.0 final was released, and rawhide has moved on to 3.10. <img src='http://www.scrye.com/wordpress/nirik/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Looking forward to some more quiet weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scrye.com/wordpress/nirik/2013/04/30/rawhide-week-for-2013-04-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This week in rawhide 2013-04-23 edition</title>
		<link>http://www.scrye.com/wordpress/nirik/2013/04/24/this-week-in-rawhide-2013-04-23-edition/</link>
		<comments>http://www.scrye.com/wordpress/nirik/2013/04/24/this-week-in-rawhide-2013-04-23-edition/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 15:17:38 +0000</pubDate>
		<dc:creator>nirik</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rawhide]]></category>

		<guid isPermaLink="false">http://www.scrye.com/wordpress/nirik/?p=1242</guid>
		<description><![CDATA[Just a tad late on this post this week. The lvm2 issue I ran into last week with /home not mounting on boot was quickly answered by lvm2 maintainers. I had a workaround quickly and then a real fix landed [&#8230;] <a class="more-link" href="http://www.scrye.com/wordpress/nirik/2013/04/24/this-week-in-rawhide-2013-04-23-edition/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<p>Just a tad late on this post this week. <img src='http://www.scrye.com/wordpress/nirik/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The lvm2 issue I ran into last week with /home not mounting on boot was quickly answered by lvm2 maintainers. I had a workaround quickly and then a real fix landed in a few days. The issue also affected f19, so the fix landed there too. Good work. <img src='http://www.scrye.com/wordpress/nirik/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  See <a style="font-size: 13px" href="https://bugzilla.redhat.com/show_bug.cgi?id=952782">bug 952782</a> for more info.</p>
<p>I continue to see a strange systemd bug where when I update systemd packages, it forgets about the inhibits from xfce4-power-manager. The net effect is that if I do a systemd package update, closing my laptop lid starts suspending (which I really really dislike). See <a style="font-size: 13px" href="https://bugzilla.redhat.com/show_bug.cgi?id=928962">bug 928962</a> to follow along on that one.</p>
<p>Otherwise again, pretty smooth sailing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scrye.com/wordpress/nirik/2013/04/24/this-week-in-rawhide-2013-04-23-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rawhide week in review, 2013-04-15 edition</title>
		<link>http://www.scrye.com/wordpress/nirik/2013/04/16/rawhide-week-in-review-2013-04-15-edition/</link>
		<comments>http://www.scrye.com/wordpress/nirik/2013/04/16/rawhide-week-in-review-2013-04-15-edition/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 22:10:50 +0000</pubDate>
		<dc:creator>nirik</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rawhide]]></category>

		<guid isPermaLink="false">http://www.scrye.com/wordpress/nirik/?p=1234</guid>
		<description><![CDATA[Another week of rawhide rolling along and only one really interesting bug hit: Some recent change, likely in lvm2, has caused my encrypted /home lv to not be activated right on boot. Root and swap come up fine and the [&#8230;] <a class="more-link" href="http://www.scrye.com/wordpress/nirik/2013/04/16/rawhide-week-in-review-2013-04-15-edition/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<p>Another week of rawhide rolling along and only one really interesting bug hit:</p>
<p>Some recent change, likely in lvm2, has caused my encrypted /home lv to not be activated right on boot. Root and swap come up fine and the encrypted volume is unlocked, but for some reason /home doesn&#8217;t get activated. As a work around you can add a timeout to /etc/fstab: &#8220;defaults,x-systemd.device-timeout=30&#8243; and then when the mount times out, you login to the emergency shell and &#8216;vgchange -ay&#8217; and &#8216;mount /home&#8217; and then control-d to continue boot. I&#8217;ve filed a bug on this, so hopefully it will get fixed up soon.</p>
<p>Otherwise pretty boring stream of updates this last week&#8230; and rawhide keeps rolling along.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scrye.com/wordpress/nirik/2013/04/16/rawhide-week-in-review-2013-04-15-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This week in rawhide 2013-04-09 edition</title>
		<link>http://www.scrye.com/wordpress/nirik/2013/04/09/this-week-in-rawhide-2013-04-09-edition/</link>
		<comments>http://www.scrye.com/wordpress/nirik/2013/04/09/this-week-in-rawhide-2013-04-09-edition/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 22:11:50 +0000</pubDate>
		<dc:creator>nirik</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rawhide]]></category>

		<guid isPermaLink="false">http://www.scrye.com/wordpress/nirik/?p=1231</guid>
		<description><![CDATA[Oh look, a this week in rawhide post on tuesday again. A pretty boring week in rawhide again. webkitgtk was updated to 2.0.0 after a bit of tweaking on banshee. With 2.0.0, webkitgtk switches to using gstreamer1 packages instead of [&#8230;] <a class="more-link" href="http://www.scrye.com/wordpress/nirik/2013/04/09/this-week-in-rawhide-2013-04-09-edition/">&#8595; Read the rest of this entry...</a>]]></description>
				<content:encoded><![CDATA[<p>Oh look, a this week in rawhide post on tuesday again. <img src='http://www.scrye.com/wordpress/nirik/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A pretty boring week in rawhide again.</p>
<p>webkitgtk was updated to 2.0.0 after a bit of tweaking on banshee. With 2.0.0, webkitgtk switches to using gstreamer1 packages instead of the old gstreamer-0.10 versions. Banshee was linking against webkitgtk and old gstreamer (which would result in crashes). Luckily there were patches porting it to newer gstreamer and folks were able to get those all working.</p>
<p>There&#8217;s still a number of broken deps in the rawhide and branched reports. I sure wish maintainers would be quicker about dealing with them.</p>
<p>Nothing else really leaps to mind, it&#8217;s been pretty smooth sailing&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scrye.com/wordpress/nirik/2013/04/09/this-week-in-rawhide-2013-04-09-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
