I am a linux newbie an am experimenting with sme server 7.3. i ahve a server installated with several users and domains all runing fine. lately i wanteded to explore some contribs so i installaed awstats for qmail, the contrib is working fine. the last command mentioned in the instructions while installing awstats is to perform a manual update. since then i am getting this message on my admin account every two hours. what does this message mean and how can it be disabled.
subject of message: Cron <root@mcp61> /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -update -config=mail >/dev/nu
message: /bin/ls: /var/log/qmail/*.s: No such file or directory
/bin/basename: too few arguments
Try `/bin/basename --help' for more information.
The procedure i used to install awstats is as follows
Installation
Download the RPM from the AWstats homepage
wget
http://prdownloads.sourceforge.net/awstats/awstats-6.7-1.noarch.rpmInstall the RPM
/usr/bin/yum -y localinstall awstats-6.7-1.noarch.rpm
Note:
If you have the AWStats contrib installed, use this install command
rpm -ivh --force awstats-6.7-1.noarch.rpm
Setup
Download the setup script qmail-awstats-setup.sh and run it.
wget
http://mirror.contribs.org/smeserver/contribs/michaelw/sme7/Qmail-AWStats/qmail-awstats-setup.shbash qmail-awstats-setup.sh
This script...
creates an AWStats config file for Qmail
creates a data directory for AWStats
installs a logfile preprocessor script
creates a custom template for httpd.conf
creates a custom template for crontab
Run the first update manually
/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -update -config=mail
Usage
Point your browser to
https://YOUR_SMESERVER_IP/awstats/awstats.pl?config=mail and login as admin.
I believe the message i get is due to the last command i issued
how do i solve this problem?
cirkit