AWstats not working for one domain - SOLVED

Hello:
Sometime in October AWstats stopped working for one domain. The report looks fine for all my other domains. I see the same crontab entries for all domains. This is the domain that is not reporting:
34 0 * * * /etc/webmin/webalizer/webalizer.pl /var/log/virtualmin/domain.com_access_log
15 12 * * * /etc/webmin/virtualmin-awstats/awstats.pl domain.com

Any ideas what is causing this, or what I can check?

Thanks,
Bill

The first cron line you listed is for Webalizer, so it’s not relevant for awstats. The second line for awstats looks okay to me.

You might want to check /var/log/syslog (or the syslog equivalent of your distro) at 12:15 (that is when awstats should run for that domain), if there are any error messages.

Found the problem! The /tmp/awstats.domain.com.lock file was still there. Removed file, works!