<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Automated ClamAV Virus Scanning</title>
	<atom:link href="http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html</link>
	<description>Java, ATG, Seam, and related Technologies</description>
	<lastBuildDate>Wed, 08 Sep 2010 21:01:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html/comment-page-1#comment-60245</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Fri, 11 Jun 2010 19:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=531#comment-60245</guid>
		<description>It should run as root, so it shouldn&#039;t need any special permissions.  Just make sure the scan.log file is owned by root, and it can be world readable without too much risk.

Devon</description>
		<content:encoded><![CDATA[<p>It should run as root, so it shouldn&#8217;t need any special permissions.  Just make sure the scan.log file is owned by root, and it can be world readable without too much risk.</p>
<p>Devon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html/comment-page-1#comment-60191</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Fri, 11 Jun 2010 07:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=531#comment-60191</guid>
		<description>I implemented the scripts for daily and weekly scans, though I have a question regarding the log file setup.

When I first tried to use the LOG option from the command line, I found that I had to create the scan.log file manually.

My question is how did you setup the log file permissions so that the cron script will write to it?</description>
		<content:encoded><![CDATA[<p>I implemented the scripts for daily and weekly scans, though I have a question regarding the log file setup.</p>
<p>When I first tried to use the LOG option from the command line, I found that I had to create the scan.log file manually.</p>
<p>My question is how did you setup the log file permissions so that the cron script will write to it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html/comment-page-1#comment-59683</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Fri, 04 Jun 2010 14:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=531#comment-59683</guid>
		<description>Good point on the -type f thing.  I didn&#039;t check that.  The twice running thing is by design, but I had a cut and paste failure when I updated that script.  It should run once for -mmin and once for -cmin to find both files created in the last 61 minutes, and files modified in the last 61 minutes.  Fixing the script now, good eye!</description>
		<content:encoded><![CDATA[<p>Good point on the -type f thing.  I didn&#8217;t check that.  The twice running thing is by design, but I had a cut and paste failure when I updated that script.  It should run once for -mmin and once for -cmin to find both files created in the last 61 minutes, and files modified in the last 61 minutes.  Fixing the script now, good eye!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerrit Kamp</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html/comment-page-1#comment-59680</link>
		<dc:creator>Gerrit Kamp</dc:creator>
		<pubDate>Fri, 04 Jun 2010 13:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=531#comment-59680</guid>
		<description>Hi Devon,
Thanks for these great scrips! Very, very useful.

Two comments that may be helpful: when using -type f I did not pick up viruses in zip files but as soon as I removed -type f altogether, I did find them. Also, the hourly script above runs &#039;find&#039; and &#039;clamscan&#039; twice.

cheers</description>
		<content:encoded><![CDATA[<p>Hi Devon,<br />
Thanks for these great scrips! Very, very useful.</p>
<p>Two comments that may be helpful: when using -type f I did not pick up viruses in zip files but as soon as I removed -type f altogether, I did find them. Also, the hourly script above runs &#8216;find&#8217; and &#8216;clamscan&#8217; twice.</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html/comment-page-1#comment-58320</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Fri, 21 May 2010 16:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=531#comment-58320</guid>
		<description>Very good point!  Assuming you&#039;re only having the issue with the hourly script, it&#039;s not clam&#039;s fault, it&#039;s mine/linux&#039;s:)  However, I&#039;ve just updated the hourly script in a way that should handle files with spaces no problem.  Give it a test!

Thanks!

Devon</description>
		<content:encoded><![CDATA[<p>Very good point!  Assuming you&#8217;re only having the issue with the hourly script, it&#8217;s not clam&#8217;s fault, it&#8217;s mine/linux&#8217;s:)  However, I&#8217;ve just updated the hourly script in a way that should handle files with spaces no problem.  Give it a test!</p>
<p>Thanks!</p>
<p>Devon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Kramer</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html/comment-page-1#comment-58268</link>
		<dc:creator>Andrew Kramer</dc:creator>
		<pubDate>Fri, 21 May 2010 03:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=531#comment-58268</guid>
		<description>Although to be fair, I think that&#039;s Clam being dumb, not you ;)</description>
		<content:encoded><![CDATA[<p>Although to be fair, I think that&#8217;s Clam being dumb, not you <img src='http://www.digitalsanctuary.com/tech-blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Kramer</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html/comment-page-1#comment-58267</link>
		<dc:creator>Andrew Kramer</dc:creator>
		<pubDate>Fri, 21 May 2010 03:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=531#comment-58267</guid>
		<description>Nice scripts - thanks for posting them.  One problem - filenames with spaces.  Example:&quot;Time_spent on the queue-all messages.png&quot;

Naturally, you get the following complaint:

Time_spent: No such file or directory
on: No such file or directory
the: No such file or directory
queue-all: No such file or directory
messages.png: No such file or directory

:)</description>
		<content:encoded><![CDATA[<p>Nice scripts &#8211; thanks for posting them.  One problem &#8211; filenames with spaces.  Example:&#8221;Time_spent on the queue-all messages.png&#8221;</p>
<p>Naturally, you get the following complaint:</p>
<p>Time_spent: No such file or directory<br />
on: No such file or directory<br />
the: No such file or directory<br />
queue-all: No such file or directory<br />
messages.png: No such file or directory</p>
<p> <img src='http://www.digitalsanctuary.com/tech-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html/comment-page-1#comment-57777</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Tue, 18 May 2010 17:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=531#comment-57777</guid>
		<description>Joshua,

great catch on the semi-colon (fixed it) thanks!!

Glad you like the scripts!

Devon</description>
		<content:encoded><![CDATA[<p>Joshua,</p>
<p>great catch on the semi-colon (fixed it) thanks!!</p>
<p>Glad you like the scripts!</p>
<p>Devon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Glemza</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html/comment-page-1#comment-57776</link>
		<dc:creator>Joshua Glemza</dc:creator>
		<pubDate>Tue, 18 May 2010 17:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=531#comment-57776</guid>
		<description>Thanks for writing these scripts. Also, there&#039;s an erroneous semicolon on line 19 of the hourly script.</description>
		<content:encoded><![CDATA[<p>Thanks for writing these scripts. Also, there&#8217;s an erroneous semicolon on line 19 of the hourly script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
