<?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>Mbah.Net &#187; remove</title>
	<atom:link href="http://mbah.us/blog/tag/remove/feed/" rel="self" type="application/rss+xml" />
	<link>http://mbah.us/blog</link>
	<description>Stephen I. Mbah – Blog – &#34;dum vita est spes est&#34;</description>
	<lastBuildDate>Sun, 20 Jun 2010 06:30:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Removing previous Fedora kernels&#8230;</title>
		<link>http://mbah.us/blog/2010/01/10/removing-previous-fedora-kernels/</link>
		<comments>http://mbah.us/blog/2010/01/10/removing-previous-fedora-kernels/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 22:42:01 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[fedora 12]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://mbah.net/?p=566</guid>
		<description><![CDATA[i currently run Fedora 12 with the latest stable kernel update. Heres the command steps l took to erase the 2 kernels l dont need. Its always a good idea to have a fall back previous kernel available if needed. [steve@pegasus Documents]$ su - Password: [root@pegasus ~]# uname Linux [root@pegasus ~]# uname -a Linux pegasus [...]]]></description>
			<content:encoded><![CDATA[<p>i currently run Fedora 12 with the latest stable kernel update.<br />
Heres the command steps l took to erase the 2 kernels l dont need.<br />
Its always a good idea to have a fall back previous kernel available if needed.</p>
<p>[steve@pegasus Documents]$ su -<br />
Password:<br />
[root@pegasus ~]# uname<br />
Linux<br />
[root@pegasus ~]# uname -a<br />
Linux pegasus 2.6.31.9-174.fc12.x86_64 #1 SMP Mon Dec 21 05:33:33 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux<br />
[root@pegasus ~]# yum clean all<br />
Loaded plugins: presto, refresh-packagekit<br />
Cleaning up Everything<br />
0 delta-package files removed, by presto<br />
[root@pegasus ~]# uname -r<br />
2.6.31.9-174.fc12.x86_64<br />
[root@pegasus ~]# rpm -q kernel<br />
kernel-2.6.31.5-127.fc12.x86_64<br />
kernel-2.6.31.6-166.fc12.x86_64<br />
kernel-2.6.31.9-174.fc12.x86_64<br />
[root@pegasus ~]# clear</p>
<p>[root@pegasus ~]# uname -r<br />
2.6.31.9-174.fc12.x86_64<br />
[root@pegasus ~]# rpm -q kernel<br />
kernel-2.6.31.5-127.fc12.x86_64<br />
kernel-2.6.31.6-166.fc12.x86_64<br />
kernel-2.6.31.9-174.fc12.x86_64<br />
[root@pegasus ~]# yum remove kernel-2.6.31.5-127.fc12.x86_64<br />
Loaded plugins: presto, refresh-packagekit<br />
Setting up Remove Process<br />
Resolving Dependencies<br />
&#8211;> Running transaction check<br />
&#8212;> Package kernel.x86_64 0:2.6.31.5-127.fc12 set to be erased<br />
&#8211;> Finished Dependency Resolution</p>
<p>Dependencies Resolved</p>
<p>================================================================================<br />
 Package       Arch          Version                     Repository        Size<br />
================================================================================<br />
Removing:<br />
 kernel        x86_64        2.6.31.5-127.fc12           installed         98 M</p>
<p>Transaction Summary<br />
================================================================================<br />
Remove        1 Package(s)<br />
Reinstall     0 Package(s)<br />
Downgrade     0 Package(s)</p>
<p>Is this ok [y/N]: y<br />
Downloading Packages:<br />
Running rpm_check_debug<br />
Running Transaction Test<br />
Finished Transaction Test<br />
Transaction Test Succeeded<br />
Running Transaction<br />
  Erasing        : kernel-2.6.31.5-127.fc12.x86_64                          1/1</p>
<p>Removed:<br />
  kernel.x86_64 0:2.6.31.5-127.fc12</p>
<p>Complete!<br />
[root@pegasus ~]# rpm -q kernel<br />
kernel-2.6.31.6-166.fc12.x86_64<br />
kernel-2.6.31.9-174.fc12.x86_64<br />
[root@pegasus ~]# yum remove kernel-2.6.31.9-174.fc12.x86_64<br />
Loaded plugins: presto, refresh-packagekit<br />
Setting up Remove Process<br />
Resolving Dependencies<br />
&#8211;> Running transaction check<br />
&#8212;> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be erased<br />
&#8211;> Finished Dependency Resolution</p>
<p>Dependencies Resolved</p>
<p>================================================================================<br />
 Package       Arch          Version                     Repository        Size<br />
================================================================================<br />
Removing:<br />
 kernel        x86_64        2.6.31.9-174.fc12           installed         98 M</p>
<p>Transaction Summary<br />
================================================================================<br />
Remove        1 Package(s)<br />
Reinstall     0 Package(s)<br />
Downgrade     0 Package(s)</p>
<p>Is this ok [y/N]: y<br />
Downloading Packages:<br />
Running rpm_check_debug<br />
Running Transaction Test<br />
Finished Transaction Test<br />
Transaction Test Succeeded<br />
Running Transaction<br />
  Erasing        : kernel-2.6.31.9-174.fc12.x86_64                          1/1</p>
<p>Removed:<br />
  kernel.x86_64 0:2.6.31.9-174.fc12</p>
<p>Complete!<br />
[root@pegasus ~]# rpm -q kernel<br />
kernel-2.6.31.6-166.fc12.x86_64<br />
[root@pegasus ~]#</p>
]]></content:encoded>
			<wfw:commentRss>http://mbah.us/blog/2010/01/10/removing-previous-fedora-kernels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL 2008 Reinstall nightmare..</title>
		<link>http://mbah.us/blog/2009/01/18/sql-2008-reinstall-nightmare/</link>
		<comments>http://mbah.us/blog/2009/01/18/sql-2008-reinstall-nightmare/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 09:00:20 +0000</pubDate>
		<dc:creator>ms24503</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[reg hack]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[uninstall]]></category>

		<guid isPermaLink="false">http://mbah.net/wp/?p=85</guid>
		<description><![CDATA[Trying to un-install a Microsoft Heros event 2008 release of SQL Server 2008 on my Windows 2008 server box but each time l uninstall it and all related components, on trying a fresh install for a default instance l keep seeing the previous default MSSERVER instance. Heres the link to Mark Michaelis Weblog which has [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to un-install a Microsoft Heros event 2008 release of SQL Server 2008 on my Windows 2008 server box but each time l uninstall it and all related components, on trying a fresh install for a default instance l keep seeing the previous default MSSERVER instance.<br />
Heres the link to Mark Michaelis Weblog which has hacks on forcefully removing Sql Server 2008 using command line as well as registry hacks. http://mark.michaelis.net/Blog/SQLServer2008InstallNightmare.aspx</p>
<p>Finally, after running all the steps in his blog, l ran the Installed SQL server discovery report from SQL Server 2008 installation center (under the Tools section) and l found l have succesfully removed the instance.<br />
Microsoft SQL Server 2008 Setup Discovery Report </p>
<p>Product Instance Instance ID Feature Language Edition Version Clustered<br />
None None None None None None None None </p>
]]></content:encoded>
			<wfw:commentRss>http://mbah.us/blog/2009/01/18/sql-2008-reinstall-nightmare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
