I just installed squidguard on my debian squid box running the woody distro.

Everything looks clean, I downloaded the blacklists file and put entries
in.  I'm getting this error:

2001-08-22 14:09:52 [11094] init domainlist 
/var/lib/squidguard/db/blacklists/ads/domains
2001-08-22 14:09:52 [11094] loading dbfile 
/var/lib/squidguard/db/blacklists/ads/domains.db
2001-08-22 14:09:52 [11094] Error db_open: Unknown error 4294936306

I get one for each domain I added...


I have these:


dest ads {
        domainlist      blacklists/ads/domains
        urllist         blacklists/ads/urls
        expressionlist  blacklists/ads/expressions
        redirect        
http://admin.foo.bar.no/cgi-bin/squidGuard.cgi?clientaddr=%a+clientname=%n+clientident=%i+srcclass=%s+targetclass=%t
+url=%u
}
.
.
.
dest violence {
        domainlist      blacklists/violence/domains
        urllist         blacklists/violence/urls
        expressionlist  blacklists/violence/expressions
        redirect        
http://admin.foo.bar.no/cgi-bin/squidGuard.cgi?clientaddr=%a+clientname=%n+clientident=%i+srcclass=%s+targetclass=%t
+url=%u
}
dest warez {
        domainlist      blacklists/warez/domains
        urllist         blacklists/warez/urls
        expressionlist  blacklists/warez/expressions
        redirect        
http://admin.foo.bar.no/cgi-bin/squidGuard.cgi?clientaddr=%a+clientname=%n+clientident=%i+srcclass=%s+targetclass=%t
+url=%u
}

acl {   
        default {
                pass     !ads !aggressive !audio-video !drugs !gambling !hacking !mail 
!porn !violence !warez any
#               redirect 
http://admin.foo.bar.no/cgi-bin/squidGuard.cgi?clientaddr=%a+clientname=%n+clientident=%i+srcclass=%s+targetclass=%
t+url=%u
        }

I know I need to change the redirect, but that's secondary at this point.
I get that error for each dest I have and its the same #.


Thoughts?


:wq!
---------------------------------------------------------------------------
Robert L. Harris                |  Micros~1 :  
Senior System Engineer          |    For when quality, reliability 
  at RnD Consulting             |      and security just aren't
                                \_       that important!
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'

Reply via email to