为什么 anacron 无法运行作业?我刚刚添加了每周备份作业,但它无法运行anacron -f
。
以下是 journalctl 中的错误:anacron[28209]: Can't open timestamp file for job cron.daily: Permission denied
cron.weekly 中的所有文件都是可执行的(daily 中也是一样)
$ ll /etc/cron.weekly/
total 32
drwxr-xr-x 2 root root 4096 Mar 5 00:03 ./
drwxr-xr-x 145 root root 12288 Mar 4 23:02 ../
-rwxr-xr-x 1 root root 312 Oct 9 2021 0anacron*
-rwxr-xr-x 2 alex alex 329 Mar 5 00:03 backup*
-rwxr-xr-x 1 root root 1020 Mar 17 2022 man-db*
-rw-r--r-- 1 root root 102 Mar 23 2022 .placeholder
anacron -T
成功。
sudo run-parts --list /etc/cron.weekly/
成功(日常也是如此)