So I have a newly installed server running Ubuntu 14.04 with the default install of Sentora the free open source control panel. I did not make any customization to webalizer or cron. So I am unsure why this error is being thrown. Any ideas?
Here is the email I receive from the server to the root user's email address.
Subject: Cron test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
Body:
/etc/cron.daily/webalizer: /etc/cron.daily/webalizer: 17: /etc/cron.daily/webalizer: Â continue: not found awk: fatal: cannot open file `/etc/webalizer/*.conf' for reading (No such file or directory)
The direcotry /etc/webalizer
only has one file in it: webalizer.conf.sample
. And searching the entire server for a file of webalizer.conf comes up with nothing. So is something misconfigured? Should I just remove this cron job or something? Any thoughts?