darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
126 stars 36 forks source link

Error Fatal #140

Closed kpal38 closed 8 years ago

kpal38 commented 8 years ago

Analyze stop with message:

"FATAL: can't opendir /var/www/squidanalyzer/2016/week30: No such file or directory"

Squidanalyzer do not create directory ?

My squidanalyzer version: 6.5

darold commented 8 years ago

At least it should. Do you run squid-analyzer with the right privilege?

kpal38 commented 8 years ago

yes, i run with root user

darold commented 8 years ago

One possible reason of such missing directory is a no space left during creation, you can try to create the directory by hand: mkdir /var/www/squidanalyzer/2016/week30 then start again squid-analyzer.