Link to home
Create AccountLog in
Avatar of djmc26
djmc26

asked on

Problem configuring SARG + SQUID

Hi guys,
i just set up (im just beginner though) a proxy linux box, fedora 5.
then with webmin i installed squid (that is working , i have some test clients browsing the net through it) and i want ti install SARG.
Well..i download sarg, install it and then, when i try to generate the first time report it says like " open file error +6.5nr such file doesnt exist (referring to the /var/log/squid/access.log that indeed exist and i set with everyone full control (just to be sure it can touch it..)

whats the problem?????
I checked all parameters are correct..but still...cant create the first "report" from webmin menu...
Any idea?
THANKS IN ADVANCE !!!
Avatar of Pablo Allietti
Pablo Allietti
Flag of Uruguay image

how you install squid? from source? you need to specify sarge where is the file squid/access.log that is the error. if you install in /usr/local/squid you need to specify in sarge.conf or whatever conf file that the access.log is in /usr/local/squid/log/access.log
Right. you need to tell SARG where is the squid log file.
for Fedora squid install I guess it is at /var/log/squid/access.log

and sarg.conf can be at /etc/sarg/sarg.conf

mine has (I do not include most "standard" configs):
language English
access_log /usr/local/squid/var/logs/access.log
graphs yes
title "Internet User Access Reports"
output_dir /var/www/htdocs/squid-reports
resolve_ip yes
user_ip no
topuser_sort_field BYTES reverse
overwrite_report yes
use_comma yes
report_type topsites sites_users users_sites date_time denied auth_failures site_user_time_date

you can edit it to show what you want.  note the "output_dir" where all the sarg html reports will be saved. I put them at my apache html directory =)
Avatar of kiitii
kiitii

Try to install your SARG from :-
http://dag.wieers.com/packages/sarg/

Choose the FC3, it should be compatible.

Then a minimum modification of the sarg.conf file. follow the instruction as above. Your SARG should be working very easily.
BTW, this rpm file will automatically creates CRON jobs. check out the /etc/cron.daily directory.



Avatar of djmc26

ASKER

Actually, answering to redimido e pablo:
i already checked that, ....the conf file ACTUALLY point to the right location, access log, as i said, exist and it is in the position i told sarg to look for it...im start thinking its something "buggy"
Access.log file has even permission to read and write for everyone (to avoid maybe some user perm trouble..) but still it gives that incredibly strange error:

"sarg -l /var/log/squid/access.log
SARG: records in file 1950, reading 0.00%
sort: open failed: +6.5nr no such file or directory (i repeat it EXISTS !!!)
SARG: (index) cant open the file /var/www/sarg/index.sort
SARG: Records in file 1950, reading 100.00%"

SARG FAILED ! see above output for detail

"

i will try now kiitii solution installing this version of sarg above...
mmhh... and can SARG write to /var/www/sarg/index.sort?
do user and the permissions are setup correctly for the temporary index file? SARG needs to write some files itself to know what records are already processed...
Avatar of djmc26

ASKER

actually there is NO index.sort file, i expected the program to create it on the fly, i put the /www/sarg directory in write to everyone (saying in win mode :) ) just to let i create its temp file...
hmmm...
Avatar of djmc26

ASKER

I SOLVED IT !!


i have to create an "empty document" called index.sort and put into /var/www/sarg/ directory..
Now it WORKS LIKE A CHARM !!


quite strange nobody wrote it into the howto or readme files :) anyway i hope that this will help someone else in this task !!!
THANKS TO YOU ALL GUYS !!!
i.

Avatar of djmc26

ASKER

But...the problem is that when i try to generate it again...if i dont put manually an index.sort file, it still doesnt work..CRAP :(
ASKER CERTIFIED SOLUTION
Avatar of Gabriel Orozco
Gabriel Orozco
Flag of Mexico image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
sorry:  "whoever"  should be "however"
Hi all

Does anyone know what the latest sarg version is and where to find it. I am having the same problem when generating reports, it fails. I am using sarg 2.1

Thanks