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@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@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
Frank Schuh schrieb:
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.
...
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?
hmm, gibt es denn hierzu keine Meinung? Sorry, wenn ich nochmal nachfrage.
Gruss Frank
Am Dienstag, 16. Oktober 2007 15:14 schrieb Frank Schuh:
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?
hmm, gibt es denn hierzu keine Meinung? Sorry, wenn ich nochmal nachfrage.
Läuft bei mir als Daemon - problemlos. Über das puplet - siehe auch hier
http://www.deadbabylon.de/blog/2006/09/11/puplet-in-aktion/
klappt das Benachrichtigen dann wunderbar.
hier noch meine 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 = dbus # should we listen via dbus to give out update information/check for # new updates dbus_listener = yes
# automatically install updates do_update = no # automatically download updates do_download = no # automatically download deps of updates do_download_deps = no ...skipping... [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 = dbus # should we listen via dbus to give out update information/check for # new updates dbus_listener = yes
# automatically install updates do_update = no # automatically download updates do_download = no # automatically download deps of updates do_download_deps = no
HTH Timothy
P.S. CentOS 5
Hallo Frank
auf der Workstation lasse ich es so laufen wie es vorinstalliert kommt (also mit yum-updatesd und puplet). Auf unseren Servern wird "yum check-update" von cfengine aufgerufen und ggf. Nagios passive-Alerts generiert.
Chris
Am Dienstag, den 16.10.2007, 15:14 +0200 schrieb Frank Schuh:
Frank Schuh schrieb:
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.
...
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?
hmm, gibt es denn hierzu keine Meinung? Sorry, wenn ich nochmal nachfrage.
Gruss Frank
financial.com AG
Munich head office/Hauptsitz München: Maria-Probst-Str. 19 | 80939 München | Germany Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender) Register court/Handelsregister: Munich – HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
Christoph Maser schrieb:
Hallo Frank
Hallo,
Danke für die schnelle Antwort.
auf der Workstation lasse ich es so laufen wie es vorinstalliert kommt (also mit yum-updatesd und puplet). Auf unseren Servern wird "yum check-update" von cfengine aufgerufen und ggf. Nagios passive-Alerts generiert.
da es um die Server geht, werd ich mir das mal näher anschaun. Danke.
Chris
Gruss Frank
Frank Schuh wrote:
Im Netz hab ich auch schon gelesen, dass das 'yum update' via cron zu bervorzugen ist. Wie macht ihr das?
hmm, gibt es denn hierzu keine Meinung? Sorry, wenn ich nochmal nachfrage.
Wenn du eh automatisch updaten willst, kannst du dir auch yum-cron installieren, was die Updates dann automatisch einspielt.
Cheers,
Ralph