tymonhall
03-09-2001, 03:15 PM
Hi I am running webalizer on a raq3 and it seems to work for all my user except for on. The user's stats don't at all unless I do the following manually.
/usr/local/sbin/split_logs web < /var/log/httpd/access
Then i can run the webalizer.
/etc/cron.daily/webalizer.pl
And their stats are updated. Do any one know of a fix for this our should I just add the "/usr/local/sbin/split_logs web < /var/log/httpd/access
" as part of the pl script for webalizer.
WreckRman2
03-09-2001, 04:21 PM
Make sure crond is running...
To ensure "crond" starts up every time, login to your Raq via SSH/Telnet
su
<ENTER YOUR ROOT PASSWORD WHEN PROMPTED>
ls /etc/rc.d/rc3.d/*crond*
If you get a list of one or more files, then crond is already set to automatically start on reboot
If you get "no such file or directory" then type in:
cd /etc/rc.d/rc3.d
ln -s ../init.d/crond ./S40crond
tymonhall
03-09-2001, 04:34 PM
Ok, now what would this all do?
tymonhall
03-09-2001, 04:36 PM
Also when I try running the webalizer manually it still don't update the hits for this customer. The only thing that does update the hits is doing what I showed before.
WreckRman2
03-09-2001, 05:09 PM
I thought you said it would only work if you did it manually so I assumed your crond wasn't set to run. If it doesn't work when you run the webalizer.pl then you have other problems...
tymonhall
03-09-2001, 09:06 PM
What you told me to look for wasn't there any ways so I added it. My crond has to work because I have some other scripts that work ok. I can manually add update the site by doing the command in my original post. I might just have to do that if no one has any ideals on what to do.