Displaying 4 results from an estimated 4 matches for "emit_via".
2008 Jul 07
3
yum-updatesd not working on CentOS 5.2
...tros like Fedora, etc.. with the same problem.
yum-updatesd does not automatically update in CentOS 5.2, is there
any 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
2008 Feb 25
0
Yum-updatesd not functioning
...nfigured to emit via email to
root. Here is a sample yum-updatesd.conf from one of them:
[main]
# how often to check for new updates (in seconds)
run_interval = 14400
# 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 d...
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 m...
2007 Aug 01
3
yum-updatesd.conf on centos 5
...e 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 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...