Please try:
Code:cd /usr/local/directadmin/custombuild ./build set awstats yes ./build awstats
You should check cron logs for dataskq entries (the cronjob itself is located in /etc/cron.d/directadmin_cron).
[root@server scripts]# grep aws /var/spool/cron/*
[root@server scripts]# grep aws -R /etc/cron*
[root@server scripts]#/usr/local/directadmin/directadmin c | grep awst
awstats=1
10 0 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d800 | tee /usr/local/directadmin/dataskq.out
And of course you could try and run tally process in a debug mode:
Code:echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue /usr/local/directadmin/dataskq d800 | tee /usr/local/directadmin/dataskq.out
Done, but there isn't anything related to awstats in /usr/local/directadmin/dataskq.out ... Any hint?
[root@server scripts]#/usr/local/directadmin/directadmin c | grep awst
awstats=1
Do you have awstats=1 in directadmin.conf ?
Code:[root@server scripts]#/usr/local/directadmin/directadmin c | grep awst awstats=1
Do you see them all in Directadmin on admin, reseller level?
Try this if some users are missing: http://help.directadmin.com/item.php?id=118
Try this if some users are missing: http://help.directadmin.com/item.php?id=118