Koozali.org: home of the SME Server

sme7 - the squidguard3.2.tar.gz

yiibong


Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
sme7 - the squidguard3.2.tar.gz
« Reply #1 on: February 04, 2006, 04:22:24 PM »
hey,
It would be nice to have this.
It didn't work for me out of the box, I'm not getting errors running it, but it also does not write new rules. Seems to be something related to new apache but I'm not getting any errors there either.
SME7pre1

erwan

squidguard 3.3 is working well with sme7 rc2
« Reply #2 on: June 03, 2006, 03:42:14 PM »
i just install squidguard 3.3 fr from http://www.spox31.dyndns.org/portail/IMG/gz/squidguard3.3fr.tar.gz and it work well on sme7rc2

Only the administrative interface was not working, so i add a fiew lines to php treatment as this :

in /usr/local/squidGuard/www/squid-ip.php :
after
Code: [Select]
<body>
<?php
$TheFile 
"/home/e-smith/squidguard/ipsec";
add
Code: [Select]
if (!$View)      {$View     =$HTTP_POST_VARS['View'];}
if (!$ipaddress) {$ipaddress=$HTTP_POST_VARS['ipaddress'];}
if (!$access)    {$access  =$HTTP_POST_VARS['access'];}

then in /usr/local/squidGuard/www/squidguard.php :
after
Code: [Select]
<body>
<?php
$TheFile 
"/home/e-smith/squidguard/$dirlocation/$datafile";
add
Code: [Select]
if (!$list)        {$list       =$HTTP_POST_VARS['list'];}
if (!$dirlocation) {$dirlocation=$HTTP_POST_VARS['dirlocation'];}
if (!$thedata)     {$thedata    =$HTTP_POST_VARS['thedata'];}
if (!$switch)      {$switch     =$HTTP_POST_VARS['switch'];}

I guess there is a better way to do it, but i don't know how. Anyway, it's running for me.

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
sme7 - the squidguard3.2.tar.gz
« Reply #3 on: June 03, 2006, 07:15:33 PM »
I get the following error when I try changing filters
Code: [Select]
httpd: PHP Warning:  fopen(/home/e-smith/squidguard//): failed to open stream: Is a directory in /usr/local/squidGuard/www/squidguard.php on line 38


The IP control works fine.
The submission for Blacklists also do not work.

After applying your modifications I receive a message stating success, but it does not really write or read the files. If I modify the files by hand, works OK.

Another thing, it seems that the version you specified above fr 3.3 is the exact same package of the poster 3.2, but in french?

Thanks,

Offline gdbs

  • *
  • 96
  • +0/-0
sme7 - the squidguard3.2.tar.gz
« Reply #4 on: July 11, 2006, 06:16:45 PM »
Conflict at installation:

le fichier /etc/e-smith/templates/etc/rc.d/init.d/masq/35transproxy de l'installation de e-smith-transproxy-0.3-1 entre en conflit avec le fichier du paquetage e-smith-proxy-4.14.0-01
        le fichier /etc/e-smith/templates/etc/squid/squid.conf/50-transproxy de l'installation de e-smith-transproxy-0.3-1 entre en conflit avec le fichier du paquetage e-smith-proxy-4.14.0-01


sorry it's in french....  :-D

And the submission for Blacklists also do not work.

Is anyone have done a new rpm?

or maybe dundog can give their panel for dansguardian for free  :-D  :-D  :-D

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
sme7 - the squidguard3.2.tar.gz
« Reply #5 on: July 12, 2006, 05:13:24 AM »
This is indeed an awessome panel!
Your errors are related to transpoxy and not squidguard thou!
I tested the french version to see if it would make any difference without success!  :-(