<?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>I can has weblog? &#187; Ubuntu</title>
	<atom:link href="http://justin-hopkins.com/blog/category/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://justin-hopkins.com/blog</link>
	<description>The thoughts and works of Justin Hopkins.</description>
	<lastBuildDate>Mon, 13 Sep 2010 15:49:30 +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>MySQL Shutdown Problem During Upgrade to Ubuntu 9.10 (Karmic Koala)</title>
		<link>http://justin-hopkins.com/blog/2009/11/02/mysql-shutdown-problem-during-upgrade-to-ubuntu-9-10-karmic-koala</link>
		<comments>http://justin-hopkins.com/blog/2009/11/02/mysql-shutdown-problem-during-upgrade-to-ubuntu-9-10-karmic-koala#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:49:14 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://justin-hopkins.com/blog/2009/11/02/mysql-shutdown-problem-during-upgrade-to-ubuntu-9-10-karmic-koala</guid>
		<description><![CDATA[Immediately following the download of new packages for the upgrade to Karmic Koala, I noticed it had hung up while attempting to turn off services which were going to be upgraded. &#60;pre&#62; mysql stopping... &#60;/pre&#62; It &#8230; <a class="more-link" href="http://justin-hopkins.com/blog/2009/11/02/mysql-shutdown-problem-during-upgrade-to-ubuntu-9-10-karmic-koala">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Immediately following the download of new packages for the upgrade to Karmic Koala, I noticed it had hung up while attempting to turn off services which were going to be upgraded.</p>

<p><pre><code>
&lt;pre&gt;
mysql stopping...
&lt;/pre&gt;
</code></pre></p>

<p>It happened that MySQL was the hold up, and because killing the upgrade process seemed like a risky operation &#8211; I needed to find a way to move it along.</p>

<p>I wasn&#8217;t able to turn up any other posts from the community about this issue &#8211; so I decided to take the usual approach: <strong>Start killing process with fingers crossed and blog the outcome!</strong></p>

<p>Just so happens I nailed it on the first try:<br />
<pre><code>
&lt;pre&gt;
$ ps aux | grep mysql
&lt;snip /&gt;
root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3624&nbsp;&nbsp;0.0&nbsp;&nbsp;0.0&nbsp;&nbsp; 5452&nbsp;&nbsp;1744 pts/7&nbsp;&nbsp;&nbsp;&nbsp;S+&nbsp;&nbsp; 09:05&nbsp;&nbsp; 0:00 /usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf shutdown

$ sudo kill -9 3624 #your pid would be different...
&lt;/pre&gt;
</code></pre></p>

<p>The upgrader picked up and moved right along at that point. Hurray!</p>]]></content:encoded>
			<wfw:commentRss>http://justin-hopkins.com/blog/2009/11/02/mysql-shutdown-problem-during-upgrade-to-ubuntu-9-10-karmic-koala/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

