Monthly Archives: May 2022

Cannot send mail using crontab

Issued is like this one and I put comments under it: https://stackoverflow.com/questions/42488101/python-script-not-executed-from-cron/72339239#72339239 The following is helpful but I haven’t tested it yet: Cronjobs run in a minimal environment, so you can’t even assume that $PATH is set correctly. The script is probably … Continue reading

Posted in Uncategorized | Leave a comment

How check crontab logs

cat /var/log/syslog |grep cron

Posted in Uncategorized | Leave a comment