<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DotBlag.Com &#187; redhat</title>
	<atom:link href="http://www.dotblag.com/tag/redhat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotblag.com</link>
	<description>Technical Trials And Errors</description>
	<lastBuildDate>Fri, 14 Oct 2011 23:07:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>RPM How I Loathe Thee</title>
		<link>http://www.dotblag.com/2009/02/10/rpm-how-i-loathe-thee/</link>
		<comments>http://www.dotblag.com/2009/02/10/rpm-how-i-loathe-thee/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 04:15:27 +0000</pubDate>
		<dc:creator>SysOp</dc:creator>
				<category><![CDATA[.Fail]]></category>
		<category><![CDATA[.WTFMate?]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.dotblag.com/?p=86</guid>
		<description><![CDATA[Let me count the ways, here&#8217;s #2 (see the previous post on yum for #1)&#8230;. [root@vps0 security]# md5sum access.conf* 1ab9971e4ec0682b89aaff29fea6de9e access.conf 1ab9971e4ec0682b89aaff29fea6de9e access.conf.rpmnew [root@vps0 security]# Why the hell is it creating a .rpmnew file for an IDENTICAL *CONFIG* file?  Hell even the (modification) timestamps are identical!]]></description>
			<content:encoded><![CDATA[<p>Let me count the ways, here&#8217;s #2 (see the previous post on yum for #1)&#8230;.</p>
<pre>[root@vps0 security]# md5sum access.conf*
1ab9971e4ec0682b89aaff29fea6de9e  access.conf
1ab9971e4ec0682b89aaff29fea6de9e  access.conf.rpmnew
[root@vps0 security]#</pre>
<div></div>
<div><span>Why the hell is it creating a .rpmnew file for an IDENTICAL *CONFIG* file?  Hell even the (modification) timestamps are identical!</span></div>
<div></div>
<pre><span>
</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.dotblag.com/2009/02/10/rpm-how-i-loathe-thee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dear yum, you suck.</title>
		<link>http://www.dotblag.com/2009/02/10/dear-yum-you-suck/</link>
		<comments>http://www.dotblag.com/2009/02/10/dear-yum-you-suck/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 01:09:55 +0000</pubDate>
		<dc:creator>SysOp</dc:creator>
				<category><![CDATA[.Fail]]></category>
		<category><![CDATA[.WTFMate?]]></category>
		<category><![CDATA[Speed.Demon]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.dotblag.com/?p=83</guid>
		<description><![CDATA[While doing a template fetch onto our Virtuozzo machine.  A template fetch really just downloads every configured application (this is different from say EVERY application to create a mirror, it just downloads applications configured, and their dependencies).  So it&#8217;s running yum in download-only mode. [root@vps1 private]# vztop vztop - 18:02:45 up 4 days, 17:30, 2 [...]]]></description>
			<content:encoded><![CDATA[<p>While doing a template fetch onto our Virtuozzo machine.  A template fetch really just downloads every configured application (this is different from say EVERY application to create a mirror, it just downloads applications configured, and their dependencies).  So it&#8217;s running yum in download-only mode.</p>
<pre>[root@vps1 private]# vztop

vztop - 18:02:45 up 4 days, 17:30,  2 users,  load average: 1.29, 1.36, 1.28
Tasks: 372 total,   2 running, 370 sleeping,   0 stopped,   0 zombie
Cpu(s): 13.3% us,  1.1% sy,  0.0% ni, 85.2% id,  0.1% wa,  0.1% hi,  0.2% si
Mem:  65881472k total, 22104056k used, 43777416k free,  1624648k buffers
Swap:  4192924k total,        0k used,  4192924k free, 17053276k cached

 CTID   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
    0 27254 root      25   0  308m 299m 4504 R  100  0.5  46:03.17 yum
    0 31593 root      15   0 89524 4672 2568 S    8  0.0   0:35.59 sshd</pre>
<p>Seriously guys? 299MB?  SERIOUSLY?</p>
<p>Not that it really matters on this machine.  For those of you having trouble with the math, thats 64GB w/ around 42GB *free*, yes, same machine from the <a href="http://www.dotblag.com/index.php/2009/02/04/serverpr0n/">Serverpr0n</a> article earlier.  It&#8217;s still annoying.  And, 100% CPU.  Doing WHAT?!  Hell if I know.  YES THATS 45 MINUTES!  At 2GHZ!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dotblag.com/2009/02/10/dear-yum-you-suck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.549 seconds -->

