<?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 Terrarum</title>
	<atom:link href="http://terrarum.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://terrarum.net</link>
	<description>System Administration and Development</description>
	<lastBuildDate>Tue, 24 Jan 2012 19:48:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Adding a Calendar Widget to BIRT by Scott Mead</title>
		<link>http://terrarum.net/administration/adding-a-calendar-widget-to-birt.html#comment-6421</link>
		<dc:creator>Scott Mead</dc:creator>
		<pubDate>Tue, 24 Jan 2012 19:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://terrarum.net/?p=255#comment-6421</guid>
		<description>&lt;p&gt;You can change the format of what JSCal returns by changing:&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;button id=&quot;_button&quot;&gt;...&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Calendar.setup({
    trigger    : &#039;_button&#039;,
    inputField : &#039;&#039;,
            onSelect   : function() { this.hide() }
}); 
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;to:&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;button id=&quot;_button&quot;&gt;...&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Calendar.setup({
    trigger    : &#039;_button&#039;,
    inputField : &#039;&#039;,
    dateFormat : &#039;%Y-%m-%d %H:%M:%S.000&#039;,
            onSelect   : function() { this.hide() }
}); 
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You can change the format of what JSCal returns by changing:</p>

<p></p>

<p>&lt;button id=&quot;_button&#8221;&gt;&#8230;</p>

<pre><code>Calendar.setup({
    trigger    : '_button',
    inputField : '',
            onSelect   : function() { this.hide() }
}); 
</code></pre>

<p></p>

<p>to:</p>

<p></p>

<p>&lt;button id=&quot;_button&#8221;&gt;&#8230;</p>

<pre><code>Calendar.setup({
    trigger    : '_button',
    inputField : '',
    dateFormat : '%Y-%m-%d %H:%M:%S.000',
            onSelect   : function() { this.hide() }
}); 
</code></pre>

<p></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating an Ubuntu Server Install by txomon</title>
		<link>http://terrarum.net/administration/automating-an-ubuntu-server-install.html#comment-6079</link>
		<dc:creator>txomon</dc:creator>
		<pubDate>Sun, 15 Jan 2012 15:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://terrarum.net/wordpress/?p=17#comment-6079</guid>
		<description>&lt;p&gt;I would rather use apt-cacher-ng , its the new apt-cacher, and works extremely well. Doesn&#039;t need any configuration.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I would rather use apt-cacher-ng , its the new apt-cacher, and works extremely well. Doesn&#8217;t need any configuration.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Caching RPMs with automirror by Joe Topjian</title>
		<link>http://terrarum.net/administration/caching-rpms-with-automirror.html#comment-5001</link>
		<dc:creator>Joe Topjian</dc:creator>
		<pubDate>Mon, 19 Dec 2011 18:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://terrarum.net/?p=334#comment-5001</guid>
		<description>&lt;p&gt;Another note to make:&lt;/p&gt;

&lt;p&gt;I was confident that this script would work well for any RPM repository, but after testing over several months, I only had long-term success with CentOS5.&lt;/p&gt;

&lt;p&gt;I&#039;ve since begun using Polipo for caching. It&#039;s a very small proxy server, and although it caches all data, I&#039;ve been able to get it to work on some systems where automirror failed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another note to make:</p>

<p>I was confident that this script would work well for any RPM repository, but after testing over several months, I only had long-term success with CentOS5.</p>

<p>I&#8217;ve since begun using Polipo for caching. It&#8217;s a very small proxy server, and although it caches all data, I&#8217;ve been able to get it to work on some systems where automirror failed.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Caching RPMs with automirror by Joe Topjian</title>
		<link>http://terrarum.net/administration/caching-rpms-with-automirror.html#comment-5000</link>
		<dc:creator>Joe Topjian</dc:creator>
		<pubDate>Mon, 19 Dec 2011 18:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://terrarum.net/?p=334#comment-5000</guid>
		<description>&lt;p&gt;In your last comment you have&lt;/p&gt;

&lt;p&gt;&quot;ERROR: Getting request failed: Client closed&quot;&lt;/p&gt;

&lt;p&gt;If this is the last log entry before automirror stops working, I would suspect there is a compatibility issue with RHEL and RedHat&#039;s repositories.&lt;/p&gt;

&lt;p&gt;Have you tried running automirror with --verbose? Does it give any hints?&lt;/p&gt;

