OVH Community, your new community space.

Mensaje de Cron Daemon


flashmember
14/06/2013, 14:01
Muchas gracias oceano,
Ese fichero se debe configurar cuando instalan el server, no hemos tocado nada de eso, esto es lo que aparece sobre cron:

# Global variables
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
1 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
15 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
30 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
*/10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
# vpopmail
40 * * * * root /home/vpopmail/bin/clearopensmtp 2>&1 > /dev/null
*/1 * * * * root /usr/local/rtm/bin/rtm 12 > /dev/null 2> /dev/null



Un saludo,

oceano
14/06/2013, 13:01
Hola Flashmeber,

Deberías de mirar aquí, " error: stat of /var/log/faillog failed: No such file or directory "

Tienes creado algún Cron aquí dentro 1* que hace referencia a esa ruta inexistente, el mensaje es claro.
1: # crontab -e

Quizá creando 2* tu mismo esa ruta todo se solucionaría, pero debería existir, todo es probar
2: # touch /var/log/faillog


Un saludo !

flashmember
14/06/2013, 12:34
Buenos días a todos,

Tenemos un servidor kemserve configurado para envío de correos, y antes de empezar a utilizarlo, esta mañana no ha llegado un correo con este mensaje:

En asunto: Cron test -x /usr/sbin/run-crons && /usr/sbin/run-crons

y en el mensaje:

error: stat of /var/log/faillog failed: No such file or directory
* Stopping Webmin ... [ ok ]
* Starting Webmin ... [ ok ]
* Stopping Webmin ... [ ok ]
* Starting Webmin ... [ ok ]


Alguien podría explicar que significa y si falta algo por configurar..

Gracias de antemano,