search for: email_from

Displaying 7 results from an estimated 7 matches for "email_from".

2008 Jul 07
3
yum-updatesd not working on CentOS 5.2
...um-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
...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 message - $1" case $1 in online) MSG=&qu...
2008 Feb 25
0
Yum-updatesd not functioning
...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 deps of updates do_d...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...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 message - $1" case $1 in online)...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
...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 message - $1" case $1 in online)...
2006 Aug 03
5
Store common settings in one file?
Hi, I''m looking for a way to store common settings, such as the application_name or email address from value in a file. I then want to be able to call these settings in my controllers and models? Is there any easy way of doing this? and where would you recommend I save the file ? Thanks scott -- Posted via http://www.ruby-forum.com/.
2006 Jul 14
7
Form validation - keepin correct fields displayed on refresh
All, I''m finally doing my first real form in Rails - the model object that I''m entering information for has 8 validations so far. If I type in good values for all the fields but one, I get the pretty validation, and the nice field highlighting, but all of the fields are cleared, forcing me to retype all of that info. That is a big drag. Is there a standard way to get the