Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: tankduck on October 27, 2008, 08:00:44 pm

Title: modules not visible
Post by: tankduck 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!!

Title: Re: modules not visible
Post by: Javier Amor Garcia 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.
Title: Re: modules not visible
Post by: rnwolf 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
Title: Re: modules not visible
Post by: rnwolf 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

Title: Re: modules not visible
Post by: javi 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