Koozali.org: home of the SME Server

squidguard

Offline magwm

  • *
  • 159
  • +0/-0
  • SmeLover
    • Gadis Tourist Service Italia SRL
squidguard
« on: May 25, 2010, 03:19:58 PM »
How is the status of the squidguard contrib?

I discovered today that the squidguard on my main server that functions as proxy, did not work (

the rpm at http://sme-mirror.firewall-services.com/contribs/jbennett/sme7/squidguard/RPMS/

has problems with the new shalla list at http://www.shallalist.de/Downloads/shallalist.tar.gz (the other one is outdated)

I had to comment out the line

Code: [Select]
[ $blacklist = 'http://squidguard.shalla.de/Downloads/shallalist.tar.gz' ] || exit 0
to make supdate work.

still, I don't know if it is working correctly or not. any hints?
MagWm

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: squidguard
« Reply #1 on: May 25, 2010, 09:09:38 PM »
How is the status of the squidguard contrib?

I don't know, but if you suspect there is anything wrong with it, you should open a bug report in the bug tracker (see "BUGS" link, above).

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: squidguard
« Reply #2 on: May 25, 2010, 09:31:36 PM »
any hints?

yes.. check squid's log..

as Charlie stated, if something doesn't work, open a bug, thank you

Edit: just checked: to make the update script with other url, you have to change from

Code: [Select]
[ $blacklist = 'http://squidguard.shalla.de/Downloads/shallalist.tar.gz' ] || exit 0

to

Code: [Select]
[ $blacklist != '' ] || exit 0

please opena a bug, I will attach the patch
« Last Edit: May 25, 2010, 10:07:46 PM by Stefano »

Offline magwm

  • *
  • 159
  • +0/-0
  • SmeLover
    • Gadis Tourist Service Italia SRL
Re: squidguard
« Reply #3 on: May 27, 2010, 09:57:56 AM »
here's the bug..

http://bugs.contribs.org/show_bug.cgi?id=5975

in my case, just updating the link did not work, i had to remove and reinstall the rpm from
http://sme-mirror.firewall-services.com/contribs/jbennett/sme7/squidguard/RPMS/smeserver-squidguard-1.0-34.noarch.rpm

and then it worked again. meh.

good. users are complaining again.. (why does my socialnet not work?)  :shock:
MagWm