And on a completely different note, I'm not sure redirecting to 
google is the best approach. My 11 year old was able to find many 
"interesting" sites by searching google that were not among the 
nearly 500,000 sites in my blacklist. He's now on a whitelist.

Harrison

On 30 Sep 2003 at 12:54, Bee Dutcher wrote:

> 
> are you SURE that the permissions are ok? cause I had the same issues
> and I noticed that my daemon was running as a different user than the
> compiled db file permissions
>     -----Original Message-----
>     From: Javier [mailto:[EMAIL PROTECTED]
>     Sent: Tuesday, September 30, 2003 2:41 PM
>     To: [EMAIL PROTECTED]
>     Subject: squidGuard ignores dbfiles
> 
>     I've compiled and configured squidguard and it runs, but it is not
>     filtering and seems to be ignoring db files or getting them empty.
> 
> The squidGuard.log says:
> 
> 2003-09-30 11:27:00 [7623] init domainlist 
> /usr/local/squid/blacklists/porn/domains
> 2003-09-30 11:27:00 [7623] loading dbfile 
> /usr/local/squid/blacklists/porn/domains.db
> 2003-09-30 11:27:00 [7623] domainlist empty, removed from memory
> 2003-09-30 11:27:00 [7623] init urllist 
> /usr/local/squid/blacklists/porn/urls
> 2003-09-30 11:27:00 [7623] loading dbfile 
> /usr/local/squid/blacklists/porn/urls.db
> 2003-09-30 11:27:00 [7623] urllist empty, removed from memory
> I've compiled databases with "-C all" and the .db files exist in the
> path. Filesystem permissions are ok. My squid.conf is ok and logs
> reports squidGuard is running ok. Ifit helps, mysquidGuard.conf says:
> 
> #---------------------------------------------------------------------
> ------------------------------
> dbhome /usr/local/squid/blacklists
> logdir /var/log/squidGuard
> 
> dest porn {
>  log porn
>  domainlist porn/domains
>  urllist porn/urls
>  redirect http://www.google.com
> }
> acl {
>  default {
>  pass !porn all
>  redirect http://www.google.com
>  }
> }
> #---------------------------------------------------------------------
> ----------------------
> 
> My system is Debian 3.0r1, width Berkeley DB 2.7.7, squid 2.5 STABLE 3
> and squidGuard 1.2.0. SquidGuardhas been compiled with parameters: 
> 
> SGDIR=/usr/local/squid
> LOGDIR=/var/log/squidGuard
> DBHOME=$SGDIR/blacklists
> CONF=$SGDIR/etc/squidGuard.conf
>  ./configure --prefix=$SGDIR --with-sg-logdir=$LOGDIR --with-sg-
> dbhome=$DBHOME --with-sg-config=$CONF
> 
> 
> What's happening???
> Please help me!!
> 
> 
> --=[Javier]=--


Reply via email to