search for: email_to

Displaying 8 results from an estimated 8 matches for "email_to".

2008 Jul 07
3
yum-updatesd not working on CentOS 5.2
...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
2023 Jun 11
1
Upssched 100% CPU after updating Debian 12
...mary actions = set actions = fsd instcmds = all [upsslave] password = xxx upsmon secondary --------------------------------------------------- upssched-cmd #! /bin/bash UPS="eaton5s" UPS_USERNAME="upsmaster" UPS_PASSWORD="xxx" EMAIL_TO=xxx at xxx.xxx<mailto:xxx at xxx.xxx> EMAIL_FROM=xxx at xxx.xxx<mailto:xxx at xxx.xxx> STATUS=`upsc $UPS ups.status 2>&1 | grep -v '^Init SSL'` CHARGE=`upsc $UPS battery.charge 2>&1 | grep -v '^Init SSL'` CHMSG="[$STATUS]:$CHARGE%" MSG="dummy...
2023 Apr 04
5
[RFC PATCH 0/5] fstests specific MAINTAINERS file
I think I might be mad to include that many mailing lists in this patchset... As I explained in [PATCH 1/5], fstests covers more and more fs testing thing, so we always get help from fs specific mailing list, due to they learn about their features and bugs more. Besides that, some folks help to review patches (relevant with them) more often. So I'd like to bring in the similar way of
2005 Nov 17
1
Histogram over a Large Data Set (DB): How?
...pt (edited for brevity), and it works well: ----- library(RMySQL) drv <- dbDriver("MySQL") con <- dbConnect(drv, group="spam") # "where" clause to limit data set size, as described below. spams <- dbGetQuery(con, "select unixtime from email where LENGTH(email_to)=4") firstspam <- min(spams$unixtime) lastspam <- max(spams$unixtime) # spansize == one day spansize <- 60 * 60 * 24 firstbreak = floor(firstspam / spansize) lastbreak = celing(lastspam / spansize) spambreaks = (firstbreak:lastbreak) * spansize hist(spams$unixtime, br=spambreaks, p...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...tions = set actions = fsd instcmds = all [upsslave] password = xxx upsmon secondary --------------------------------------------------- upssched-cmd #! /bin/bash UPS="eaton5s" UPS_USERNAME="upsmaster" UPS_PASSWORD="xxx" EMAIL_TO=xxx at xxx.xxx<mailto:xxx at xxx.xxx> EMAIL_FROM=xxx at xxx.xxx<mailto:xxx at xxx.xxx> STATUS=`upsc $UPS ups.status 2>&1 | grep -v '^Init SSL'` CHARGE=`upsc $UPS battery.charge 2>&1 | grep -v '^Init SSL'` CHMSG="[$STATUS]:$CHARGE%" MSG="...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...tions = set actions = fsd instcmds = all [upsslave] password = xxx upsmon secondary --------------------------------------------------- upssched-cmd #! /bin/bash UPS="eaton5s" UPS_USERNAME="upsmaster" UPS_PASSWORD="xxx" EMAIL_TO=xxx at xxx.xxx<mailto:xxx at xxx.xxx> EMAIL_FROM=xxx at xxx.xxx<mailto:xxx at xxx.xxx> STATUS=`upsc $UPS ups.status 2>&1 | grep -v '^Init SSL'` CHARGE=`upsc $UPS battery.charge 2>&1 | grep -v '^Init SSL'` CHMSG="[$STATUS]:$CHARGE%" MSG="...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...ed a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +[DEFAULT] +debug = true +# Uncomment and replace with the address which should receive any error reports +#email_to = you at yourdomain.com +smtp_server = localhost +error_email_from = paste at localhost + +[server:main] +use = egg:Paste#http +host = 127.0.0.1 +port = 8080 + +[app:main] +use = egg:server +full_stack = true +#lang = ru +cache_dir = %(here)s/data +beaker.session.key = ovirtserver +beaker.session.s...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...ed a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -[DEFAULT] -debug = true -# Uncomment and replace with the address which should receive any error reports -#email_to = you at yourdomain.com -smtp_server = localhost -error_email_from = paste at localhost - -[server:main] -use = egg:Paste#http -host = 127.0.0.1 -port = 8080 - -[app:main] -use = egg:server -full_stack = true -#lang = ru -cache_dir = %(here)s/data -beaker.session.key = ovirtserver -beaker.session.s...