<?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>HostOnNet.com &#187; yum</title>
	<atom:link href="http://blog.hostonnet.com/tag/yum/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hostonnet.com</link>
	<description>Windows, Linux, Ubuntu, Web Hosting</description>
	<lastBuildDate>Mon, 07 Jun 2010 08:14:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Auto update CentOS server with yum</title>
		<link>http://blog.hostonnet.com/auto-update-centos-server-with-yum</link>
		<comments>http://blog.hostonnet.com/auto-update-centos-server-with-yum#comments</comments>
		<pubDate>Sun, 31 Jan 2010 09:55:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[auto update]]></category>
		<category><![CDATA[auto yum update]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[cronjob]]></category>
		<category><![CDATA[yum]]></category>
		<category><![CDATA[yum update]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=179</guid>
		<description><![CDATA[Create file yum_update.sh vi /etc/cron.daily/yum_update.sh With following content #!/bin/bash &#160; /usr/bin/yum -y -R 120 -d 0 -e 0 update yum /usr/bin/yum -y -R 10 -e 0 -d 0 update -e 0 -d 0 are to only show critical errors. -R adds random delay between command execution. Make it executable chmod 755 /etc/cron.daily/yum_update.sh]]></description>
			<content:encoded><![CDATA[<p>Create file yum_update.sh</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>cron.daily<span style="color: #000000; font-weight: bold;">/</span>yum_update.sh</pre></div></div>

<p>With following content</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>yum <span style="color: #660033;">-y</span> <span style="color: #660033;">-R</span> <span style="color: #000000;">120</span> <span style="color: #660033;">-d</span> <span style="color: #000000;">0</span> <span style="color: #660033;">-e</span> <span style="color: #000000;">0</span> update yum
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>yum <span style="color: #660033;">-y</span> <span style="color: #660033;">-R</span> <span style="color: #000000;">10</span> <span style="color: #660033;">-e</span> <span style="color: #000000;">0</span> <span style="color: #660033;">-d</span> <span style="color: #000000;">0</span> update</pre></div></div>

<p>-e 0 -d 0  are to only show critical errors.<br />
-R adds random delay between command execution.</p>
<p>Make it executable</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">755</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>cron.daily<span style="color: #000000; font-weight: bold;">/</span>yum_update.sh</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/auto-update-centos-server-with-yum/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fipscheck conflicts with fipscheck-lib-1.2.0-1.el5.x86_64</title>
		<link>http://blog.hostonnet.com/fipscheck-conflicts-with-fipscheck-lib-1-2-0-1-el5-x86_64</link>
		<comments>http://blog.hostonnet.com/fipscheck-conflicts-with-fipscheck-lib-1-2-0-1-el5-x86_64#comments</comments>
		<pubDate>Sat, 30 Jan 2010 18:05:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fipscheck]]></category>
		<category><![CDATA[yum]]></category>
		<category><![CDATA[yum update]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=177</guid>
		<description><![CDATA[When i run yum update i get error &#91;root@server12 ~&#93;# yum update ..... ..... some text removed ..... ERROR with rpm_check_debug vs depsolve: fipscheck conflicts with fipscheck-lib-1.2.0-1.el5.x86_64 Complete! &#40;1, &#91;'Please report this error in bugzilla'&#93;&#41; &#91;root@server12 ~&#93;# This is caused by both 32 and 64 bit version installed. &#91;root@server12 ~&#93;# rpm -qa fipscheck fipscheck-1.0.3-1.el5 fipscheck-1.0.3-1.el5 [...]]]></description>
			<content:encoded><![CDATA[<p>When i run yum update i get error</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>server12 ~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># yum update</span>
.....
..... some text removed
.....
ERROR with rpm_check_debug vs depsolve:
fipscheck conflicts with fipscheck-lib-1.2.0-1.el5.x86_64
Complete<span style="color: #000000; font-weight: bold;">!</span>
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">1</span>, <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #ff0000;">'Please report this error in bugzilla'</span><span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>server12 ~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;">#</span></pre></div></div>

<p>This is caused by both 32 and 64 bit version installed.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>server12 ~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># rpm -qa fipscheck</span>
fipscheck-1.0.3-1.el5
fipscheck-1.0.3-1.el5
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>server12 ~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;">#</span></pre></div></div>

<p>I got the error fixed by</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum remove fipscheck</pre></div></div>

<p>This will also remove package &#8220;nss_ldap&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/fipscheck-conflicts-with-fipscheck-lib-1-2-0-1-el5-x86_64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Java on CentOs</title>
		<link>http://blog.hostonnet.com/installing-java-on-centos</link>
		<comments>http://blog.hostonnet.com/installing-java-on-centos#comments</comments>
		<pubDate>Thu, 01 Oct 2009 20:25:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[openjdk]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=145</guid>
		<description><![CDATA[Java is available in CentOS 5. root@server70 &#91;~&#93;# yum list&#124;grep openjdk java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.2.b09.el5 installed java-1.6.0-openjdk-demo.x86_64 1:1.6.0.0-1.2.b09.el5 updates java-1.6.0-openjdk-devel.x86_64 1:1.6.0.0-1.2.b09.el5 updates java-1.6.0-openjdk-javadoc.x86_64 1:1.6.0.0-1.2.b09.el5 updates java-1.6.0-openjdk-src.x86_64 1:1.6.0.0-1.2.b09.el5 updates root@server70 &#91;~&#93;# To install java, run yum install java-1.6.0-openjdk Java will be installed on /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java root@server70 &#91;/var/log&#93;# rpm -q --filesbypkg java-1.6.0-openjdk &#124; grep &#34;/bin/java&#34; java-1.6.0-openjdk /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/bin/java root@server70 &#91;/var/log&#93;# which [...]]]></description>
			<content:encoded><![CDATA[<p>Java is available in CentOS 5.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span>~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># yum list|grep openjdk</span>
java-1.6.0-openjdk.x86_64                  <span style="color: #000000;">1</span>:1.6.0.0-1.2.b09.el5       installed
java-1.6.0-openjdk-demo.x86_64             <span style="color: #000000;">1</span>:1.6.0.0-1.2.b09.el5       updates
java-1.6.0-openjdk-devel.x86_64            <span style="color: #000000;">1</span>:1.6.0.0-1.2.b09.el5       updates
java-1.6.0-openjdk-javadoc.x86_64          <span style="color: #000000;">1</span>:1.6.0.0-1.2.b09.el5       updates
java-1.6.0-openjdk-src.x86_64              <span style="color: #000000;">1</span>:1.6.0.0-1.2.b09.el5       updates
root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span>~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;">#</span></pre></div></div>

<p>To install java, run</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #c20cb9; font-weight: bold;">install</span> java-1.6.0-openjdk</pre></div></div>

<p>Java will be installed on</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>jvm<span style="color: #000000; font-weight: bold;">/</span>java-1.6.0-openjdk-1.6.0.0<span style="color: #000000; font-weight: bold;">/</span>jre<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>java</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># rpm -q --filesbypkg java-1.6.0-openjdk  | grep &quot;/bin/java&quot;</span>
java-1.6.0-openjdk        <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>jvm<span style="color: #000000; font-weight: bold;">/</span>java-1.6.0-openjdk-1.6.0.0.x86_64<span style="color: #000000; font-weight: bold;">/</span>jre<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>java
root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># which java</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>java
root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># cd /usr/bin</span>
root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># ls -la |grep java</span>
lrwxrwxrwx  <span style="color: #000000;">1</span> root root          <span style="color: #000000;">22</span> Aug <span style="color: #000000;">25</span> 02:<span style="color: #000000;">56</span> java -<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>alternatives<span style="color: #000000; font-weight: bold;">/</span>java<span style="color: #000000; font-weight: bold;">*</span>
root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># ls -la /etc/alternatives/java</span>
lrwxrwxrwx <span style="color: #000000;">1</span> root root <span style="color: #000000;">46</span> Aug <span style="color: #000000;">25</span> 02:<span style="color: #000000;">56</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>alternatives<span style="color: #000000; font-weight: bold;">/</span>java -<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>jvm<span style="color: #000000; font-weight: bold;">/</span>jre-1.6.0-openjdk.x86_64<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>java<span style="color: #000000; font-weight: bold;">*</span>
root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;">#</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/installing-java-on-centos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: Missing Dependency: perl(Crypt::PasswdMD5) is needed by package syslinux</title>
		<link>http://blog.hostonnet.com/error-missing-dependency-perlcryptpasswdmd5-is-needed-by-package-syslinux</link>
		<comments>http://blog.hostonnet.com/error-missing-dependency-perlcryptpasswdmd5-is-needed-by-package-syslinux#comments</comments>
		<pubDate>Tue, 16 Jun 2009 16:32:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=88</guid>
		<description><![CDATA[When i run yum update I got following error root@server70 &#91;~&#93;# yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * rpmforge: fr2.rpmfind.net * base: mirrors.service.softlayer.com * updates: mirrors.service.softlayer.com * addons: mirrors.service.softlayer.com * extras: mirrors.service.softlayer.com rpmforge &#124; 1.1 kB 00:00 base &#124; 1.1 kB 00:00 updates &#124; 951 B 00:00 addons &#124; 951 [...]]]></description>
			<content:encoded><![CDATA[<p>When i run</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum update</pre></div></div>

<p>I got following error</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span>~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># yum update</span>
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 <span style="color: #000000; font-weight: bold;">*</span> rpmforge: fr2.rpmfind.net
 <span style="color: #000000; font-weight: bold;">*</span> base: mirrors.service.softlayer.com
 <span style="color: #000000; font-weight: bold;">*</span> updates: mirrors.service.softlayer.com
 <span style="color: #000000; font-weight: bold;">*</span> addons: mirrors.service.softlayer.com
 <span style="color: #000000; font-weight: bold;">*</span> extras: mirrors.service.softlayer.com
rpmforge                                                                                               <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #000000;">1.1</span> kB     00:00
base                                                                                                   <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #000000;">1.1</span> kB     00:00
updates                                                                                                <span style="color: #000000; font-weight: bold;">|</span>  <span style="color: #000000;">951</span> B     00:00
addons                                                                                                 <span style="color: #000000; font-weight: bold;">|</span>  <span style="color: #000000;">951</span> B     00:00
extras                                                                                                 <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #000000;">1.1</span> kB     00:00
Excluding Packages <span style="color: #000000; font-weight: bold;">in</span> global exclude list
Finished
Setting up Update Process
Resolving Dependencies
--<span style="color: #000000; font-weight: bold;">&gt;</span> Running transaction check
---<span style="color: #000000; font-weight: bold;">&gt;</span> Package syslinux.x86_64 <span style="color: #000000;">0</span>:<span style="color: #000000;">3.82</span>-1.el5.rf <span style="color: #000000; font-weight: bold;">set</span> to be updated
--<span style="color: #000000; font-weight: bold;">&gt;</span> Processing Dependency: <span style="color: #c20cb9; font-weight: bold;">perl</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>Crypt::PasswdMD5<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">for</span> package: syslinux
--<span style="color: #000000; font-weight: bold;">&gt;</span> Finished Dependency Resolution
syslinux-<span style="color: #000000;">3.82</span>-1.el5.rf.x86_64 from rpmforge has depsolving problems
  --<span style="color: #000000; font-weight: bold;">&gt;</span> Missing Dependency: <span style="color: #c20cb9; font-weight: bold;">perl</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>Crypt::PasswdMD5<span style="color: #7a0874; font-weight: bold;">&#41;</span> is needed by package syslinux-<span style="color: #000000;">3.82</span>-1.el5.rf.x86_64 <span style="color: #7a0874; font-weight: bold;">&#40;</span>rpmforge<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Error: Missing Dependency: <span style="color: #c20cb9; font-weight: bold;">perl</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>Crypt::PasswdMD5<span style="color: #7a0874; font-weight: bold;">&#41;</span> is needed by package syslinux-<span style="color: #000000;">3.82</span>-1.el5.rf.x86_64 <span style="color: #7a0874; font-weight: bold;">&#40;</span>rpmforge<span style="color: #7a0874; font-weight: bold;">&#41;</span>
root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span>~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;">#</span></pre></div></div>

<p>syslinux is not useful on servers, so this can be fixed by editing /etc/yum.conf</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>yum.conf</pre></div></div>

<p>In the line exclude =, at the end add syslinux*</p>
<p>In this cause, installation is from &#8220;rpmforge&#8221; repo, it is not used, so i removed rpmforge repository</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span>~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># cd /etc/yum.repos.d</span>
root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>yum.repos.d<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># ls -l</span>
total <span style="color: #000000;">60</span>
drwxr-xr-x  <span style="color: #000000;">2</span> root root  <span style="color: #000000;">4096</span> Jan <span style="color: #000000;">22</span> 04:<span style="color: #000000;">53</span> .<span style="color: #000000; font-weight: bold;">/</span>
drwxr-xr-x <span style="color: #000000;">98</span> root root <span style="color: #000000;">12288</span> Jun <span style="color: #000000;">16</span> <span style="color: #000000;">10</span>:<span style="color: #000000;">36</span> ..<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #660033;">-rw-r--r--</span>  <span style="color: #000000;">1</span> root root  <span style="color: #000000;">1946</span> Dec  <span style="color: #000000;">3</span>  <span style="color: #000000;">2007</span> CentOS-Base.repo
<span style="color: #660033;">-rw-r--r--</span>  <span style="color: #000000;">1</span> root root  <span style="color: #000000;">2049</span> Nov <span style="color: #000000;">22</span>  <span style="color: #000000;">2007</span> CentOS-Base.repo.original
<span style="color: #660033;">-rw-r--r--</span>  <span style="color: #000000;">1</span> root root  <span style="color: #000000;">2323</span> Mar <span style="color: #000000;">16</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> CentOS-Base.repo.rpmnew
<span style="color: #660033;">-rw-r--r--</span>  <span style="color: #000000;">1</span> root root   <span style="color: #000000;">626</span> Mar <span style="color: #000000;">16</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> CentOS-Media.repo
<span style="color: #660033;">-rw-r--r--</span>  <span style="color: #000000;">1</span> root root   <span style="color: #000000;">954</span> Apr <span style="color: #000000;">25</span>  <span style="color: #000000;">2008</span> epel.repo_old
<span style="color: #660033;">-rw-r--r--</span>  <span style="color: #000000;">1</span> root root  <span style="color: #000000;">1054</span> Apr <span style="color: #000000;">25</span>  <span style="color: #000000;">2008</span> epel-testing.repo_old
<span style="color: #660033;">-rw-r--r--</span>  <span style="color: #000000;">1</span> root root   <span style="color: #000000;">684</span> Mar  <span style="color: #000000;">8</span>  <span style="color: #000000;">2007</span> mirrors-rpmforge
<span style="color: #660033;">-rw-r--r--</span>  <span style="color: #000000;">1</span> root root   <span style="color: #000000;">428</span> Mar  <span style="color: #000000;">8</span>  <span style="color: #000000;">2007</span> rpmforge.repo
root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>yum.repos.d<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># mv rpmforge.repo rpmforge.repo_old</span>
root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>yum.repos.d<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># yum update</span>
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 <span style="color: #000000; font-weight: bold;">*</span> base: mirrors.service.softlayer.com
 <span style="color: #000000; font-weight: bold;">*</span> updates: mirrors.service.softlayer.com
 <span style="color: #000000; font-weight: bold;">*</span> addons: mirrors.service.softlayer.com
 <span style="color: #000000; font-weight: bold;">*</span> extras: mirrors.service.softlayer.com
Excluding Packages <span style="color: #000000; font-weight: bold;">in</span> global exclude list
Finished
Setting up Update Process
No Packages marked <span style="color: #000000; font-weight: bold;">for</span> Update
root<span style="color: #000000; font-weight: bold;">@</span>server70 <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>yum.repos.d<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;">#</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/error-missing-dependency-perlcryptpasswdmd5-is-needed-by-package-syslinux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
