<?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 for Labrat&#039;s Blog</title>
	<atom:link href="http://blog.labrat.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.labrat.info</link>
	<description>Rants, raves and stuff from this dude&#039;s brain</description>
	<lastBuildDate>Sat, 07 Apr 2012 22:37:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Fixing Cacti error 1062 by xy</title>
		<link>http://blog.labrat.info/20100311/fixing-cacti-error-106/comment-page-1/#comment-702</link>
		<dc:creator>xy</dc:creator>
		<pubDate>Sat, 07 Apr 2012 22:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labrat.info/?p=63#comment-702</guid>
		<description>I appreciate this information.

I went this route by checking the DB tables, but nothing there seemed to have a problem. I then ran my poller script manually and noticed the error: FILE SIZE LIMIT

It turns out ./log/cacti.log grew to 2GB in size. Truncating the log file solved the issue, and the DB errors went away.</description>
		<content:encoded><![CDATA[<p>I appreciate this information.</p>
<p>I went this route by checking the DB tables, but nothing there seemed to have a problem. I then ran my poller script manually and noticed the error: FILE SIZE LIMIT</p>
<p>It turns out ./log/cacti.log grew to 2GB in size. Truncating the log file solved the issue, and the DB errors went away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using xargs to do parallel processing by Paralelismo com o xargs &#124; Daemonio Labs</title>
		<link>http://blog.labrat.info/20100429/using-xargs-to-do-parallel-processing/comment-page-1/#comment-701</link>
		<dc:creator>Paralelismo com o xargs &#124; Daemonio Labs</dc:creator>
		<pubDate>Sat, 07 Apr 2012 03:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labrat.info/?p=91#comment-701</guid>
		<description>[...] [3] Using xargs to do parallel processing, by labrat (Acessado em: Abril/2012) http://blog.labrat.info/20100429/using-xargs-to-do-parallel-processing/ [...]</description>
		<content:encoded><![CDATA[<p>[...] [3] Using xargs to do parallel processing, by labrat (Acessado em: Abril/2012) <a href="http://blog.labrat.info/20100429/using-xargs-to-do-parallel-processing/" rel="nofollow">http://blog.labrat.info/20100429/using-xargs-to-do-parallel-processing/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uploading Files in Grails by Eduardo Lingan</title>
		<link>http://blog.labrat.info/20110113/uploading-files-in-grails/comment-page-1/#comment-700</link>
		<dc:creator>Eduardo Lingan</dc:creator>
		<pubDate>Thu, 22 Dec 2011 12:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labrat.info/?p=214#comment-700</guid>
		<description>thanks, danke, gracias!!!!</description>
		<content:encoded><![CDATA[<p>thanks, danke, gracias!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uploading Files in Grails by labrat</title>
		<link>http://blog.labrat.info/20110113/uploading-files-in-grails/comment-page-1/#comment-698</link>
		<dc:creator>labrat</dc:creator>
		<pubDate>Sun, 20 Nov 2011 00:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labrat.info/?p=214#comment-698</guid>
		<description>Hey Juan,

I&#039;m not sure as I don&#039;t know how the springframework.web.multipart classes handle the headers from the web request.  I know for a fact the value of the x-file-name header is the correct value for the filename.  I guess I just trust the web-server&#039;s information more than I trust an implementation I can&#039;t look at.  

To test this would be very easy.  For now just add a line that would do something like this:

def fileName
if(params.qqfile instanceof org.springframework.web.multipart.commons.CommonsMultipartFile)
fileName = params.qqfile.getOriginalFilename()
if (request.getHeader(&#039;x-file-name&#039;) != fileName) {
log.debug &quot;x-file-name != params.qqfile.getOriginalFilename() ; maybe this is not a good idea&quot; 
}
else
fileName = params.qqfile

Run your tests agains the system and see what happens.  

Good luck!</description>
		<content:encoded><![CDATA[<p>Hey Juan,</p>
<p>I&#8217;m not sure as I don&#8217;t know how the springframework.web.multipart classes handle the headers from the web request.  I know for a fact the value of the x-file-name header is the correct value for the filename.  I guess I just trust the web-server&#8217;s information more than I trust an implementation I can&#8217;t look at.  </p>
<p>To test this would be very easy.  For now just add a line that would do something like this:</p>
<p>def fileName<br />
if(params.qqfile instanceof org.springframework.web.multipart.commons.CommonsMultipartFile)<br />
fileName = params.qqfile.getOriginalFilename()<br />
if (request.getHeader(&#8216;x-file-name&#8217;) != fileName) {<br />
log.debug &#8220;x-file-name != params.qqfile.getOriginalFilename() ; maybe this is not a good idea&#8221;<br />
}<br />
else<br />
fileName = params.qqfile</p>
<p>Run your tests agains the system and see what happens.  </p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uploading Files in Grails by Juan</title>
		<link>http://blog.labrat.info/20110113/uploading-files-in-grails/comment-page-1/#comment-697</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Sat, 19 Nov 2011 20:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labrat.info/?p=214#comment-697</guid>
		<description>One question, to get the file name in the controller my code is:

def fileName
if(params.qqfile instanceof org.springframework.web.multipart.commons.CommonsMultipartFile)
      fileName = params.qqfile.getOriginalFilename()
 else
      fileName = params.qqfile 

but, u are using &quot;getHeader(&#039;x-file-name&#039;)&quot;, it´s shorter and it looks nice. Is there any issue with my method ?</description>
		<content:encoded><![CDATA[<p>One question, to get the file name in the controller my code is:</p>
<p>def fileName<br />
if(params.qqfile instanceof org.springframework.web.multipart.commons.CommonsMultipartFile)<br />
      fileName = params.qqfile.getOriginalFilename()<br />
 else<br />
      fileName = params.qqfile </p>
<p>but, u are using &#8220;getHeader(&#8216;x-file-name&#8217;)&#8221;, it´s shorter and it looks nice. Is there any issue with my method ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uploading Files in Grails by Juan</title>
		<link>http://blog.labrat.info/20110113/uploading-files-in-grails/comment-page-1/#comment-696</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Sat, 19 Nov 2011 20:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labrat.info/?p=214#comment-696</guid>
		<description>amigo: gracias gracias gracias . . . greatings from Quito/Ecuador</description>
		<content:encoded><![CDATA[<p>amigo: gracias gracias gracias . . . greatings from Quito/Ecuador</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making BASH&#8217;s ctrl-left arrow work on OSX by Parazoid.net &#187; Ctrl-left in bash on OS X</title>
		<link>http://blog.labrat.info/20100408/ctrl-left-arrow-on-osx/comment-page-1/#comment-693</link>
		<dc:creator>Parazoid.net &#187; Ctrl-left in bash on OS X</dc:creator>
		<pubDate>Wed, 26 Oct 2011 19:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labrat.info/?p=81#comment-693</guid>
		<description>[...] and this laptop it should be exactly what I&#8217;m used to. Thanks to Labrat&#8217;s blog post Making BASH&#8217;s ctrl-left arrow work on OSX I know now to go to Terminals&#8217;s preferences to change this. Once in Settings go to the [...]</description>
		<content:encoded><![CDATA[<p>[...] and this laptop it should be exactly what I&#8217;m used to. Thanks to Labrat&#8217;s blog post Making BASH&#8217;s ctrl-left arrow work on OSX I know now to go to Terminals&#8217;s preferences to change this. Once in Settings go to the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Image Tools plugin for Grails by Pablo</title>
		<link>http://blog.labrat.info/20110127/installing-image-tools-plugin-for-grails/comment-page-1/#comment-692</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Mon, 03 Oct 2011 10:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labrat.info/?p=287#comment-692</guid>
		<description>Thanks ;)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://blog.labrat.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing a LAMP stack on Nexenta by Nexenta under KVM &#171; IT Primer</title>
		<link>http://blog.labrat.info/20100507/installing-a-lamp-stack-on-nexenta/comment-page-1/#comment-690</link>
		<dc:creator>Nexenta under KVM &#171; IT Primer</dc:creator>
		<pubDate>Sat, 17 Sep 2011 13:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labrat.info/?p=17#comment-690</guid>
		<description>[...] http://blog.labrat.info/20100507/installing-a-lamp-stack-on-nexenta/ Share this:TwitterFacebookLike this:LikeBe the first to like this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.labrat.info/20100507/installing-a-lamp-stack-on-nexenta/" rel="nofollow">http://blog.labrat.info/20100507/installing-a-lamp-stack-on-nexenta/</a> Share this:TwitterFacebookLike this:LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Image Tools plugin for Grails by Aamir Talib</title>
		<link>http://blog.labrat.info/20110127/installing-image-tools-plugin-for-grails/comment-page-1/#comment-689</link>
		<dc:creator>Aamir Talib</dc:creator>
		<pubDate>Fri, 22 Jul 2011 04:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labrat.info/?p=287#comment-689</guid>
		<description>Thank you so much labrat for cooperation.

&lt;a href=&quot;#comment-687&quot; rel=&quot;nofollow&quot;&gt;@labrat&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thank you so much labrat for cooperation.</p>
<p><a href="#comment-687" rel="nofollow">@labrat</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

