[CentOS] yum clean all
Michael A. Peters
mpeters at mac.comTue Apr 14 00:04:00 UTC 2009
- Previous message: [CentOS] Building a kernel without kabichk
- Next message: [CentOS] Odd SELinux messages during+after 5.3 upgrade (system_mail_t and postfix_postdrop_t access rpm_var_lib_t)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There seems to be a lot of this needed lately. I suspect the issue is 5.2 -> 5.3 transition. Putting something like this in /etc/cron.daily/ when near a major update *might* make the transition times between point releases easier - #!/bin/bash RANGE=120 number=$RANDOM let "number %= $RANGE" delay=`/usr/bin/expr $number \* 60` sleep $delay /usr/bin/yum clean all > /dev/null 2>&1 /usr/bin/yum makecache > /dev/null 2>&1 -=- Point of the random delay is to not have lots of people hit all the servers at once.
- Previous message: [CentOS] Building a kernel without kabichk
- Next message: [CentOS] Odd SELinux messages during+after 5.3 upgrade (system_mail_t and postfix_postdrop_t access rpm_var_lib_t)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list