Awstats + Cagefs BUG, awstats_process.sh asks for password

Ghadamyari

Verified User
Joined
Aug 13, 2011
Messages
32
Awstats can not process logs on my directadmin server. I'm using the last version of /usr/local/directadmin/scripts/awstats_process.sh file (VERSION=2.9) and directadmin version 1.53.0 .

The error is like this :

Code:
[root@sv45 ~]# /usr/local/directadmin/scripts/awstats_process.sh USER DOMAIN
Conversion not required. Continuing normally
Password:

and it is stuck here asking for password . Tested with both awstats=1 and awstats=2 value in directadmin config file.
 
Last edited:
This has been resolved by removing/commenting the line :

Code:
auth required /lib/security/pam_wheel.so group=wheel

in /etc/pam.d/su


and run the following commands to manually update awstats :

Code:
echo ‘action=tally&value=all’ >> /usr/local/directadmin/data/task.queue

/usr/local/directadmin/dataskq d
 
Last edited:
Back
Top