September 26, 20196 yr Some time ago I had created a cron job to run a simple file copy script to copy out material periodically to deliver to my parents. I've since removed the file, and I can't find any entries for it when editing my cron jobs with "crontab -e" but every minute or so I get these same three entries in the system log: Sep 25 23:11:01 Saidin crond[1730]: exit status 127 from user root /boot/custom/ToParents.sh Sep 25 23:11:02 Saidin sSMTP[29924]: Unable to locate Sep 25 23:11:02 Saidin sSMTP[29924]: Cannot open :0 It's not a big deal at all, my server functions just fine, but it's certainly cluttering up the log. Any suggestions for a fix?
September 26, 20196 yr crontab -l cat /etc/cron.d/root And you probably added the cronjob via the "go" file Edited September 26, 20196 yr by Squid
September 27, 20196 yr Author The culprit was in /etc/cron.d/root. Didn't even think to look there, not sure how I knew to put it there in the first place. Thanks @Squid.
September 28, 20196 yr Check your /boot/config/go if you're adding it there. Also, you may have added a .cron file into /boot/config/plugins/dynamix which would also have the same effect
Archived
This topic is now archived and is closed to further replies.