Author Topic: All Http data BLOCKED  (Read 1839 times)

jason_xtreme

  • Zen Apprentice
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
All Http data BLOCKED
« on: February 18, 2009, 06:13:54 pm »
The server went through one of its upgrades updating dansguardian the install asked and recommended that i keep my configuration files which i did this however seems to have killed http traffic. once transparent proxy is disabled everything works fine but at the time where its critical i control content i cant

any help is greatly appreciated

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: All Http data BLOCKED
« Reply #1 on: February 18, 2009, 06:42:52 pm »
Hey Jason,

Please give us more information about your system:

Ubuntu version
eBox version
dansguardian version

Thanks :)

jason_xtreme

  • Zen Apprentice
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: All Http data BLOCKED
« Reply #2 on: February 18, 2009, 08:16:52 pm »
Im using an update of the original ebox/hardy (8.04.2)
everything is the latest from repos further checks
shows this error on dg start
"Config problem; check allowed values for maxcontentfilecachescansize
Error parsing the dansguardian.conf file or other DansGuardian configuration files"

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: All Http data BLOCKED
« Reply #3 on: February 18, 2009, 08:34:07 pm »
Please, post the output of:

Code: [Select]
apt-cache policy ebox-squid
apt-cahe policy dansguardian

jason_xtreme

  • Zen Apprentice
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: All Http data BLOCKED
« Reply #4 on: February 18, 2009, 09:03:20 pm »
ebox-squid:
  Installed: 0.12-0ubuntu1~ppa4~hardy2
  Candidate: 0.12-0ubuntu1~ppa4~hardy2
  Version table:
 *** 0.12-0ubuntu1~ppa4~hardy2 0
        500 http://ppa.launchpad.net hardy/main Packages
        100 /var/lib/dpkg/status
     0.11.99-0ubuntu3 0
        500 http://jm.archive.ubuntu.com hardy/universe Package

and


dansguardian:
  Installed: 2.9.9.7-2~hardy1
  Candidate: 2.9.9.7-2~hardy1
  Version table:
 *** 2.9.9.7-2~hardy1 0
        500 http://jm.archive.ubuntu.com hardy-backports/universe Packages
        100 /var/lib/dpkg/status
     2.8.0.6-antivirus-6.4.4.1-4build1 0
        500 http://jm.archive.ubuntu.com hardy/universe Packages



javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: All Http data BLOCKED
« Reply #5 on: February 18, 2009, 09:15:12 pm »
Probably the problem is that you have installed dansguardian from hardy-backports. The version there has a new configuration format incompatible with ebox from hardy.

Try to install the dansguardian from hardy. You can do it using:
apt-get install dansguardian=2.8.0.......

Be careful with backports in general

jason_xtreme

  • Zen Apprentice
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: All Http data BLOCKED
« Reply #6 on: February 18, 2009, 09:54:47 pm »
yeah i think thats it having problems finding the older version of the file tho will keep looking thanks
« Last Edit: February 18, 2009, 09:57:36 pm by jason_xtreme »

jason_xtreme

  • Zen Apprentice
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: All Http data BLOCKED
« Reply #7 on: February 18, 2009, 10:14:48 pm »
Probably the problem is that you have installed dansguardian from hardy-backports. The version there has a new configuration format incompatible with ebox from hardy.

Try to install the dansguardian from hardy. You can do it using:
apt-get install dansguardian=2.8.0.......

Be careful with backports in general

Works like a charm backport now disabled thank you again