&lt;p&gt;Also does the user running automirror have proper permissions to write to  /var/cache/yum/automirror ?&lt;/p&gt;

&lt;p&gt;As a side note, the location of the cached files can be specified in the rc script or with command-line flags.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In your last comment you have</p>

<p>&#8220;ERROR: Getting request failed: Client closed&#8221;</p>

<p>If this is the last log entry before automirror stops working, I would suspect there is a compatibility issue with RHEL and RedHat&#8217;s repositories.</p>

<p>Have you tried running automirror with &#8211;verbose? Does it give any hints?</p>

<p>Also does the user running automirror have proper permissions to write to  /var/cache/yum/automirror ?</p>

<p>As a side note, the location of the cached files can be specified in the rc script or with command-line flags.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Caching RPMs with automirror by bushidoka</title>
		<link>http://terrarum.net/administration/caching-rpms-with-automirror.html#comment-4990</link>
		<dc:creator>bushidoka</dc:creator>
		<pubDate>Mon, 19 Dec 2011 15:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://terrarum.net/?p=334#comment-4990</guid>
		<description>&lt;p&gt;I&#039;m using RHEL5.   And I just checked from another box and it is still not working.  You can see it is talking to my proxy on 8181 but it is not saving files in /var/cache/yum/automirror over there&lt;/p&gt;

&lt;p&gt;yum       31358     root    5u  IPv4 2444784       TCP solexa4:47814-&gt;solexa-db:8181 (ESTABLISHED)
yum       31358     root   10u  IPv4 2444789       TCP solexa4:54907-&gt;xmlrpc.rhn.redhat.com:https (ESTABLISHED)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m using RHEL5.   And I just checked from another box and it is still not working.  You can see it is talking to my proxy on 8181 but it is not saving files in /var/cache/yum/automirror over there</p>

<p>yum       31358     root    5u  IPv4 2444784       TCP solexa4:47814-&gt;solexa-db:8181 (ESTABLISHED)
yum       31358     root   10u  IPv4 2444789       TCP solexa4:54907-&gt;xmlrpc.rhn.redhat.com:https (ESTABLISHED)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Caching RPMs with automirror by Joe Topjian</title>
		<link>http://terrarum.net/administration/caching-rpms-with-automirror.html#comment-4989</link>
		<dc:creator>Joe Topjian</dc:creator>
		<pubDate>Mon, 19 Dec 2011 15:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://terrarum.net/?p=334#comment-4989</guid>
		<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;What distribution are you using? I have found that automirror does not work with CentOS/RHEL 6+.&lt;/p&gt;

&lt;p&gt;If you are using a 6+ distribution, see the note here: http://terrarum.net/administration/caching-rpms-with-automirror.html#update&lt;/p&gt;

&lt;p&gt;Joe&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello,</p>

<p>What distribution are you using? I have found that automirror does not work with CentOS/RHEL 6+.</p>

<p>If you are using a 6+ distribution, see the note here: <a href="http://terrarum.net/administration/caching-rpms-with-automirror.html#update" rel="nofollow">http://terrarum.net/administration/caching-rpms-with-automirror.html#update</a></p>

<p>Joe</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Caching RPMs with automirror by bushidoka</title>
		<link>http://terrarum.net/administration/caching-rpms-with-automirror.html#comment-4988</link>
		<dc:creator>bushidoka</dc:creator>
		<pubDate>Mon, 19 Dec 2011 15:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://terrarum.net/?p=334#comment-4988</guid>
		<description>&lt;p&gt;Well I was pretty excited about this, but I cannot seem to make it go.  There was already something on port 8080 so I figured out how to make it sit on 8181.  I was not sure where it was caching files but think I figured out it is in /var/cache/yum/automirror.   On the first try nothing was in there (not even a directory there) so I made the directory, the removed the RPM in question to try again.  Did my yum install and it downloaded it afresh - but there is still nothing in /var/cache/yum/automirror.&lt;/p&gt;

&lt;p&gt;During the download I did &quot;lsof -i 8181&quot; and saw that yum was indeed talking to port 8181.  This was all on the same host BTW - automirror running on the same machine I was doing yum on.&lt;/p&gt;

&lt;p&gt;Log file looks like this :&lt;/p&gt;

