<?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: Automatic package updates in CentOS 6</title>
	<atom:link href="http://major.io/2012/09/21/automatic-package-updates-in-centos-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://major.io/2012/09/21/automatic-package-updates-in-centos-6/</link>
	<description>Words of wisdom from a Linux engineer focused on information security</description>
	<lastBuildDate>Wed, 22 May 2013 10:11:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Otto</title>
		<link>http://major.io/2012/09/21/automatic-package-updates-in-centos-6/#comment-60065</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Tue, 30 Apr 2013 08:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=3760#comment-60065</guid>
		<description><![CDATA[Thank you for this article.
I did however have quite a problem getting yum-cron to run on CentOS 6.4 until I realized the cron job that actually does the work (/etc/cron.daily/0yum.cron) relies on a flag having been set by the yum-cron _daemon_.
On my systems, yum-cron would not work until I told this daemon to start at boot, like so:
chkconfig yum-cron on
service yum-cron start]]></description>
		<content:encoded><![CDATA[<p>Thank you for this article.<br />
I did however have quite a problem getting yum-cron to run on CentOS 6.4 until I realized the cron job that actually does the work (/etc/cron.daily/0yum.cron) relies on a flag having been set by the yum-cron _daemon_.<br />
On my systems, yum-cron would not work until I told this daemon to start at boot, like so:<br />
chkconfig yum-cron on<br />
service yum-cron start</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Julian</title>
		<link>http://major.io/2012/09/21/automatic-package-updates-in-centos-6/#comment-32418</link>
		<dc:creator>Joe Julian</dc:creator>
		<pubDate>Fri, 02 Nov 2012 14:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=3760#comment-32418</guid>
		<description><![CDATA[For excluding packages only from yum-cron but not manual yum, in /etc/sysconfig/yum-cron set
    YUM_PARAMETER=&quot;-x foopkg&quot;
instead.

@linuxgine
If you would like the report to go somewhere besides root, in /etc/sysconfig/yum-cron set
    MAILTO=&quot;me@mydomain.dom&quot;]]></description>
		<content:encoded><![CDATA[<p>For excluding packages only from yum-cron but not manual yum, in /etc/sysconfig/yum-cron set<br />
    YUM_PARAMETER=&#8221;-x foopkg&#8221;<br />
instead.</p>
<p>@linuxgine<br />
If you would like the report to go somewhere besides root, in /etc/sysconfig/yum-cron set<br />
    MAILTO=&#8221;me@mydomain.dom&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etalas</title>
		<link>http://major.io/2012/09/21/automatic-package-updates-in-centos-6/#comment-32010</link>
		<dc:creator>etalas</dc:creator>
		<pubDate>Sat, 20 Oct 2012 13:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=3760#comment-32010</guid>
		<description><![CDATA[@Martin Barry:
The CentOS packages are missing information about the security impact of updates. When you install &quot;yum-plugin-security&quot; you&#039;ll notice that `yum --security check-update` never gives you anything useful. I got a script to reduce the output of (distribution specific) security updates listing tools to a single number (for Zabbix to query) and after some weeks I realized the CentOS hosts _never_ report security updates to install (as opposed to Ubuntu, Debian, Gentoo and Fedora).

@Major:
The RSS-feed for your blog (not just comments for single posts) is well hidden, I wasn&#039;t able to find it...]]></description>
		<content:encoded><![CDATA[<p>@Martin Barry:<br />
The CentOS packages are missing information about the security impact of updates. When you install &#8220;yum-plugin-security&#8221; you&#8217;ll notice that `yum &#8211;security check-update` never gives you anything useful. I got a script to reduce the output of (distribution specific) security updates listing tools to a single number (for Zabbix to query) and after some weeks I realized the CentOS hosts _never_ report security updates to install (as opposed to Ubuntu, Debian, Gentoo and Fedora).</p>
<p>@Major:<br />
The RSS-feed for your blog (not just comments for single posts) is well hidden, I wasn&#8217;t able to find it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Barry</title>
		<link>http://major.io/2012/09/21/automatic-package-updates-in-centos-6/#comment-31062</link>
		<dc:creator>Martin Barry</dc:creator>
		<pubDate>Thu, 27 Sep 2012 14:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=3760#comment-31062</guid>
		<description><![CDATA[Doesn&#039;t the exclusion variable in yum.conf then prevent those from being installed, even with a manual yum run?

It would also be much nicer to be able to automate security updates but leave less urgent ones to a manual run.]]></description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t the exclusion variable in yum.conf then prevent those from being installed, even with a manual yum run?</p>
<p>It would also be much nicer to be able to automate security updates but leave less urgent ones to a manual run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Major Hayden</title>
		<link>http://major.io/2012/09/21/automatic-package-updates-in-centos-6/#comment-30817</link>
		<dc:creator>Major Hayden</dc:creator>
		<pubDate>Fri, 21 Sep 2012 14:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=3760#comment-30817</guid>
		<description><![CDATA[linuxgine -- Just go with the defaults.  You&#039;ll get updates applied automatically with a report emailed to root.]]></description>
		<content:encoded><![CDATA[<p>linuxgine &#8212; Just go with the defaults.  You&#8217;ll get updates applied automatically with a report emailed to root.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linuxgine</title>
		<link>http://major.io/2012/09/21/automatic-package-updates-in-centos-6/#comment-30816</link>
		<dc:creator>linuxgine</dc:creator>
		<pubDate>Fri, 21 Sep 2012 14:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=3760#comment-30816</guid>
		<description><![CDATA[And if you want to update and have a report?]]></description>
		<content:encoded><![CDATA[<p>And if you want to update and have a report?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
