Displaying 3 results from an estimated 3 matches for "dbus_listener".
2008 Feb 25
0
Yum-updatesd not functioning
...400
# how often to allow checking on request (in seconds)
updaterefresh = 600
# how to send notifications (valid: dbus, email, syslog)
emit_via = email
email_from = root at FQDN (the real server FQDN is in the file)
# 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
None of the servers notified me of the batch of updates that came out
this weekend. Running 'service yum-updatesd status' o...
2008 Dec 11
6
yum-updatesd or similar for CentOS 4
Hello,
we have enabled yum-updatesd on our dozen real
and virtual machines running CentOS 5.2 some time
ago and are very satisfied:
afarber at ablsw01:~> grep -v ^# /etc/yum/yum-updatesd.conf
[main]
run_interval = 7200
updaterefresh = 1200
emit_via = email
dbus_listener = no
do_update = yes
do_download = yes
do_download_deps = yes
(it would be good to make it use the proxy though...)
My plan is to keep the update mails and if
anything goes wrong, install the older packages.
But until now I never needed to do that :-)
However we have few machines running CentOS...
2007 Aug 01
3
yum-updatesd.conf on centos 5
...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 = yes
# automatically download updates
do_download = yes
# automatically download deps of updates
do_download_deps = yes
Then, I noticed it runs all the time.
Is it proper?
or is there any other way to run yum.
Pls note that I need to download an...