hi
i seem to have a similar problem when installing zimbra m2 on fc3. it's a new installation, i've tried it all about four times in a row, have checked my installation disk prior to installing fedora and it was all okay..
here's what i see when i try zmcontrol status:
Code:
# su - zimbra
$ zmcontrol status
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException mymail.psuter.ch:389)
then i've tried
Code:
$ sh -x bin/zmmtactl status
+ BASE=/opt/zimbra
+ SCRIPTS='zmmtaconfigctl zmamavisdctl postfix zmsaslauthdctl'
+ case "$1" in
+ STATUS=0
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmmtaconfigctl status
cat: /opt/zimbra/log/zmmtaconfig.pid: No such file or directory
+ R=1
+ '[' 1 -ne 0 ']'
+ STATUS=1
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmamavisdctl status
cat: /opt/zimbra/log/amavisd.pid: No such file or directory
+ R=1
+ '[' 1 -ne 0 ']'
+ STATUS=1
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/postfix status
+ R=1
+ '[' 1 -ne 0 ']'
+ STATUS=1
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmsaslauthdctl status
cat: /opt/zimbra/cyrus-sasl-2.1.21.ZIMBRA/state/saslauthd.pid: No such file or directory
+ R=1
+ '[' 1 -ne 0 ']'
+ STATUS=1
+ exit 1
so obviousley i've got the problem with psotfix. so i've checkt for sendmail and procmail.. here are the results:
Code:
$ ps auxww | grep postfix
zimbra 27729 0.0 0.2 5476 656 pts/0 R+ 23:57 0:00 grep postfix
$ ps auxww | grep sendmail
zimbra 27633 0.0 0.2 4264 664 pts/0 R+ 23:43 0:00 grep sendmail
so obviousley none of the two are runing.. so i've tried to start postfix:
Code:
$ postfix start
/opt/zimbra/postfix-2.2.3/sbin/postalias: error while loading shared libraries: libbind.so.3: cannot open shared object file: No such file or directory
/opt/zimbra/postfix-2.2.3/sbin/postfix: error while loading shared libraries: libbind.so.3: cannot open shared object file: No such file or directory
maybe i should mention, that i had the problem mentioned here:
Problems with fresh open source installation
and i've fixed it with the symbolic link ..
your help would be appreciated...
i had m1 installed on a vmware virtual host before and it worked.. now i was trying m2 no a real computer (pentium III 1gig with 3xxMB memory)
kind regards
pascal