Anacron falha ao abrir a pasta cron.daily

2

Recentemente eu mudei do anacrontab específico do usuário (usando -t) para o global-one. Agora, todos os dias, o anacron me manda uma mensagem (e-mail para root) que não conseguiu abrir a pasta cron.daily:

Subject: Anacron job 'cron.daily' on myComputer
Message: run-parts: failed to open directory /etc/cron.daily: No such file or directory

As tarefas rsnapshot são executadas normalmente, no entanto, as tarefas relacionadas ao cron não. Aqui meu anacrontab /etc/anacrontab

# /etc/anacrontab: configuration file for anacron
#
# See anacron(8) and anacrontab(5) for details.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
HOME=/root
LOGNAME=root

# These replace cron's entries
# days to wait - delay in minutes - job-name - command to execute
1   5   cron.daily  run-parts --report /etc/cron.daily
7   10  cron.weekly run-parts --report /etc/cron.weekly
@monthly    15  cron.monthly    run-parts--report /etc/cron.monthly
1   5   rsnapshot.day   /usr/local/bin/doBackup.sh daily
7   30  rsnapshot.week  /usr/local/bin/doBackup.sh weekly

E aqui a saída de ls -rtl /etc | grep cron para ver as permissões da pasta:

-rw-r--r--  1 root root      722 Jul  3  2012 crontab
drwxr-xr-x  2 root root     4096 Sep 11  2015 cron.hourly
drwxr-xr-x  2 root root     4096 Sep 11  2015 cron.monthly
drwxr-xr-x  2 root root     4096 Sep 11  2015 cron.weekly
drwxr-xr-x  2 root root     4096 Jan 25 16:04 cron.daily
-rw-r--r--  1 root root      858 Mar 21 10:49 anacrontab
drwxr-xr-x  2 root root     4096 Mar 21 10:57 cron.d
drwxr-xr-x 10 root root     4096 Mar 21 10:57 cron-apt

(Eu ainda não tenho reputação suficiente para criar a tag 'anacron'. Se você está prestes a remover esta linha, por favor, também adicione a tag 'anacron')

    
por Alex 22.03.2016 / 10:14

1 resposta

0

Resolvido. Por favor, verifique a resposta em "superusuário"

Não tenho certeza se devo excluir a pergunta em "serverfault"? Pelo menos eu não sou capaz de marcá-lo como duplicado, sice eu só posso me referir a outras questões de falha de servidor.

    
por 15.06.2016 / 16:37

Tags