Koozali.org: home of the SME Server

[Solved] Zarafa Tasks Error

Offline compsos

  • *
  • 472
  • +0/-0
[Solved] Zarafa Tasks Error
« on: January 17, 2012, 04:34:15 AM »
Hi
We have noticed that with 8B7 and the latest Zarafa  7.0.4-31235 that the Tasks screen causes "child pid 8933 exit signal Segmentation fault (11)" in the httpd error.log. We are interested to know if any other users are seeing the same issue. Suspect it is a bug and raised it as such on the zarafa forum.
« Last Edit: January 18, 2012, 10:08:49 PM by compsos »
Regards

Gordon............

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Zarafa Tasks Error
« Reply #1 on: January 17, 2012, 12:59:25 PM »
Suspect it is a bug and raised it as such on the zarafa forum.
Do you have a reference to mentioned post for future readers?
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Zarafa Tasks Error
« Reply #2 on: January 17, 2012, 02:53:07 PM »
Hi
We have noticed that with 8B7 and the latest Zarafa  7.0.4-31235 that the Tasks screen causes "child pid 8933 exit signal Segmentation fault (11)" in the httpd error.log. We are interested to know if any other users are seeing the same issue. Suspect it is a bug and raised it as such on the zarafa forum.

"Segmentation fault" is always either a hardware problem or a bug. If you are seeing it on known good hardware, then it is a bug.

What apache modules does zarafa use? That's likely to be where the bug is. Does zarafa use a custom module?

Offline compsos

  • *
  • 472
  • +0/-0
[Solved] Re: Zarafa Tasks Error
« Reply #3 on: January 17, 2012, 10:32:16 PM »
Thank you Charlie & Cactus
Found the solution. The php-mapi file was not quite compatiable.
I did the following on 2 different systems and both are now fine.
rpm -e --nodeps php-mapi
yum install --enablerepo=smecontribs php53-mapi

Both systems based on SME8B7 with the following php & zarafa files
Code: [Select]
php-imap-5.3.3-1.el5.sme.3
php-pear-HTTP-Request-1.4.2-1.el5.centos
php-mysql-5.3.3-1.el5.sme.3
e-smith-php-2.2.0-6.el5.sme
php-pear-Net-DIME-1.0.1-1.el5
php-xml-5.3.3-1.el5.sme.3
php-pear-Log-1.12.7-1.el5
php-mbstring-5.3.3-1.el5.sme.3
php-pear-XML-Parser-1.2.8-1.el5
php-pear-Services-Weather-1.4.2-1.fc6
php-pear-Cache-1.5.5-0.1.RC4.fc6.1
php53-mapi-7.0.4-1.el5
php-5.3.3-1.el5.sme.3
php-pear-File-1.2.2-1.el5.centos
php-pear-Mail-Mime-1.4.0-1.el5.centos
php-pdo-5.3.3-1.el5.sme.3
php53-common-5.3.3-1.el5_7.5
php-pear-Net-URL-1.0.15-1.el5.centos
php-pear-HTTP-1.4.0-7.el5
php-pear-Net-FTP-1.3.4-1.el5
php-gd-5.3.3-1.el5.sme.3
php-pear-Net-SMTP-1.2.10-1.el5.centos
php-devel-5.3.3-1.el5.sme.3
php-pear-DB-1.7.13-1.el5.centos
php-pear-MDB2-2.4.1-2.el5.centos
php-pear-Date-1.4.7-2.el5.centos
php-pear-1.4.9-8.el5
php-pear-Auth-SASL-1.0.2-4.el5.centos
php-jpgraph-1.19-1.2.el5.rf
php-ldap-5.3.3-1.el5.sme.3
php-cli-5.3.3-1.el5.sme.3
php-pear-XML-Serializer-0.20.0-1.el5
php-pear-XML-Util-1.1.4-3.el5
php-pear-SOAP-0.11.0-2.el5
php-pear-Mail-1.1.14-1.el5.centos
php-pear-Net-Socket-1.0.8-1.el5.centos
php53-soap-5.3.3-1.el5_7.5
boost-zarafa-1.35-2
zarafa-monitor-7.0.4-31235
zarafa-libarchiver-7.0.4-31235
zarafa-ical-7.0.4-31235
zarafa-webaccess-mobile-7.0.3-30515
zarafa-libs-7.0.4-31235
zarafa-webaccess-7.0.4-31235
zarafa-spooler-7.0.4-31235
zarafa-gateway-7.0.4-31235
zarafa-7.0.4-31235
zarafa-client-7.0.4-31235
zarafa-common-7.0.4-31235
zarafa-indexer-7.0.4-31235
zarafa-server-7.0.4-31235
zarafa-dev-7.0.4-31235
smeserver-zarafa-0.9.0-53.el4.sme
zarafa-utils-7.0.4-31235
zarafa-licensed-7.0.4-31235
zarafa-dagent-7.0.4-31235
So I would suggest for any new install of zarafa the the zcp tar.gz file is expanded, then installed, run rpm -e --nodeps php-mapi and finally yum install --enablerepo=smecontribs php53-mapi rpm. Performance of Zarafa has also improved along with all features are functional.

« Last Edit: January 18, 2012, 10:11:03 PM by compsos »
Regards

Gordon............