<?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: The State of Open Source System Automation</title>
	<atom:link href="http://www.linux-mag.com/id/7841/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/7841/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Sat, 05 Oct 2013 13:48:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: onblksaapn</title>
		<link>http://www.linux-mag.com/id/7841/#comment-144133</link>
		<dc:creator>onblksaapn</dc:creator>
		<pubDate>Wed, 08 Feb 2012 17:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7841/#comment-144133</guid>
		<description>G6179Y  &lt;a href=&quot;http://akxxosibwevp.com/&quot; rel=&quot;nofollow&quot;&gt;akxxosibwevp&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>G6179Y  <a href="http://akxxosibwevp.com/" rel="nofollow">akxxosibwevp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nita</title>
		<link>http://www.linux-mag.com/id/7841/#comment-142795</link>
		<dc:creator>Nita</dc:creator>
		<pubDate>Tue, 07 Feb 2012 10:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7841/#comment-142795</guid>
		<description>We just ran into the sccm cenlit performance issue. We had a script blow out the sccm cenlit to the domain, and the support team did this on sunday at about 1am. Every sunday at 1am since then our VMware farm grinds to a halt. Cpu spikes, storage spikes.We found that sccm was launching a dir /s inventory on all of its cenlits on the 7 day aniversary. About 200 vms.Still not sure how we will fix this, but ideas would be appreciated.</description>
		<content:encoded><![CDATA[<p>We just ran into the sccm cenlit performance issue. We had a script blow out the sccm cenlit to the domain, and the support team did this on sunday at about 1am. Every sunday at 1am since then our VMware farm grinds to a halt. Cpu spikes, storage spikes.We found that sccm was launching a dir /s inventory on all of its cenlits on the 7 day aniversary. About 200 vms.Still not sure how we will fix this, but ideas would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iranzo Maestre</title>
		<link>http://www.linux-mag.com/id/7841/#comment-9547</link>
		<dc:creator>Iranzo Maestre</dc:creator>
		<pubDate>Sat, 28 May 2011 20:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7841/#comment-9547</guid>
		<description>we use cfengine2 with some logic of our own to control around 130 computers, and is very nice and powerfull, when you get to understand it.

Now we are thinking to get in puppet. I&#039;d like to post soon to tell you how it was.</description>
		<content:encoded><![CDATA[<p>we use cfengine2 with some logic of our own to control around 130 computers, and is very nice and powerfull, when you get to understand it.</p>
<p>Now we are thinking to get in puppet. I&#8217;d like to post soon to tell you how it was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redmumba</title>
		<link>http://www.linux-mag.com/id/7841/#comment-8630</link>
		<dc:creator>redmumba</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7841/#comment-8630</guid>
		<description>&lt;p&gt;We run Bcfg2 pretty extensively at our offices, and it certainly has its pluses and minuses.  However, one of the things that is a real stick in the side is TGenshi, the Bcfg2 templating system.  One of the great things about TGenshi is, well, it allows you to add logic to your file--so you can generate files from the Properties plugin, dynamically encrypt passwords, etc..  Great feature, right?&lt;/p&gt;
&lt;p&gt;Debugging is AWFUL.  The errors TGenshi throws by defaulty largely generic; for example, if you have a 100 line Python file being run in the template, and an error occurs anywhere, you&#039;ll just get a message saying &quot;Could not generate this file.&quot;  No line number, no raising of the original Python exception, nothing.  If you want to do any serious work, you&#039;ll have to write your own wrapper to catch errors--or at least a line number for what failed.&lt;/p&gt;
&lt;p&gt;Bcfg2&#039;s strongest feature is keeping everything the same on every server, so I would consider combining this for day-to-day maintenance, and maybe Puppet or cfengine for deployment.&lt;/p&gt;
&lt;p&gt;Andrew
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>We run Bcfg2 pretty extensively at our offices, and it certainly has its pluses and minuses.  However, one of the things that is a real stick in the side is TGenshi, the Bcfg2 templating system.  One of the great things about TGenshi is, well, it allows you to add logic to your file&#8211;so you can generate files from the Properties plugin, dynamically encrypt passwords, etc..  Great feature, right?</p>
<p>Debugging is AWFUL.  The errors TGenshi throws by defaulty largely generic; for example, if you have a 100 line Python file being run in the template, and an error occurs anywhere, you&#8217;ll just get a message saying &#8220;Could not generate this file.&#8221;  No line number, no raising of the original Python exception, nothing.  If you want to do any serious work, you&#8217;ll have to write your own wrapper to catch errors&#8211;or at least a line number for what failed.</p>
<p>Bcfg2&#8242;s strongest feature is keeping everything the same on every server, so I would consider combining this for day-to-day maintenance, and maybe Puppet or cfengine for deployment.</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jblaine</title>
		<link>http://www.linux-mag.com/id/7841/#comment-8631</link>
		<dc:creator>jblaine</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7841/#comment-8631</guid>
		<description>&lt;p&gt;We&#039;ve been using cfengine 1+2 for 11 years.
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>We&#8217;ve been using cfengine 1+2 for 11 years.</p>
]]></content:encoded>
	</item>
</channel>
</rss>