libexec/atrun in cron not running

Code:
11.0-RELEASE-p9 FreeBSD 11.0-RELEASE-p9 #0: Tue Apr 11 08:48:40 UTC 2017     [email]root@amd64-builder.daemonology.net[/email]:/usr/obj/usr/src/sys/GENERIC  amd64
Code:
Dec 12 02:05:00 peetssfo1 /usr/sbin/cron[88473]: (root) CMD (/usr/libexec/atrun)
Dec 12 02:05:00 peetssfo1 /usr/sbin/cron[88472]: (root) USER (account unavailable)
Dec 12 02:10:00 peetssfo1 /usr/sbin/cron[88480]: (root) CMD (/usr/libexec/atrun)
Dec 12 02:10:00 peetssfo1 /usr/sbin/cron[88479]: (root) USER (account unavailable)
No problem running the command directly. Do I need to create an account for libexec?
 
I will do the update. However do I need to create a user in the event the problem isn't cleared with the update?
 
It won't be cleared with an update. Have a look in /var/cron/tabs/. I'm betting you have a user's crontab there from a user that's been removed.
 
Just a FYI, I got this from a Digital Ocean "droplet", which I guess wasn't built correctly. Grrr... I will review all the users. Not a bad idea anyway since I didn't do the original installation. I have an even older rev of freebsd where cron works, so I have a reference.
 
Back
Top