Hi,
 
This is my first attempt at getting squidGuard to work. Ans I really need it! I have just installed squidGuard 1.2.0 and db 2.7.7. I also got the blacklists. I am trying to get things working but have trouble with the domains list. When I run squidGuard -C I get the following in my log.
 
init domainlist /usr/local/squidGuard/db/blacklists/aggressive/domains
loading dbfile /usr/local/squidGuard/db/blacklists/aggressive/domains.db
domainlist empty, removed from memory
squidGuard 1.2.0 started (1009336400.742)
squidGuard ready for requests (1009336400.752)
 
My .db file seems fine judging by the db_stat output. The culprit is imho the line with 'domainlist empty...'. The db file attributes are:
-rw-r-----   1 squid    nogroup      3964 Dec 20 14:39 domains
-rw-r--r--   1 squid    nogroup    11264 Dec 26 04:12 domains.db
 
My .conf is:
logdir /usr/local/squidGuard/log
dbhome /usr/local/squidGuard/db
 
dest aggressive {
        domainlist blacklists/aggressive/domains
        }
acl {
        default {
                pass !aggressive all
                redirect http://localhost/cgi-bin/squidGuard.cgi?clientaddr=%a&clientname=%n&clientuser=%i&clientgroup=%s&url=%u
         }
}
 
 
What can be wrong? Any help would be greatly appreciated.
 
A concerned parent.
 
Jan Klaverstijn

Reply via email to