[CentOS-de] yum-updatesd

Frank Schuh schuh at informatik.uni-siegen.de
Mon Okt 8 13:16:55 UTC 2007


Hallo,

ich frag mich im Moment, wie wohl das automatische update in CentOS 5 funktionieren sollte. 
Nun hab ich das so in die yum-updatesd.conf eingestellt, aber das System führt keine updates 
durch.

[root at host ~]# cat /etc/yum/yum-updatesd.conf
[main]
# how often to check for new updates (in seconds)
run_interval = 3600
# how often to allow checking on request (in seconds)
updaterefresh = 600

# how to send notifications (valid: dbus, email, syslog)
emit_via = email
email_to = root at xxx.xxx.de

# should we listen via dbus to give out update information/check for
# new updates
dbus_listener = yes

# automatically install updates
do_update = yes
# automatically download updates
do_download = no
# automatically download deps of updates
do_download_deps = no


...der Service ist aktiviert.
# service yum-updatesd status
yum-updatesd (PID 18927) wird ausgeführt...


Aktivitäten sollten sich ja auch in der /var/log/yum.log zeigen, oder?
Im Netz hab ich auch schon gelesen, dass das 'yum update' via cron zu bervorzugen ist. Wie 
macht ihr das?

Vielen Dank vorab.

Gruss
       Frank