<?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>The Error Log &#187; yum</title>
	<atom:link href="http://www.errorlog.dk/tag/yum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.errorlog.dk</link>
	<description>Problems I&#039;ve found solutions for.</description>
	<lastBuildDate>Thu, 20 Nov 2008 11:43:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>/usr/lib/python2.4/site-packages/_sqlitecache.so: undefined symbol: g_assert_warning</title>
		<link>http://www.errorlog.dk/2008/09/20/usrlibpython24site-packages_sqlitecacheso-undefined-symbol-g_assert_warning/</link>
		<comments>http://www.errorlog.dk/2008/09/20/usrlibpython24site-packages_sqlitecacheso-undefined-symbol-g_assert_warning/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 00:40:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[glib2]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.errorlog.dk/?p=71</guid>
		<description><![CDATA[Problem
While upgrading a CentOS 4.5 to CentOS 5.*, yum starts to fail with
/usr/lib/python2.4/site-packages/_sqlitecache.so: undefined symbol: g_assert_warning
Please install a package which provides this module, or
verify that the module is installed correctly.
It&#8217;s possible that the above module doesn&#8217;t match the
current version of Python, which is:
2.4.3 (#1, May 24 2008, 13:47:28)
[GCC 4.1.2 20070626 (Red Hat 4.1.2-14)]

Reason
The reason was [...]]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<p>While upgrading a CentOS 4.5 to CentOS 5.*, yum starts to fail with</p>
<blockquote><p>/usr/lib/python2.4/site-packages/_sqlitecache.so: undefined symbol: g_assert_warning</p>
<p>Please install a package which provides this module, or<br />
verify that the module is installed correctly.</p>
<p>It&#8217;s possible that the above module doesn&#8217;t match the<br />
current version of Python, which is:<br />
2.4.3 (#1, May 24 2008, 13:47:28)<br />
[GCC 4.1.2 20070626 (Red Hat 4.1.2-14)]</p></blockquote>
<h4><span id="more-71"></span></h4>
<h2>Reason</h2>
<p>The reason was that the <code>glib2</code> package hadn&#8217;t been updated at the same time as the <code>yum</code> and <code>python</code> packages, since they only required <code>glib2</code> and not a specific version.</p>
<h2>Solution</h2>
<p>So the solution was to upgrade <code>glib2</code> manually with the <code>rpm</code> command after which <code>yum</code> worked again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.errorlog.dk/2008/09/20/usrlibpython24site-packages_sqlitecacheso-undefined-symbol-g_assert_warning/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>_sqlite.OperationalError: database is locked when using a lustre mounted yum cache</title>
		<link>http://www.errorlog.dk/2008/09/15/_sqliteoperationalerror-database-is-locked-when-using-a-lustre-mounted-yum-cache/</link>
		<comments>http://www.errorlog.dk/2008/09/15/_sqliteoperationalerror-database-is-locked-when-using-a-lustre-mounted-yum-cache/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 09:44:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lustre]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.errorlog.dk/?p=68</guid>
		<description><![CDATA[Problem
I was trying to have the yum cache on a lustre mount so it could be shared amongst several machines to save on external bandwidth, but got the message that
_sqlite.OperationalError: database is locked
It also happens with an nfs mounted directory.

Solution
For lustre solution was to mount with localflock, for nfs the solutions is to make sure [...]]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<p>I was trying to have the yum cache on a lustre mount so it could be shared amongst several machines to save on external bandwidth, but got the message that<br />
<code>_sqlite.OperationalError: database is locked</code></p>
<p>It also happens with an nfs mounted directory.</p>
<h4><span id="more-68"></span></h4>
<h2>Solution</h2>
<p>For lustre solution was to mount with localflock, for nfs the solutions is to make sure the nfslock service is running.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.errorlog.dk/2008/09/15/_sqliteoperationalerror-database-is-locked-when-using-a-lustre-mounted-yum-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
