Debian stretch 9.4
Recentemente atualizado de 9.x não se lembra da versão anterior exata
Percebi que o cron está reclamando sobre esse arquivo /etc/cron.d/sync
crontab
Mar 15 10:35:00 yop cron[26343]: Error: bad minute; while reading /etc/cron.d/sync
Mar 15 10:35:00 yop cron[26343]: (*system*sync) ERROR (Syntax error, this crontab file will be ignored)
Este cron está acionando sync e fstrim, o problema é que eu não sei de onde ele vem?
É do Debian instalar diretamente?
Também não tenho certeza de entender onde está o problema, eu estava pensando sobre o traço -
no início da linha, mas parece válido no crontab.
$ cat -v /etc/cron.d/sync
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
5 * * * * root sync; echo 3 > /proc/sys/vm/drop_caches
-5 23 * * * root fstrim /
If the UID of the owner is 0 (root), the first character of a crontab entry can be "-" character. This will prevent cron from writing a syslog message about the command being executed.
Aqui está o que eu verifiquei para tentar entender como ele foi instalado:
$ dpkg-query -S /etc/cron.d/sync
dpkg-query: no path found matching pattern /etc/cron.d/sync
$ readlink -f /etc/cron.d/sync
/etc/cron.d/sync
$ cat /etc/debian_version
9.4
Obrigado por qualquer entrada
Tags cron debian crontab debian-stretch