<?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>JackKozik.com &#187; CENTOS7</title> <atom:link href="http://jackkozik.com/tag/centos7/feed" rel="self" type="application/rss+xml" /><link>http://jackkozik.com</link> <description>Web Programming, Home Networking and Personal Travel</description> <lastBuildDate>Mon, 04 Sep 2023 14:26:56 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.9.2</generator> <item><title>Openstack RDO packstack Kilo install stuck on CENTOS 7 &#8211; MariaDB conflict</title><link>http://jackkozik.com/openstack-rdo-packstack-kilo-install-stuck-centos-7-mariadb-conflict/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=openstack-rdo-packstack-kilo-install-stuck-centos-7-mariadb-conflict</link> <comments>http://jackkozik.com/openstack-rdo-packstack-kilo-install-stuck-centos-7-mariadb-conflict/#comments</comments> <pubDate>Mon, 06 Jul 2015 18:11:02 +0000</pubDate> <dc:creator><![CDATA[Jack Kozik]]></dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Web Programming]]></category> <category><![CDATA[2015]]></category> <category><![CDATA[CENTOS7]]></category> <category><![CDATA[mariaDB]]></category> <category><![CDATA[Openstack]]></category> <category><![CDATA[RDO packstack Kilo]]></category><guid isPermaLink="false">http://jackkozik.com/?p=5254</guid> <description><![CDATA[<p>Background: I got stuck on RDO packstack Kilo install onto CENTOS7. I got some strange log entries I didn&#8217;t understand &#8211; I post the problem and the solution here for my records and maybe to help someone else. For my RDO packstack Kilo install setup, I followed the normal Quick Start  steps on a bare metal installed [&#8230;]</p><p>The post <a rel="nofollow" href="http://jackkozik.com/openstack-rdo-packstack-kilo-install-stuck-centos-7-mariadb-conflict/">Openstack RDO packstack Kilo install stuck on CENTOS 7 &#8211; MariaDB conflict</a> appeared first on <a rel="nofollow" href="http://jackkozik.com">JackKozik.com</a>.</p> ]]></description> <content:encoded><![CDATA[<p><a href="http://jackkozik.com/wp-content/uploads/2015/07/kilologo.png"><img class="alignright size-full wp-image-5258" src="http://jackkozik.com/wp-content/uploads/2015/07/kilologo.png" alt="kilologo" width="176" height="70" /></a>Background: I got stuck on RDO packstack Kilo install onto CENTOS7. I got some strange log entries I didn&#8217;t understand &#8211; I post the problem and the solution here for my records and maybe to help someone else.</p><p>For my RDO packstack Kilo install setup, I followed the normal <a href="https://www.rdoproject.org/Quickstart">Quick Start</a>  steps on a bare metal installed version of CENTOS 7 (CentOS-7-x86_64-LiveKDE-1503).</p><p>I ran the following step in the install guide:</p><pre># packstack --allinone</pre><p>The packstack installed failed with the following error on the console:</p><pre>Error: Execution of '/usr/bin/rpm -e mariadb-server-5.5.41-2.el7_0.x86_64' returned 1: error: Failed dependencies:
You will find full trace in log /var/tmp/packstack/20150704-200908-</pre><p>This is an error pointing to the following log file entry:</p><pre>Error: Execution of '/usr/bin/rpm -e mariadb-server-5.5.41-2.el7_0.x86_64' returned 1: error: Failed dependencies:
        mariadb-server is needed by (installed) akonadi-mysql-1.9.2-4.el7.x86_64</pre><p>This is only my second install using packstack, and it is my first attempt at installing RDO packstack Kilo; so, I wasn&#8217;t familiar with the troubleshoot this kind of problem. It didn&#8217;t make sense to me that packstack would be trying to uninstall (rpm -e) MariaDB. The error indicates that the uninstall wouldn&#8217;t work because another package akonadi-mysql was using it &#8212; right? is that how I read this?  FYI:  <a href="https://en.wikipedia.org/wiki/Akonadi">Akonadi </a>is a storage service that runs under KDE&#8230; I wasn&#8217;t familiar with it.</p><p>Browsing the <a href="https://www.rdoproject.org/Workaround_archive">RDO Workaround archives</a> , I found a short article on this topic: <a href="https://www.rdoproject.org/Workaround_archive#Packstack_fails_when_mariadb-server_is_installed">Packstack fails when mariadb-server is installed</a>. The body of the article shows a log file message that is different enough from mine that I didn&#8217;t find it right away.</p><p>I tried the recommended fix to uninstall MariaDB and re-run RDO packstack Kilo:</p><pre># yum remove mariadb-server
# packstack  --answer-file=packstack-answers-20150704-200908.txt</pre><p>This fixed my problem!</p><p>I was able to run packstack to completion and bring up the openstack horizon dashboard. Note: I didn&#8217;t re-run packstack &#8211;allinone; I followed the packstack workflow requirement to re-run an install using the answer file previously generated.</p><p>Since the workaround was written for Juno and Fedora 20, I thought the fix was just a coincidence, but in reading the details, the original problem was triggered by installing KDE ontop of Fedora 20. Since I picked a KDE distribution of CENTOS7, maybe my problem and the original workaround write-up are related?!</p><p>Respectfully submitted,<br /> Jack</p><p>The post <a rel="nofollow" href="http://jackkozik.com/openstack-rdo-packstack-kilo-install-stuck-centos-7-mariadb-conflict/">Openstack RDO packstack Kilo install stuck on CENTOS 7 &#8211; MariaDB conflict</a> appeared first on <a rel="nofollow" href="http://jackkozik.com">JackKozik.com</a>.</p> ]]></content:encoded> <wfw:commentRss>http://jackkozik.com/openstack-rdo-packstack-kilo-install-stuck-centos-7-mariadb-conflict/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>