Author Topic: No modules available after install(?)  (Read 1508 times)

Ratatosk

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
No modules available after install(?)
« on: December 20, 2008, 12:34:27 am »
I tried installing Ebox on both Hardy Heron and Intrepid Ibex but I get the same result. See screenshot. I'm probably missing something here but I was under the impression I should see a lot more under Modules? The box is running Apache2, Bind9, mySql etc... Please help me out :)

Nothing special done, just a fresh install of Ubuntu server and apt-get update and the apt-get install ebox (adding source under Intrepid).


javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: No modules available after install(?)
« Reply #1 on: December 20, 2008, 12:47:42 am »
Hi,

eBox is modular, so the ebox package only contains the base framework, you must install those modules you need.

You can list the available modules by running:

[ebox]
apt-cache search ^ebox
[/ebox]

Or you can install all the modules by running:

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

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: No modules available after install(?)
« Reply #2 on: December 20, 2008, 12:48:58 am »
By the way, please use firefox or some stuff from the UI won't work.

Thanks!

Ratatosk

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: No modules available after install(?)
« Reply #3 on: December 20, 2008, 12:55:18 am »
Thanks for the hint! :) I tried using FF3 with it but it complained about the SSL certificate without offering to create an exception.

I tried adding the exception manually but then it complained about that the site switched encryption method (this was with 10.4) but I tried it now again with 8.04LTS and now it works. IE was just a workaround since it is not as secure...

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: No modules available after install(?)
« Reply #4 on: December 20, 2008, 01:13:56 am »
Disable TLSv1 in FF3 and you won't experience those issues :)