&lt;p&gt;[Mon Dec 19 10:21:56 2011] (13545) Processing: mirrorlist
[Mon Dec 19 10:21:56 2011] (13545) Using: external mirror for /
[Mon Dec 19 10:21:56 2011] (13545) Processing: repomd.xml
[Mon Dec 19 10:21:56 2011] (13545) Using: external mirror for /
[Mon Dec 19 10:31:36 2011] (13545) ERROR: Getting request failed: Client closed&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well I was pretty excited about this, but I cannot seem to make it go.  There was already something on port 8080 so I figured out how to make it sit on 8181.  I was not sure where it was caching files but think I figured out it is in /var/cache/yum/automirror.   On the first try nothing was in there (not even a directory there) so I made the directory, the removed the RPM in question to try again.  Did my yum install and it downloaded it afresh &#8211; but there is still nothing in /var/cache/yum/automirror.</p>

<p>During the download I did &#8220;lsof -i 8181&#8243; and saw that yum was indeed talking to port 8181.  This was all on the same host BTW &#8211; automirror running on the same machine I was doing yum on.</p>

<p>Log file looks like this :</p>

<p>[Mon Dec 19 10:21:56 2011] (13545) Processing: mirrorlist
[Mon Dec 19 10:21:56 2011] (13545) Using: external mirror for /
[Mon Dec 19 10:21:56 2011] (13545) Processing: repomd.xml
[Mon Dec 19 10:21:56 2011] (13545) Using: external mirror for /
[Mon Dec 19 10:31:36 2011] (13545) ERROR: Getting request failed: Client closed</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perlish &#8211; Try::Tiny by nm</title>
		<link>http://terrarum.net/development/perlish-trytiny.html#comment-4450</link>
		<dc:creator>nm</dc:creator>
		<pubDate>Tue, 06 Dec 2011 17:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://terrarum.net/?p=293#comment-4450</guid>
		<description>&lt;p&gt;Worth mentioning:&lt;/p&gt;

&lt;p&gt;http://search.cpan.org/~doy/Try-Tiny-0.09/lib/Try/Tiny.pm#BACKGROUND&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Worth mentioning:</p>

<p><a href="http://search.cpan.org/~doy/Try-Tiny-0.09/lib/Try/Tiny.pm#BACKGROUND" rel="nofollow">http://search.cpan.org/~doy/Try-Tiny-0.09/lib/Try/Tiny.pm#BACKGROUND</a></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a Calendar Widget to BIRT by Rahul Chundawat</title>
		<link>http://terrarum.net/administration/adding-a-calendar-widget-to-birt.html#comment-3422</link>
		<dc:creator>Rahul Chundawat</dc:creator>
		<pubDate>Wed, 09 Nov 2011 06:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://terrarum.net/?p=255#comment-3422</guid>
		<description>&lt;p&gt;in a single try i added this calander to my application thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>in a single try i added this calander to my application thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modifying Vixie Cron for Fun by Normalex</title>
		<link>http://terrarum.net/development/modifying-vixie-cron-for-fun.html#comment-2388</link>
		<dc:creator>Normalex</dc:creator>
		<pubDate>Mon, 03 Oct 2011 05:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://terrarum.net/wordpress/?p=11#comment-2388</guid>
		<description>&lt;p&gt;Joe, I almost started modifying it in the same direction, when accidentally read your article.
Very nice toying.
Would you like to work more on it together and make a nice complete feature?
Here is what I wanted to change:
* single execution queue
* on each children completion log process&#039;s exec statistics like total time and memory getrusage()
* additional parameters, like exclusion list of users from queuing.
* we might create a global timer and handle queue in the main thread, this way there is no need to create many inherited threads. The timer will queue jobs and fork those users that should not be queued.
* each job completion will trigger pop for the new one from the queue, not loop based.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Joe, I almost started modifying it in the same direction, when accidentally read your article.
Very nice toying.
Would you like to work more on it together and make a nice complete feature?
Here is what I wanted to change:
* single execution queue
* on each children completion log process&#8217;s exec statistics like total time and memory getrusage()
* additional parameters, like exclusion list of users from queuing.
* we might create a global timer and handle queue in the main thread, this way there is no need to create many inherited threads. The timer will queue jobs and fork those users that should not be queued.
* each job completion will trigger pop for the new one from the queue, not loop based.</p>]]></content:encoded>
	</item>
</channel>
</rss>

