<?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>munin debian munin-2 monitoring &#8211; Scott Mcintyre</title>
	<atom:link href="https://scott.cm/tag/munin-debian-munin-2-monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>https://scott.cm</link>
	<description>Web Operations Engineer,  Linux Systems Administrator,  mySQL DBA,  MongoDB DBA,  Python+PHP Developer,  Performance Engineer</description>
	<lastBuildDate>Sat, 19 Jan 2013 05:32:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.3</generator>
	<item>
		<title>Unable to uninstall munin</title>
		<link>https://scott.cm/unable-to-uninstall-munin/</link>
				<comments>https://scott.cm/unable-to-uninstall-munin/#comments</comments>
				<pubDate>Thu, 19 Apr 2012 23:03:01 +0000</pubDate>
		<dc:creator><![CDATA[Scott Mcintyre]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[munin debian munin-2 monitoring]]></category>

		<guid isPermaLink="false">https://scott.cm/?p=175</guid>
				<description><![CDATA[While testing munin 2.x on debian, I was unable to uninstall it, Removing munin-node &#8230; [FAIL] Munin-Node appears to be unconfigured. &#8230; failed! invoke-rc.d: initscript munin-node, action &#8220;stop&#8221; failed. dpkg: error processing munin-node (&#8211;purge): subprocess installed pre-removal script returned error exit status 6 [FAIL] Munin-Node appears to be unconfigured. &#8230;]]></description>
								<content:encoded><![CDATA[<p>While testing munin 2.x on debian,  I was unable to uninstall it,</p>
<blockquote><p>
Removing munin-node &#8230;<br />
[FAIL] Munin-Node appears to be unconfigured. &#8230; failed!<br />
invoke-rc.d: initscript munin-node, action &#8220;stop&#8221; failed.<br />
dpkg: error processing munin-node (&#8211;purge):<br />
 subprocess installed pre-removal script returned error exit status 6<br />
[FAIL] Munin-Node appears to be unconfigured. &#8230; failed!<br />
invoke-rc.d: initscript munin-node, action &#8220;start&#8221; failed.<br />
dpkg: error while cleaning up:<br />
 subprocess installed post-installation script returned error exit status 6<br />
Errors were encountered while processing:<br />
 munin-node<br />
E: Sub-process /usr/bin/dpkg returned an error code (1)
</p></blockquote>
<p>The init.d checks if it&#8217;s configured</p>
<p>/etc/init.d/munin-node</p>
<blockquote><p>
elif [ ! -e $CONFFILE ]; then<br />
	log_failure_msg &#8220;Munin-Node appears to be unconfigured.&#8221;<br />
	exit 6<br />
fi
</p></blockquote>
<p>Which is what is causing this issue,  changing this too,</p>
<blockquote><p>
elif [ ! -e $CONFFILE &#038;&#038; $1 != &#8220;stop&#8221; ]; then<br />
	log_failure_msg &#8220;Munin-Node appears to be unconfigured.&#8221;<br />
	exit 6<br />
fi
</p></blockquote>
<p>Should solve the issue.</p>
]]></content:encoded>
							<wfw:commentRss>https://scott.cm/unable-to-uninstall-munin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
							</item>
	</channel>
</rss>
