View Single Post
  #9 (permalink)  
Old 11-21-2005, 12:59 PM
papaya74 papaya74 is offline
Active Member
 
Posts: 36
Default That works !

Wow, thank you very much for this one ! That helped !

Now i'll try:
Quote:
Then remove the BerkeleyDB modules from /opt/zimbra/zimbramon/lib
And i do:

Code:
[root@zimbra ~]# cd /opt/zimbra/zimbramon/lib/i386-linux-thread-multi/
[root@zimbra i386-linux-thread-multi]# mv BerkeleyDB /root/
[root@zimbra i386-linux-thread-multi]# mv BerkeleyDB.pm /root/
[root@zimbra i386-linux-thread-multi]# mv BerkeleyDB.pod /root/
Now i start Zimbra again AND MTA & Amavisd are running, AND i can send internal mails...these are the good news..

BUT, the bad news are in /var/log/zimbra.log. This is the log after i created an appointment between the users "admin" and "harry".

Code:
Nov 21 19:26:04 zimbra amavis[6555]: (06555-01) ESMTP::10024 /opt/zimbra/amavisd/tmp/amavis-20051121T192603-06555: <admin@zimbra.lan> -> <admin@zimbra.lan> Received: SIZE=2093 from zimbra.lan ([127.0.0.1]) by localhost (zimbra.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06555-01 for <admin@zimbra.lan>; Mon, 21 Nov 2005 19:26:03 +0100 (CET)
Nov 21 19:26:04 zimbra amavis[6555]: (06555-01) body hash: a0e295b62f455c9ba44f3725b316ad29
Nov 21 19:26:04 zimbra amavis[6555]: (06555-01) Checking: 2IoYeycoWPBH [192.168.1.225] <admin@zimbra.lan> -> <admin@zimbra.lan>
Nov 21 19:26:04 zimbra amavis[6555]: (06555-01) p003 1 Content-Type: multipart/alternative
Nov 21 19:26:04 zimbra amavis[6555]: (06555-01) p001 1/1 Content-Type: text/plain, size: 233 B, name:
Nov 21 19:26:04 zimbra amavis[6555]: (06555-01) p002 1/2 Content-Type: text/calendar, size: 1033 B, name: meeting.ics
Nov 21 19:26:04 zimbra amavis[6555]: (06555-01) TROUBLE in check_mail: mime_decode-1 FAILED: run_command (open pipe): Can't fork at /usr/lib/perl5/5.8.6/i386-linux-thread-multi/IO/File.pm line 176, <GEN3> line 87. at /opt/zimbra/amavisd/sbin/amavisd line 1836, <GEN3> line 87.
Nov 21 19:26:04 zimbra amavis[6555]: (06555-01) PRESERVING EVIDENCE in /opt/zimbra/amavisd/tmp/amavis-20051121T192603-06555
Nov 21 19:26:04 zimbra amavis[6555]: (06555-01) TIMING [total 1568 ms] - ldap-prepare: 517 (33%)33, SMTP EHLO: 8 (1%)34, SMTP pre-MAIL: 3 (0%)34, mkdir tempdir: 86 (5%)39, create email.txt: 1 (0%)39, ldap-connect: 685 (44%)83, lookup_ldap: 115 (7%)90, SMTP pre-DATA-flush: 6 (0%)91, SMTP DATA: 2 (0%)91, body_hash: 3 (0%)91, gen_mail_id: 2 (0%)91, mkdir parts: 1 (0%)91, mime_decode: 133 (9%)100, rundown: 6 (0%)100
Nov 21 19:26:04 zimbra amavis[6555]: (06555-01) extra modules loaded: Net/LDAP/Bind.pm
Nov 21 19:26:04 zimbra amavis[6555]: (06555-01) load: 100 %, total idle 0.001 s, busy 1.575 s
Nov 21 19:26:07 zimbra postfix/smtp[9884]: 1ADE11BFA1B: to=<admin@zimbra.lan>, relay=127.0.0.1[127.0.0.1], delay=7, status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=06555-01, mime_decode-1 FAILED: run_command (open pipe): Can't fork at /usr/lib/perl5/5.8.6/i386-linux-thread-multi/IO/File.pm line 176, <GEN3> line 87. at /opt/zimbra/amavisd/sbin/amavisd line 1836, <GEN3> line 87. (in reply to end of DATA command))
I think there is still something wrong with the Perl Installation...OR i did something wrong !

I check the STATUS:
Code:
zmcontrol status
Host zimbra.lan
        antispam                Running
        antivirus               Running
        ldap                    Running
        logger                  Running
        mailbox                 Stopped
        mta                     Running
        snmp                    Running
        spell                   Running
Yes, thatīs right..i could not login anymore...hmm what's going on there ?!

Zimbra abends here while creating an appointment, i made 'zmcontrol stop' and 'zmcontrol start', but the same behaviour...

Any ideas again ?!

/harry
Reply With Quote