Author Topic: modules not visible  (Read 1768 times)

tankduck

  • Zen Apprentice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
modules not visible
« on: October 27, 2008, 08:00:44 pm »

Hi,
I just installed ebox on a new install of ubuntu-server simply with apt-get install ebox as ebox-all didn't work. I then read that I needed to add apt sources list which I then did, and installed  as per http://ebox-platform.com/community/installation-guide/ but the problem is that I only have the original modules (logs and events) and not the list of modules that are visible if I type 'apt-cache rdepends ebox | uniq' in command. Granted I'm new to ebox, what am I doing wrong?

Thanks in advance!!


Javier Amor Garcia

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1225
  • Karma: +12/-0
    • View Profile
Re: modules not visible
« Reply #1 on: October 28, 2008, 09:57:29 am »
The command sudo apt-get install “^ebox-.*” should install all modules, if is not your case, please report back which output you get.

rnwolf

  • Zen Apprentice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: modules not visible
« Reply #2 on: November 03, 2008, 11:02:47 pm »
I have the same problem.

added deb http://ppa.launchpad.net/ebox/ubuntu intrepid main to my sources.list

This is what i get

rnwolf@iceland:~$ sudo apt-get install "^ebox-.*"
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting ebox-openvpn for regex â^ebox-.*â
Note, selecting ebox-ca for regex â^ebox-.*â
Note, selecting ebox-network for regex â^ebox-.*â
Note, selecting ebox-dhcp for regex â^ebox-.*â
Note, selecting ebox-mailfilter for regex â^ebox-.*â
Note, selecting ebox-jabber for regex â^ebox-.*â
Note, selecting ebox-webserver for regex â^ebox-.*â
Note, selecting ebox-mail for regex â^ebox-.*â
Note, selecting ebox-dns for regex â^ebox-.*â
Note, selecting ebox-trafficshaping for regex â^ebox-.*â
Note, selecting ebox-ntp for regex â^ebox-.*â
Note, selecting ebox-software for regex â^ebox-.*â
Note, selecting ebox-usersandgroups for regex â^ebox-.*â
Note, selecting ebox-samba for regex â^ebox-.*â
Note, selecting ebox-objects for regex â^ebox-.*â
Note, selecting ebox-squid for regex â^ebox-.*â
Note, selecting ebox-printers for regex â^ebox-.*â
Note, selecting ebox-services for regex â^ebox-.*â
Note, selecting ebox-firewall for regex â^ebox-.*â
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  ebox-mailfilter: Depends: unzoo but it is not installable
  ebox-software: Depends: esofttool (>= 0.4.1) but it is not installable
E: Broken packages


Any suggestions?

Thanks

rnwolf

  • Zen Apprentice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: modules not visible
« Reply #3 on: November 04, 2008, 05:38:04 pm »
The command sudo apt-get install “^ebox-.*” should install all modules, if is not your case, please report back which output you get.

That is exactly what I did. And the output is immediately below.

You will see that the key seems to be the following message that I got:

------

The following packages have unmet dependencies.
  ebox-mailfilter: Depends: unzoo but it is not installable
  ebox-software: Depends: esofttool (>= 0.4.1) but it is not installable
E: Broken packages

------

When I searched further it seems that unzoo in not in the intrepid repository

https://launchpad.net/ubuntu/intrepid/lpia/unzoo

Package "unzoo" (lpia) in ubuntu intrepid
There is no current release for this package in Ubuntu intrepid (lpia)

Am I using the right APT repository?

Thanks


javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: modules not visible
« Reply #4 on: November 04, 2008, 08:28:16 pm »
I've uploaded a new package which doesn't depend on unzoo.

You should be able to install all the ebox modules but ebox-software by running:

Code: [Select]
apt-get install "^ebox-.*" ebox-software-

Thanks,

Javi