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 - exekias

Pages: 1 [2] 3 4 ... 12
16
Great robb!

Thank you again for your effort and feedback!

Best regards

17
News and Announcements / Re: Zentyal 3.0 Roadmap published
« on: December 07, 2011, 12:37:59 am »
What exactly you mean with "User experience: Master-Slave architecture review". Could this review improve (make it easier) the installation in a redundant environment?

Probably,

we want to rethink the current architecture and make it easier to configure. Also we want to get rid of the limitation which forbids module installation on a master :)

Best regards

18
Hi all,

Thank you very much robb, you helped to find the problem, and here is the fix:

https://trac.zentyal.org/changeset/23749

We have already released it, so you only need to download the tool again in order to have it included.

Thank you very much for your feedback!

Best regards

19
Hi c4rdinal!

1- Period settings cannot be changed by now, you can only limit by bandwidth. We know this limitation and plan to add the feature for 3.0. About quota, you can change quota for each user individually (in their profile) and/or modify User template.

2- You can add more quota for any user in the same place than 1


Best regards

20
Thanks robb, if I can help during tests just ping me via IRC :)

21
Hi robb,

First of all, can you download the migration script again? We made some changes to avoid problems with that redis dump.

Also, this diff adds some debugging and also kills all ebox processes:

Code: [Select]
--- migrate.sh (revision 23745)
+++ migrate.sh (working copy)
@@ -83,6 +83,9 @@
     stop ebox.$i || true
 done
 
+ps aux -u ebox > ps_output.log
+killall -s 9 -u ebox
+
 # this cron stuff is not deleted after purge, so we get rid of it now
 rm -f /etc/cron.d/ebox-*

Please, post ps_output.log if you try this :)

Best regards

22
Probably running:
Code: [Select]
killall -s 9 -u ebox
After modules stop done by the migration script should be enough.

You can try to search for the running process with:

Code: [Select]
ps aux -u ebox
Please run it before and after killing remaining ebox processes, so we can get a list.

Best regards

23
I think you found the problem,

Probably we will need to add some code to kill all ebox running processes. I will keep you updated


Thank you for your feedback!

24
Installation and Upgrades / Re: Error creating new users.
« on: December 01, 2011, 04:22:22 pm »
I'm thinking about apparmor, maybe it is messing in some way...

Please try again after disabling it:

Code: [Select]
/etc/init.d/apparmor
Best regards

25
Hi Janosh,

and sorry for the delay in my answer...

The log you are looking for should be located under /var/log/zentyal-captiveportal/ path

Take a look at error.log and zentyal.log

Best regards

26
Hi Chris,

Some Ubuntu packages have changed their behavior from 10.04 to 11.10, and we need to update the code that manages them. Most part of Zentyal already works in 11.10 but LDAP has some know issues, we will address them for the next release, so there is nothing to worry about :)

Best regards

28
Hi master,

I have just committed a script that fixes your problem, It will also fix any future migrations, you can apply it by downloading and executing this script as root:

http://trac.zentyal.org/export/23575/trunk/extra/migrate-2.0-to-2.2/post-upgrade/005_fix_quotas

thank you for your feedback! We really appreciate it

Best regards

29
Installation and Upgrades / Re: Voice for a screencast (English)?
« on: October 31, 2011, 03:32:49 pm »
@TropiRed:

Thank you very much for your offer, but I'm also speak Spanish so I will put my voice ;)

Best regards

30
Installation and Upgrades / Re: Voice for a screencast (English)?
« on: October 31, 2011, 03:24:43 pm »
Hi all!

We have just uploaded both English and French versions! You can see them at:

http://youtu.be/LL7dqdibv60

http://youtu.be/9JmpqY9rw_E

Thank you for your help, you are awesome!

Pages: 1 [2] 3 4 ... 12