No stats update's anymore

WilcoOnline

Verified User
Joined
Oct 10, 2003
Messages
39
Hello,

We have a problem with the stats webalizer, traffic it's not updated anymore.

I have tried to running the cron by my self but this is showing no output.

i have take a look at /usr/local/directadmin/data/task.queue but this is a empty file ?@#$@#$

Have anybody a soluction for me? Or where can i find this file?
 
The task.queue is just a temporary holder for commands which the dataskq program picks up. Once the commands are run, the file is deleted.

John
 
DirectAdmin Support said:
The task.queue is just a temporary holder for commands which the dataskq program picks up. Once the commands are run, the file is deleted.

John


Allright i understand that. The problem is there still

I have triad to run webalizer with this command
/usr/bin/webalizer

then i get

[root@internetplaza local]# /usr/bin/webalizer
Webalizer V2.01-10 (Linux 2.4.22) English
Using logfile STDIN (clf)
Creating output in current directory
Hostname for reports is 'internetplaza.nl'
History file not found...

Thats alright..

when i do this

echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue

then i get in the file /usr/local/directmin/data/task.queue this entry action=tally&value=all

The problem is still there anybody soluction for this?
 
What happens when you run this:

echo 'action=tally&value=username&type=user' >> /usr/local/directadmin/data/task.queue

where username is the user in question.

John
 
Back
Top