On Thu, 2006-07-06 at 12:35 -0400, Scott R. Godin wrote: > On Thu, 2006-07-06 at 12:14 -0400, Devon Harding wrote: > > > > Do you think this problem looks like this: > > http://bugs.proftpd.org/show_bug.cgi?id=2792 > > > > Which prpftpd package are you using? This was fixed a while > > ago in Extras. > > > > Paul. > > > > > > Don't know how I missed that. Is there a way to have yum auto > > update? > > I just run it manually first thing every morning while the coffee is > brewing; I like to know what's going into the system, in case one needs > to reboot aftwards. You CAN set it up, I think.. > > chkconfig --list yum > > I do believe it's possible . Indeed it is: # chkconfig yum on # service yum start Of course you must decide for yourself if you want unattended auto-updates to happen overnight on your system. You might prefer to run "yum check-update" in a cron job and have it mail the results to you so that you can decide whether to do a manual update or not. Paul.