I was trying to update my installation from 4.5.1_GA to 4.5.4_GA_763.FC5. I got to Starting LDAP ... , and it took a long time. After about 15 minutes, I checked /tmp/install.log.xxxx and foud no errors, but when I check /tmp/zmsetup.log.30832 I found this:
Code:
Checking 4.5.0_RC1
Checking 4.5.0_RC2
Checking 4.5.0_GA
Checking 4.5.1_GA
Updating from 4.5.1_GA
Getting local config tomcat_java_options
Modified tomcat_java_options=-client -XX:NewRatio=2 -Djava.awt.headless=true
Setting local config tomcat_java_options to -client -XX:NewRatio=2 -Djava.awt.headless=true
*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e tomcat_java_options='-client -XX:NewRatio=2 -Djava.awt.headless=true'
Checking 4.5.2_GA
Updating from 4.5.2_GA
Checking 4.5.3_GA
Updating from 4.5.3_GA
Global config attribute retrieved from ldap: zimbraMtaMaxMessageSize=10485760
Global config attribute retrieved from ldap: zimbraMessageCacheSize=1671168
*** Running as zimbra user: /opt/zimbra/bin/zmprov -l -- mcf zimbraMessageCacheSize 62813896
Checking 4.5.4_GA
Updating from 4.5.4_GA
Setting local config ldap_log_level to 32768
*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e ldap_log_level='32768'
Stopping ldap
Upgrade complete
Checking for port conflicts
Starting ldap...
*** Running as zimbra user: /opt/zimbra/openldap/sbin/slapindex -f /opt/zimbra/conf/slapd.conf
bdb(): Lock table is out of available locks
=> bdb_idl_insert_key: c_put id failed: Cannot allocate memory (12)
After that I hit CTRL-C and the installation went on. The rest of the zmsetup.log file did not look too worrying. However I also found this:
Code:
Session terminated, killing shell... ...killed. <--- I hit CTRL-C
*** Running as zimbra user: /opt/zimbra/bin/ldap start
Started slapd: pid 2137
*** Running as zimbra user: /opt/zimbra/libexec/zmldapapplyldif
slapd already running: pid 2137
ldap_add: Already exists (68)
ldap_add: Already exists (68)
ldap_add: Already exists (68)
ldap_add: Already exists (68)
ldap_add: Already exists (68)
ldap_add: Already exists (68)
ldap_add: Already exists (68)
After that, everything seems to run ok. However looking at /var/log/zimbra.log I found this:
Code:
<=bdb_equality_candidates: (zimbraDomainType) index_param failed (18)
The same goes for zimbraMailStatus. Does this indicate a future problem I should be aware of? If so, how would I correct it?
I am running Zimbra on an FC6 i686 machine, with 8GB of memory.
Sorry if this has been posted before. Forum search did not show related issues.
Thank you for the great product.
p.s. Then I found this
[SOLVED] Messages after upgrade of 4.5.3 for 4.5.4. My stupid mistake. I apologize.