[Bug 271582] cron is not picking up schedule from file in /usr/local/etc/cron.d directory unless you touch the file

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 25 May 2023 16:42:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271582

--- Comment #9 from andrew@tao11.riddles.org.uk ---
(In reply to abhay.rathod from comment #7)

The debug output suggests that it read a line from a third system file after
reading crontab and cron.d/at, but got only a MAILTO and nothing else.

Can you do the debug output again, but this time run

ktrace -f /tmp/cron.trace /usr/sbin/cron -x load,pars,misc,ext

and after control-C'ing it as before, attach the output of

kdump -E -f /tmp/cron.trace

-- 
You are receiving this mail because:
You are the assignee for the bug.