Author Topic: [SOLVED] zentyal and squid proxy  (Read 4929 times)

christian

  • Guest
Re: zentyal and squid proxy
« Reply #15 on: July 10, 2013, 08:25:05 am »
Based on what you show in your log extract, you are trying to install much more than "squid" isn't it?
Furthermore, you don't show command used to launch installation.

If you don't want, for some reason (that could be discussed further BTW) to install using Zentyal ISO, based on Ubuntu 12.04, I would suggest that you first edit sources.list in order to include Zentyal repository then install Zentyal minimum components before moving ahead using Zentyal GUI.

I would say that minimum package list is something like:
zentyal-common
zentyal-core
zentyal-software

(I never tried such install with V3.0 but would be surprised if this doesn't work smoothly)

Other Zentyal components will be automatically added due to dependencies.

Once done, connect with your browser  ;)
Better do this from basic 12.04 Ubuntu server installation. No need to install Apache, Squid or whatever else before installing Zentyal.

kanjah

  • Zen Apprentice
  • *
  • Posts: 15
  • Karma: +0/-0
  • the quiet you become, the more you hear
    • View Profile
Re: zentyal and squid proxy
« Reply #16 on: July 10, 2013, 09:00:13 am »
hi christian, i used the following steps to installl:

first, i added repository to

Code: [Select]
/etc/apt/sources.list
deb http://ppa.launchpad.net/zentyal/3.0/ubuntu precise main
dep http://archive.zentyal.org/zentyal 3.0 main extra

then Authenticated-package

Code: [Select]
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 10E239FF
wget -q http://keys.zentyal.org/zentyal-3.0-archive.asc -O- | sudo apt-key add-

then i installed

Code: [Select]
apt-get update
apt-get install zentyal

then i proceed straight to the gui and tried to install the components that are failing now, ad want to use squid, IDS, bandwidth monitor, and antivirus,
Is my installation correct?
if i cant do it, then it cannot be done

christian

  • Guest
Re: zentyal and squid proxy
« Reply #17 on: July 10, 2013, 09:37:04 am »
Indeed, it looks correct.
Your explanation about installation process was missing at the beginning of this thread and I was wondering why you faced such strange error.

Have you installed anything else on your Ubuntu 12.04 server ?

I might be wrong but for what I understand, installing "zentyal" package installs much more than the minimum, reason why I suggested to install only "common", "core" and "software" but thinking further about this, even "zentyal-common" should not be required but installed automatically thanks to dependencies.
Perhaps "zentyal-network" is a better idea.
Let's Zentyal staff react on this  ;)

did you try to remove and purge zentyal and try again from scratch ?

kanjah

  • Zen Apprentice
  • *
  • Posts: 15
  • Karma: +0/-0
  • the quiet you become, the more you hear
    • View Profile
Re: zentyal and squid proxy
« Reply #18 on: July 10, 2013, 10:30:01 am »
hi christian, thanks for the reply, i have re formatted my sever again, and tried to install zentyal, i still get the same error message, i have installed nothing else on the server, i have configured my NIC's thats all, could it be that am installing a 32 bit of zentyal instead of 64 bit? would it make any difference anyway?
if i cant do it, then it cannot be done