Author Topic: Newbee needs help on file sharing module  (Read 1964 times)

pauli

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Newbee needs help on file sharing module
« on: November 24, 2008, 07:21:27 pm »
I had installed ubuntu 8.10 server edition (intrepid ibex) on my old computer and installed ebox by adding "deb http://ppa.launchpad.net/ebox-unstable/ubuntu intrepid main" to /etc/apt/sources.list
Ebox is now up and running. Unfortunately I cannot activate the file sharing module. It comes back with "An internal error has ocurred. This is most probably a bug, relevant information can be found in the logs." The logs don't show anything.
Please help.

steph

  • Zen Apprentice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Newbee needs help on file sharing module
« Reply #1 on: November 25, 2008, 06:53:59 am »
I had this same experience when I installed eBox for the first time last week on Ubuntu 8.04. My work around was to install *all* of the packages (I had started with just a few, thinking that a better strategy).

First back up '/etc/apt/sources.list' thusly:
Code: [Select]
sudo cp /etc/apt/sources.list /etc/apt/sources.list.original
Then open '/etc/apt/sources.list' for editing:
Code: [Select]
sudo nano /etc/apt/sources.list
Add this line:
Code: [Select]
deb http://ppa.launchpad.net/ebox/ubuntu hardy main
Close and save  '/etc/apt/sources.list'.

Get the latest update:
Code: [Select]
sudo apt-get update
Install ALL the packages:
Code: [Select]
sudo apt-get install "^ebox-.*"

sixstone

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1417
  • Karma: +26/-0
    • View Profile
    • Sixstone's blog
Re: Newbee needs help on file sharing module
« Reply #2 on: November 25, 2008, 09:11:02 am »
Could you enable the debug mode to "yes" in /etc/ebox/99ebox.conf? Afterwards, you may try to reproduce the bug.

It could be cool to have more feedback from this issue.

Thanks for your feedback!
My secret is my silence...

pauli

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Newbee needs help on file sharing module
« Reply #3 on: November 25, 2008, 06:26:38 pm »
Last night i reinstalled the whole thing with the image found on the ebox site. Now it works with Hardy.
To reproduce the bug I am going to install Intrepid and Ebox again. Then I can enable the debug mode and see what is going to happen.
Installing "All" packages with "^ebox-.*" did not work.

Thanks for  your replies.

pauli

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Newbee needs help on file sharing module
« Reply #4 on: November 25, 2008, 08:10:17 pm »
Reinstalled Intrepid.
Installed ebox with "^ebox-.*" this time that worked.
enabled debug mode to yes.
First time I tried to enable file sharing it came back with the same message.
No log.
Then enabled firewall. Took a long time to save.
Tried again. Now this appeared:
Failed to enable
\n
\n$VAR1 = bless( {


'-stacktrace' => 'Failed to enable at /usr/share/perl5/EBox/CGI/ServiceModule/ConfigureModuleController.pm line 71
   EBox::CGI::ServiceModule::ConfigureModuleController::_process(\'EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0xb9...\') called at /usr/share/perl5/EBox/CGI/Base.pm line 261
   EBox::CGI::Base::run(\'EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0xb9...\') called at /usr/share/perl5/EBox/CGI/Run.pm line 86
   EBox::CGI::Run::run(\'EBox::CGI::Run\', \'ServiceModule/ConfigureModuleController\') called at /usr/share/ebox/cgi/ebox.cgi line 19
   ModPerl::ROOT::ModPerl::Registry::usr_share_ebox_cgi_ebox_2ecgi::handler(\'Apache2::RequestRec=SCALAR(0xb917e1f8)\') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
   eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
   ModPerl::RegistryCooker::run(\'ModPerl::Registry=HASH(0xb91822f8)\') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
   ModPerl::RegistryCooker::default_handler(\'ModPerl::Registry=HASH(0xb91822f8)\') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
   ModPerl::Registry::handler(\'ModPerl::Registry\', \'Apache2::RequestRec=SCALAR(0xb917e1f8)\') called at -e line 0
   eval {...} called at -e line 0
',
                 '-file' => '/usr/share/perl5/EBox/CGI/ServiceModule/ConfigureModuleController.pm',
                 '-text' => 'Failed to enable',
                 '-line' => 71,
                 '-package' => 'EBox::CGI::ServiceModule::ConfigureModuleController'
               }, 'EBox::Exceptions::Internal' );


 :o :( ???

wukitech

  • Zen Apprentice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Newbee needs help on file sharing module
« Reply #5 on: November 28, 2008, 09:33:38 am »
I have the same issue when I try to enable the "file sharing" module. After getting the message box with the things, which will be changed and I accept that, after a while the following message occurs.

An internal error has occurred. This is most probably a bug, relevant information can be found in the logs.

At the moment I'm not able to enable the debug mode (no connection over putty possible :-[) but if I did you will get the output here posted asap.

Best regards,
Robert

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: Newbee needs help on file sharing module
« Reply #6 on: November 28, 2008, 11:02:09 am »
Hi guys,

I have followed these steps to install eBox on intrepid and everything went smoothly:

- Install Intrepid server flavour
- Add deb http://ppa.launchpad.net/ebox/ubuntu intrepid main
- apt-get update; apt-get install "^ebox-.*" ebox-software-

And I was able to enable and use the file sharing module...

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: Newbee needs help on file sharing module
« Reply #7 on: November 28, 2008, 11:15:34 am »
Hey guys,

There was a bug in the ebox-printers package in  ourebox-unstable repository which prevented the file sharing module from being used in Intrepid. I'm uploading a new package right now. You will be able to upgrade in a few minutes.

Thanks and sorry for the inconvenience!

wukitech

  • Zen Apprentice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Newbee needs help on file sharing module
« Reply #8 on: November 28, 2008, 04:15:22 pm »
Please see the problem tracking ticket #1173 for details to the posting from javi

http://trac.ebox-platform.com/ticket/1173

best regards,
Robert

pauli

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Newbee needs help on file sharing module
« Reply #9 on: November 28, 2008, 08:23:33 pm »
Hey guys,

There was a bug in the ebox-printers package in  ourebox-unstable repository which prevented the file sharing module from being used in Intrepid. I'm uploading a new package right now. You will be able to upgrade in a few minutes.

Thanks and sorry for the inconvenience!

Javi,
thanks
It works