Displaying 4 results from an estimated 4 matches for "do_download_dep".
Did you mean:
do_download_deps
2008 Jul 07
3
yum-updatesd not working on CentOS 5.2
...ny patch for this? anyone using this daemon for Yum?
This is the configuration file:
# grep -v "#" /etc/yum/yum-updatesd.conf
[main]
run_interval = 60
updaterefresh = 60
emit_via = email
email_to = santi at example.com
email_from = centos at example.com
do_update = yes
do_download = yes
do_download_deps = yes
Regards,
[1] http://bugs.centos.org/view.php?id=2039
[2] http://bugs.centos.org/view.php?id=2592
[3] http://bugs.centos.org/view.php?id=2560
--
Santi Saez
2007 Aug 01
3
yum-updatesd.conf on centos 5
...It has no crontab
running. It has a file called /etc/yum/yum-updatesd.conf instaed.
in this yum-updatesd.conf file,
by default, below 3 lines were set to no
# automatically install updates
do_update = no
# automatically download updates
do_download = no
# automatically download deps of updates
do_download_deps = no
I changed it to yes.
Pls see below for my yum-updatesd.conf file.
[root at mailgw ~]# 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 notific...
2008 Feb 25
0
Yum-updatesd not functioning
...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' on each of them
showed it as running, yet a 'yum update' showed the available updates. I
tried running yum-updatesd manually on each, and after loading th...
2008 Dec 11
6
yum-updatesd or similar for CentOS 4
...nabled 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 4.7
which we can't upgrade to 5 (because of Oracle...