Hi all, <br><br>I updated yum 2.4 to yum 2.9 from ATRPMS by using yum as below. <br><br>yum update yum<br><br>I now have yum 2.9.<br>pls see yum ver below<br><br clear="all">[root@mailgw yum]# rpm -qa |grep yum<br><a href="http://yum-2.9.4-74.el4.at">
yum-2.9.4-74.el4.at</a><br>yum-metadata-parser-1.0-7.1_1.el4.at<br><br>Before that (i.e when I was running yum 2.4), I could enable yum at startup as below<br><br>chkconfig yum on <br><br>and I was also able to start/stop/restart yum as below.
<br><br>/etc/init.d/yum restart. <br><br>I also had a crontab at /etc/cron.daily/yum.cron for updates as below. <br><br> cat /etc/cron.daily/yum.cron<br><br>#!/bin/sh<br><br>if [ -f /var/lock/subsys/yum ]; then<br>        /usr/bin/yum -R 120 -e 0 -d 0 -y update yum
<br>        /usr/bin/yum -R 10 -e 0 -d 0 -y shell /etc/yum/yum-daily.yum<br>fi<br><br>But, Since I updated yum to 2.9, All those are gone. <br><br>Now I want to know that how to enable, restart yum. <br><br>And also I want ot know should I write a crontab for my daily updtaes? 
<br><br>Help needed. <br><br><br><br><br>-- <br>Thank you<br>Indunil Jayasooriya<br>