<?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: How to quickly trim a log in Linux &#8211; Maybe?</title>
	<atom:link href="http://novapages.com/ideablog/geek-speak/trimming-a-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://novapages.com/ideablog/geek-speak/trimming-a-log/</link>
	<description>Designer * Blogger * Mother * Geek</description>
	<lastBuildDate>Tue, 24 Jan 2012 18:37:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: velda</title>
		<link>http://novapages.com/ideablog/geek-speak/trimming-a-log/comment-page-1/#comment-850</link>
		<dc:creator>velda</dc:creator>
		<pubDate>Tue, 26 Jan 2010 03:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://novapages.com/ideablog/?p=2322#comment-850</guid>
		<description>Good to know! Thanks for the update.</description>
		<content:encoded><![CDATA[<p>Good to know! Thanks for the update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Clark</title>
		<link>http://novapages.com/ideablog/geek-speak/trimming-a-log/comment-page-1/#comment-815</link>
		<dc:creator>Byron Clark</dc:creator>
		<pubDate>Wed, 06 Jan 2010 05:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://novapages.com/ideablog/?p=2322#comment-815</guid>
		<description>Sorry, I didn&#039;t think about the solution enough.  Just removing the file would leave it on the disk until the writing process closes it.  Your solution works as advertised.</description>
		<content:encoded><![CDATA[<p>Sorry, I didn&#8217;t think about the solution enough.  Just removing the file would leave it on the disk until the writing process closes it.  Your solution works as advertised.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: velda</title>
		<link>http://novapages.com/ideablog/geek-speak/trimming-a-log/comment-page-1/#comment-807</link>
		<dc:creator>velda</dc:creator>
		<pubDate>Fri, 01 Jan 2010 21:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://novapages.com/ideablog/?p=2322#comment-807</guid>
		<description>Hmmm, I didn&#039;t think about that... and it seemed to free up the disk space nicely...  Where does the huge file stay?</description>
		<content:encoded><![CDATA[<p>Hmmm, I didn&#8217;t think about that&#8230; and it seemed to free up the disk space nicely&#8230;  Where does the huge file stay?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Clark</title>
		<link>http://novapages.com/ideablog/geek-speak/trimming-a-log/comment-page-1/#comment-806</link>
		<dc:creator>Byron Clark</dc:creator>
		<pubDate>Fri, 01 Jan 2010 21:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://novapages.com/ideablog/?p=2322#comment-806</guid>
		<description>There&#039;s only one small problem with that method.  The original huge log file still exists on disk and will not be removed until the process doing the logging closes it.  You&#039;ll want to either send a SIGHUP to or restart the logging process after trimming the file.</description>
		<content:encoded><![CDATA[<p>There&#8217;s only one small problem with that method.  The original huge log file still exists on disk and will not be removed until the process doing the logging closes it.  You&#8217;ll want to either send a SIGHUP to or restart the logging process after trimming the file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

