Solved Crontab -l is hanging up

Cron is working:
Code:
root@orange:/var/cron # service cron status
cron is running as pid 4809.
However, crontab -l hangs up. I have tried service cron restart several times, I have also tried rebooting the computer and freebsd-update. Nothing whatsoever is appearing in /var/log/cron. There is no file /var/cron/allow or deny. The crontab appears to be correctly installed in /var/cron/tabs/ and it was working prior to updating to FreeBSD 13.2-RELEASE.
Code:
# uname -a
FreeBSD orange 13.2-RELEASE-p8 FreeBSD 13.2-RELEASE-p8 GENERIC amd64
 
Back
Top