On 11/13/2018 06:58 AM, Tom Smyth wrote:
> what does crontab -l say ?

SHELL=/bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute hour    mday    month   wday    command
#
# rotate log files every hour, if necessary
0       *       *       *       *       /usr/bin/newsyslog
# send log file notifications, if necessary
#1-59   *       *       *       *       /usr/bin/newsyslog -m
#
# do daily/weekly/monthly maintenance
30      1       *       *       *       /bin/sh /etc/daily
30      3       *       *       6       /bin/sh /etc/weekly
30      5       1       *       *       /bin/sh /etc/monthly
#0      *       *       *       *       sleep $((RANDOM \% 2048)) &&
/usr/libexec/spamd-setup
# list available patches
30      9       *       *       *       syspatch -c
# expire non confirmed publication requests
30      11      *       *       *       doas -u vmail env -i
HOME=/var/vmail /usr/local/bin/gpg-wks-server --cron
# update the root trust anchor for DNSSEC validation
20      2       1,14    *       *       unbound-anchor && rcctl restart
unbound
# get list of authoritative nameservers
20      4       1       May,Nov *       ftp -o
/var/unbound/etc/root.hints https://FTP.INTERNIC.NET/domain/named.cache
&& rcctl restart unbound
@reboot                                 echo "Reboot $(date)"

On 11/13/2018 07:07 AM, Bruno Flueckiger wrote:
> Is the cron(8) daemon running?

yes

> On Tue, 13 Nov 2018 at 05:49, Tony Boston <tboston@bsd.services> wrote:
>>
>> Hi misc@,
>>
>> the daily cron is not running anymore although I can execute '/bin/sh
>> /etc/daily' by hand just fine. I don't see anything in the logs and I
>> don't have any clue what else to check.
>> Do you guys have any idea?
>>
>> --
>> Tony
>>
>> GPG-FP: 49CC8250 CDCF2183 6209C1AE 625677C1 F7783D5F
>> Threema: DN8PJX4Z
>>
> 
> 

Reply via email to