一般这种情况只是因为cron没有运行而已。
directadmin在官方也有解决办法。
http://help.directadmin.com/item.php?id=107
1) check for /usr/local/directadmin/data/task.queue
It should be deleted every minute. If it exists, check it's contents. If there are more than just 1 or 2 lines, then the dataskq is not running.
2) check /var/log/cron (/var/log/syslog on Debian). See if the dataskq is running every minute (logged every minute). If not, try running
chmod 644 /etc/cron.d/directadmin_cron
