At first I noticed my domain.com.log (at /var/log/httpd/domains/) with a size of 2 gigz. That, as you know, causes a few problems with apache.
I checked my directadmin_cron, and everything seems ok:
As you can see, I have awstats installed.
The I checked my task.queue (at /usr/local/directadmin/data/) and noticed something strange. Quite a few llines of this:
action=vacation&value=all
Which made me think that the file was not beeing executed, for more than just a minute.
I added these 2 lines manually:
action=reset&value=all
action=tally&value=username&type=user
Checked it for a few minutes, and the file was never erased. I think the task.queue is not beeing executed by DA
BTW, I noticed 2 variations of the task.queue:
task.queue20
task.queue(with a space)
I checked my directadmin_cron, and everything seems ok:
Code:
* * * * * root /usr/local/directadmin/dataskq
2 0-23/6 * * * root echo 'action=vacation&value=all' >> /usr/local/directadmin/data/task.queue;
#5 5 * * 0 root /sbin/quotaoff -a; /sbin/quotacheck -augm; /sbin/quotaon -a;
10 0 * * * root /usr/local/directadmin/plugins/awstats/hooks/cgi-bin/awstats_updateall.pl now -awstatsprog=/usr/local/directadmin/plugins/awstats/hooks/cgi-bin/awstats.pl && echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
20 4 1 * * root echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue
0 4 * * * root echo 'action=check&value=license' >> /usr/local/directadmin/data/task.queue
As you can see, I have awstats installed.
The I checked my task.queue (at /usr/local/directadmin/data/) and noticed something strange. Quite a few llines of this:
action=vacation&value=all
Which made me think that the file was not beeing executed, for more than just a minute.
I added these 2 lines manually:
action=reset&value=all
action=tally&value=username&type=user
Checked it for a few minutes, and the file was never erased. I think the task.queue is not beeing executed by DA
BTW, I noticed 2 variations of the task.queue:
task.queue20
task.queue(with a space)