<?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>Development Blog &#187; Fedora 10</title>
	<atom:link href="http://blog.yeticode.co.uk/tag/fedora-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yeticode.co.uk</link>
	<description>John Tindell's Blog For Development Related Things</description>
	<lastBuildDate>Mon, 09 Jan 2012 01:21:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fedora 11 is out, upgrade time</title>
		<link>http://blog.yeticode.co.uk/2009/06/fedora-11-is-out-upgrade-time/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fedora-11-is-out-upgrade-time</link>
		<comments>http://blog.yeticode.co.uk/2009/06/fedora-11-is-out-upgrade-time/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 16:04:10 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[Fedora 10]]></category>
		<category><![CDATA[Fedora 11]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.yeticode.co.uk/?p=233</guid>
		<description><![CDATA[So Fedora 11 has been out for a little while now and I&#8217;m getting ready to upgrade. Previously I have tried using the upgrade facility however I normally end up having to perform a clean install. So now I&#8217;m currently backing up my home directories to my external storage ready to wipe everything and start [...]]]></description>
			<content:encoded><![CDATA[<p>So Fedora 11 has been out for a little while now and I&#8217;m getting ready to upgrade. Previously I have tried using the upgrade facility however I normally end up having to perform a clean install. So now I&#8217;m currently backing up my home directories to my external storage ready to wipe everything and start again. Ill update how this goes.</p>
<p><b>Update:</b> Install was painless simple selecting of packages that wanted to install. However my internet connection was playing up which meant that it hung whilst trying to download packages from the net. Currently installing the nvidia packages from <a href="http://rpmfusion.org/">rpmfusion</a>.</p>
<p><b>Update</b> Everything is up and running and I have restored all my data back on. A few problems and annoyances. There is a problem with the non-free nvidia driver. The only other annoyance is the System -> Preferences menu is not split into further sub menus which creates a menu that doesn&#8217;t fit on my screen. I have yet to have a proper play with everything else but so far it all looks good.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.yeticode.co.uk/2009/06/fedora-11-is-out-upgrade-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems With Yum On Fedora 10</title>
		<link>http://blog.yeticode.co.uk/2009/04/problems-with-yum-on-fedora-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=problems-with-yum-on-fedora-10</link>
		<comments>http://blog.yeticode.co.uk/2009/04/problems-with-yum-on-fedora-10/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 15:55:16 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[Fedora 10]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.yeticode.co.uk/?p=120</guid>
		<description><![CDATA[So every now and again YUM stops working and throwing out error messages usually after I&#8217;ve been to uni. rpmdb: Thread/process 4348/3087935168 failed: Thread died in Berkeley DB library error: db4 error(-30975) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery error: cannot open Packages index using db3 - (-30975) error: cannot open Packages database in [...]]]></description>
			<content:encoded><![CDATA[<p>So every now and again YUM stops working and throwing out error messages usually after I&#8217;ve been to uni.</p>
<pre name="code">
rpmdb: Thread/process 4348/3087935168 failed: Thread died in Berkeley DB library
error: db4 error(-30975) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
error: cannot open Packages index using db3 -  (-30975)
error: cannot open Packages database in /var/lib/rpm
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 229, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 84, in main
    base.getOptionsConfig(args)
  File "/usr/share/yum-cli/cli.py", line 184, in getOptionsConfig
    enabled_plugins=self.optparser._splitArg(opts.enableplugins))
  File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 192, in _getConfig
    self._conf = config.readMainConfig(startupconf)
  File "/usr/lib/python2.5/site-packages/yum/config.py", line 774, in readMainConfig
    yumvars['releasever'] = _getsysver(startupconf.installroot, startupconf.distroverpkg)
  File "/usr/lib/python2.5/site-packages/yum/config.py", line 844, in _getsysver
    idx = ts.dbMatch('provides', distroverpkg)
TypeError: rpmdb open failed
</pre>
<p>After a quick search I found a <a href="http://www.mail-archive.com/fedora-list@redhat.com/msg35827.html">solution</a>. Deleting the __db.* files in /var/lib/rpm fixes it</p>
<pre name="code">
$ sudo rm /var/lib/rpm/__db.*
</pre>]]></content:encoded>
			<wfw:commentRss>http://blog.yeticode.co.uk/2009/04/problems-with-yum-on-fedora-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

