<?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>latest version &#8211; Everything is Broken</title>
	<atom:link href="https://play.datalude.com/blog/tag/latest-version/feed/" rel="self" type="application/rss+xml" />
	<link>https://play.datalude.com/blog</link>
	<description>Efficiency vs. Inefficiency, in a no-holds barred fight.</description>
	<lastBuildDate>Tue, 04 May 2010 03:05:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>ClamAV reporting Outdated version</title>
		<link>https://play.datalude.com/blog/2010/05/clamav-reporting-outdated-version/</link>
					<comments>https://play.datalude.com/blog/2010/05/clamav-reporting-outdated-version/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 04 May 2010 03:05:52 +0000</pubDate>
				<category><![CDATA[General IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[clamav]]></category>
		<category><![CDATA[latest version]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://play.datalude.com/blog/?p=200</guid>

					<description><![CDATA[Just to remind myself as much as anything, as I've been through this a few times. ClamAV was complaining loudly in the logfiles about not having the most up to date ClamAV. I searched around and was pointed to the Debian Unstable repository to /etc/apt/sources.list (Read the whole article before you add this one &#8230;there ... <a title="ClamAV reporting Outdated version" class="read-more" href="https://play.datalude.com/blog/2010/05/clamav-reporting-outdated-version/" aria-label="Read more about ClamAV reporting Outdated version">Read more</a>]]></description>
										<content:encoded><![CDATA[<p>Just to remind myself as much as anything, as I've been through this a few times. ClamAV was complaining loudly in the logfiles about not having the most up to date ClamAV. I searched around and was pointed to the Debian Unstable repository to /etc/apt/sources.list (Read the whole article before you add this one &#8230;there is a better one)</p>
<p>After that, on running<strong> apt-get update</strong>, you get a message like this:</p>
<p>W: GPG error: http://volatile.debian.org etch/volatile Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DFD993306D849617</p>
<p>So, take the pubkey number off the end and do this with it.</p>
<pre>sudo gpg --keyserver subkeys.pgp.net --recv-keys DFD993306D849617</pre>
<pre>sudo gpg --armor --export DFD993306D849617 &gt; new.key</pre>
<pre>sudo apt-key add new.key</pre>
<p>I then got a message saying "The following packages have been kept back: clamav clamav-daemon clamav-freshclam"</p>
<p>By using</p>
<pre> sudo <strong>aptitude</strong> dist-upgrade</pre>
<p>(NB aptitude rather than apt-get) the new packages are downloaded. However they're still not up to the level that ClamAV is telling me to upgrade to.</p>
<p>So, more searching. It turns out the most up to date Ubuntu Repositories are from this page &#8230; <a href="https://launchpad.net/~ubuntu-clamav/+archive/ppa">https://launchpad.net/~ubuntu-clamav/+archive/ppa</a>. In my case the solution was to add these lines to my /etc/apt/sources.list</p>
<pre>deb http://ppa.launchpad.net/ubuntu-clamav/ppa/ubuntu hardy main</pre>
<pre>deb-src http://ppa.launchpad.net/ubuntu-clamav/ppa/ubuntu hardy main</pre>
<p>And then run through the pubkey process above, with the different pubkey id number. Later distros might get away with the add-apt-key command, but I was running hardy (8.04) on this particular server.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://play.datalude.com/blog/2010/05/clamav-reporting-outdated-version/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
