[CentOS] Yum not updating kernel

Tue Feb 19 22:43:41 UTC 2008
Bob Taylor <bob8221 at gmail.com>

On Tue, 2008-02-19 at 04:59 -0800, Michael A. Peters wrote:

[snip]

> -=-=-=-=-
> #!/bin/sh
> # /etc/cron.daily/yum.cron
> 
> if [ -f /var/lock/subsys/yum ]; then
>          /usr/bin/yum clean headers
>          /usr/bin/yum -e 0 -d 0 -y update yum
>          sleep 300
>          /usr/bin/yum -e 0 -d 0 -y update
>          sleep 10
>          /usr/bin/yum clean headers
> fi
> -=-=-=-=-

I commented out the clean headers and sleep lines. Stopped yum-updatesd
and executed the script from the command line and it just sleeps (ie, ps
aux "script" STAT=S). Curious.

-- 
Bob Taylor