los trabajos cron se detienen en ejecución

0

Tengo un trabajo cron que se ejecuta cada 5 minutos en mi máquina Red Hat.

2,17,32,47 * * * * root / usr / sbin / logrotate -s /var/opt/swms/log/logrotate.status /opt/swms/etc/logrotate.d/syslog

Después de correr durante casi 100 minutos, dejó de funcionar.

7 de mayo 16:14:00 localhost crond [14979]: (CRON) STARTUP (V5.0)
7 de mayo 16:17:01 localhost crond [15358]: (root) CMD (/ usr / sbin / logrotate -s /var/opt/swms/log/logrotate.status /opt/swms/etc/logrotate.d/syslog )
7 de mayo 16:32:01 localhost crond [17282]: (root) CMD (/ usr / sbin / logrotate -s /var/opt/swms/log/logrotate.status /opt/swms/etc/logrotate.d/syslog )
7 de mayo 16:47:01 localhost crond [19121]: (root) CMD (/ usr / sbin / logrotate -s /var/opt/swms/log/logrotate.status /opt/swms/etc/logrotate.d/syslog )
7 de mayo 17:01:01 localhost crond [20874]: (root) CMD (run-parts /etc/cron.hourly)
7 de mayo 17:02:01 localhost crond [20996]: (root) CMD (/ usr / sbin / logrotate -s /var/opt/swms/log/logrotate.status /opt/swms/etc/logrotate.d/syslog )
7 de mayo 17:17:01 localhost crond [22853]: (root) CMD (/ usr / sbin / logrotate -s /var/opt/swms/log/logrotate.status /opt/swms/etc/logrotate.d/syslog )
7 de mayo 17:32:01 localhost crond [24691]: ​​(root) CMD (/ usr / sbin / logrotate -s /var/opt/swms/log/logrotate.status /opt/swms/etc/logrotate.d/syslog )
7 de mayo 17:47:01 localhost crond [26538]: (root) CMD (/ usr / sbin / logrotate -s /var/opt/swms/log/logrotate.status /opt/swms/etc/logrotate.d/syslog )
[root @ localhost log] # fecha
Jue 7 de mayo 18:29:15 UTC 2015

Lo comprobé y el proceso de Crond se está ejecutando. He reiniciado los servicios syslog y crond. Nuevamente enfrenta el mismo problema después de 1 hora.

Cualquier ayuda sería apreciada.

usuario445872
fuente

Respuestas:

0

Es posible que haya un error en algún lugar de su /etc/crontabarchivo (u otro archivo crontab, si usa otros) que impide que se analice. Puede verificarlo con chkcrontab .

gogoud
fuente