Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - J. A. Calvo

Pages: 1 ... 119 120 [121]
1801
Hi,

I'm sorry to inform you that, as you said, eBox only permits to configure 1 domain for now. Probably the multi-domain feature will be introduced in a next version. Stay tuned!

Regards,

J.A. Calvo

1802
Installation and Upgrades / Re: ebox-egroupware interface language
« on: March 25, 2009, 07:36:45 pm »
Hello!

The feature you want is not present on the current version of ebox-egroupware, but it will be on a further version.

Meanwhile, you can workaround it as follows:

Download this script:
http://svn.ebox-platform.com/ebox-platform/trunk/client/egroupware/tools/ebox-egroupware-set-languages

Copy it to your eBox machine and execute it passing the list of languages you want supported separated by commas.
For example, if you want to add German and French:
Quote
./ebox-egroupware-set-languages de,fr

You can see the available languages and their codes with the following command:
Quote
su postgres -c "psql egroupware -c 'select * from egw_languages;'"

Then you can switch the lenguage from inside the preferences of the eGroupware interface.

Hope this helps. Let me know any problem you encounter with this. I've not tested it so much.

Regards,

J.A. Calvo

1803
Installation and Upgrades / Re: ebox-groupware
« on: March 24, 2009, 12:44:18 pm »
Thanks for your contribution, Nicolas!

In the eBox development branch this is already changed. When ebox-egroupware is enabled postgresql is first stopped and then started instead of restarted. This can maybe avoid the problem. But for all those people using stable versions and having problems with postgresql I hope your solution should work.

Regards,

J.A. Calvo

1804
News and Announcements / Re: ebox-egroupware ready for testing
« on: March 21, 2009, 03:18:00 pm »
Yes, we hope to have all the eBox 1.0 modules available for Intrepid soon.

1805
News and Announcements / Re: ebox-egroupware ready for testing
« on: March 19, 2009, 04:30:16 pm »
Hi chessyking!

Thanks for your suggestion, it will be considered for future versions.

Regards,

J. A. Calvo

1806
News and Announcements / Re: ebox-egroupware ready for testing
« on: March 10, 2009, 01:50:58 pm »
Could you please paste also the previous lines above "Error output:" to see which command is failing?

Regards,

J.A. Calvo

1807
News and Announcements / Re: ebox-egroupware ready for testing
« on: March 10, 2009, 11:51:42 am »
Hi again!

I can't reproduce this on a fresh install and I'm afraid that the information found in your ebox.log is not very useful.

Could you please enable the debug mode on /etc/ebox/99ebox.conf and repeat the same process to get more information about the error?

Thanks for your testing and for the spelling correction :)

Regards,

J.A. Calvo

1808
News and Announcements / Re: ebox-egroupware ready for testing
« on: March 09, 2009, 08:58:35 am »
Hi!

You don't have to configure egroupware as normally, eBox does it for you.

In fact, if you configure it with the traditional method you can create some conflict, specially if you create the users from inside egroupware instead of from the eBox interface.

The only you need to do to have eGroupware working is enabling the module on the "Module status" section. Later you may configure the mail domain from the "eGroupware" menu of eBox or change user permissions.

If you do the things this way and still get the same error you can find the detailed error in /var/log/ebox/ebox.log, and it would be useful if you paste it here.

Hope this helps!

Regards,

J.A. Calvo

1809
News and Announcements / Re: ebox-egroupware ready for testing
« on: March 04, 2009, 08:06:21 pm »
The software used is eGroupware 1.4. eGroupware 1.4 comes with a webmail called Felamimail.

1810
Installation and Upgrades / Re: ebox-groupware
« on: March 02, 2009, 01:00:34 pm »
It seems that postgresql is restarting or is stopped at the same time when ebox-egroupware tries to migrate the existing eBox users. But I can't find a way to reproduce this behaviour. Is this ocurring to you always? Have you tried to repeat the process several times? How many users do you have approximately?

You can check also if postgresql is working properly on your system. Does the ebox logs module work?

Thanks for the report!

1811
News and Announcements / Re: ebox-egroupware ready for testing
« on: February 26, 2009, 08:31:35 pm »
Quote
1.) when running the egroupware installation test an error is found:

This might take a while, please wait ...
ErrorChecking file-permissions of .././sitemgr/doc for not world writable:
.././sitemgr/doc does not exist !!!

I can't reproduce this. But is eGroupware working? Have you enabled the module?

Quote
2.) eBox Software Management module has no knowledge that egroupware is installed:
Component     Installed version
eBox - eGroupware     none

ebox-software refreshes its cache every night, you can force a refresh executing sudo ebox-software

Regards,

J. A. Calvo

1812
Installation and Upgrades / Re: Traffic Redirection
« on: January 20, 2009, 04:28:40 pm »
This feature will be available in the next eBox release. The new redirections interface will have a source field where you can introduce a network or host address.

1813
Hi,

Try this script:

Code: [Select]
#!/usr/bin/perl
use strict;
use warnings;
use EBox;
use EBox::Global;

EBox::init();

my $apacheMod = EBox::Global->modInstance('apache');
$apacheMod->setPort(443);

EBox::Global->getInstance()->saveAllModules();

1;

Hope this helps

Pages: 1 ... 119 120 [121]