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

Pages: [1]
1
Installation and Upgrades / Re: Can't re-provision domain
« on: December 06, 2018, 08:16:22 pm »
Oh what a great fix. Thanks a lot.

2
Email and Groupware / Re: open change disable enable error
« on: December 06, 2018, 07:30:19 pm »
Oh what a great fix. Thanks a lot.

3
Hi,

I updated my system to version 5.0 from 4.2.6. After restart the following error is displayed on teh webpage instead of the dashbord:

Error loading class: EBox::SOGo error: Attempt to reload EBox/SOGo.pm aborted. Compilation failed in require at (eval 30775) line 2. BEGIN failed--compilation aborted at (eval 30775) line 2. at /usr/share/perl5/EBox/GlobalImpl.pm line 840

The attachment contains the update.log for detailed information. There is also a similar bug report  https://tracker.zentyal.org/issues/5232

4
I also found a solution. The reason for the error is a new version of libmapistore0. It seems that zentyal 4.1 uses   libmapistore0 version 3:2.4-zentyal10. But the python-ocsmanger needs the python-mapistore 3:2.4-zentyal9 which needs version 3:2.4-zentyal9 of libmapistore0

I downgrad to the  libmapistor0 version with

Code: [Select]
sudo apt-get install libmapistore0=3:2.4-zentyal9

Before that I removed the  python-mapistore 3:2.4-zentyal10.

After that it's possible to install openchange.

5
In /etc/zentyal/samba.conf uncomment the line that says "unmanaged acls".
In /etc/samba/smb.conf scroll down to the section shares, place a comment "#" before the line that says "acl_xattr:ignore system acls=yes"

Thanks.

I use set/getfacl to change the file permissions.

6
Hi,

I have similar problem with my samba shares. Can you translate the Spanish blog post for me? I think the author stumbled over the same issue with the samba configuration which I have:
- (#) de la línea unmanaged_acls
-  Hay que comentar (#) la línea acl_xattr:ignore system acls=yes (o ponerlo en no supongo…yo lo comenté)

Did you created a bug report? Can I get the link?

8
Hi,

after some endless try and error sessions I found the problem why this error message appears and zarafa webapp wasn't available. It is so simple if you know that libmapi0 is the bad boy in this game.
  • You need to remove this library with sudo apt-get remove libmapi0
  • After you removed libmapi0, reinstall the php5-mapi package: sudo apt-get --reinstall install php5-mapi

Afterwards you can check if php starts correctly: php -v. This should print a similary output like the following.
Code: [Select]
PHP 5.3.10-1ubuntu3.9 with Suhosin-Patch (cli) (built: Dec 12 2013 04:27:25)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies

If this contains the following error message then you need to remove openchange or comment line 2 in /etc/php5/apache2/conf.d/openchange.ini.
Code: [Select]
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/openchange.so' - /usr/lib/php5/20090626/openchange.so: cannot open shared object file: No such file or directory in Unknown on line 0

10
Hi all,

I run into the same problem. I updated zentyal 3.2 to 3.3 and zarafa isn't available anymore. I found the following error after execute 'php -v'
Code: [Select]
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/mapi.so' - /usr/lib/libicalmapi.so.1: undefined symbol: _ZTIN7details18iconv_context_baseE in Unknown on line 0
PHP 5.3.10-1ubuntu3.9 with Suhosin-Patch (cli) (built: Dec 12 2013 04:27:25)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies

Someone else has the same problem but no solution was found so far: http://forum.zentyal.org/index.php/topic,19381.30.html

I tried to use the libicalmapi.so.1.0.0 from the current zarafa community edition 7.1.8-44004 for ubuntu 12.04 but this did not solve the error from above. I also tried the php5-mapi from the same zcp version but no luck

Pages: [1]