Craig,

Look at the logfile.  Had not done that as of late:)  Here is what I have in the
log:

# tail -f /usr/local/squidGuard/log/squidGuard.log
2001-08-09 11:56:44 [21368] squidGuard 1.1.4 started (997372604.497)
2001-08-09 11:56:44 [21368] squidGuard ready for requests (997372604.512)
2001-08-09 11:56:44 [21368] squidGuard stopped (997372604.583)
2001-08-09 11:59:11 [21375] init domainlist
/usr/local/squidGuard/db/blacklists/porn/domains
2001-08-09 11:59:11 [21375] loading dbfile
/usr/local/squidGuard/db/blacklists/porn/domains.db
2001-08-09 11:59:11 [21375] init urllist
/usr/local/squidGuard/db/blacklists/porn/urls
2001-08-09 11:59:11 [21375] loading dbfile
/usr/local/squidGuard/db/blacklists/porn/urls.db
2001-08-09 11:59:11 [21375] squidGuard 1.1.4 started (997372751.508)
2001-08-09 11:59:11 [21375] squidGuard ready for requests (997372751.523)
2001-08-09 11:59:11 [21375] squidGuard stopped (997372751.556)

Then I tried somesufting to new sites, nothing is ever appended to the log
file.  How do I go about checking to see if it is in emergency mode?

Sam Carleton



Craig Falconer wrote:

> check your log files...  squidguard can be quite quiet, it may be in
> emergency mode which passes everything.
>
> > ----------
> > From:         Sam Carleton[SMTP:[EMAIL PROTECTED]]
> > Sent:         Friday, August 10, 2001 9:19 AM
> > To:   squidguard; squid
> > Subject:      squidGuard is not doing anything, though it seems to be
> > running...
> >
> > I have installed squidGuard and given it a basic squidGuard.conf.  The
> > problem is that nothing is blocked, absolutly nothing.  I have the text
> > file domains in /usr/local/squidGuard/db/blacklists/porn, and I am
> > launching squidGuard with the -c option and telling it where the conf
> > file is located.  But it still blockes NOTHING.
> >
> > ---------------------squidGuard.conf----------------------
> > logdir /usr/local/squidGuard/log
> > dbhome /usr/local/squidGuard/db
> >
> > dest blockedsites {
> >         domainlist      blacklists/porn/domains
> >         urllist         blacklists/porn/urls
> > }
> >
> > acl {
> >         default {
> >                 pass !blockedsites all
> >                 redirect
> > http://localhost/cgi/blocked.cgi?clientaddr=%a&clientname=%n&clientuser=%i
> > &clientgroup=%s&url=%u
> >
> >         }
> > }
> > ---------------------squidGuard.conf----------------------
> >
> > When I look at 'URL redirector stats' in cachemgr of my squid server, I
> > see this:
> >
> > Redirector Statistics:
> > number running: 5 of 5
> > requests sent: 37
> > replies received: 36
> > queue length: 0
> > avg service time: 3 msec
> >
> > | # | FD | # Requests | Flags |      Time  | Offset | Request
> > | 1 |  7 |         36 |    AB |     0.004  |      1 |
> > cache_object://192.168.0.1/redirector 192.168.0.1/- - GET\n
> > | 2 |  8 |          0 |     A | 957652.231 |      0 | (none)
> >
> > I don't really know what I am looking at, other then the fact that I do
> > have
> > five squidGuard's running.  The third through the fifth is pretty much
> > the
> > same as the second line.
> >
> > I know that squid is launching squidGuard, but why isn't squidGuard
> > doing anything?
> >
> > Sam
> >

Reply via email to