Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-10-2008, 12:18 AM
Junior Member
 
Posts: 6
Default Zimbra 5.0 and SUSE 10.3

I want to install ZCS-5.0 on SUSE 10.3. I have a small network using windows 2003 server as DNS and DHCP.
I have made ZIMBRA as mail.mydomain.local.
I want to use windows2003 as authentication server. After successfullinstallation i am getting following error in the end.

Can any body help me ?
.
Operations logged to /tmp/zmsetup.02102008-105142.log
Getting installed packages
checking isEnabled zimbra-core
zimbra-core not in enabled cache
enabled packages
Newinstall enabling all installed packages
Enabling zimbra-core
Enabling zimbra-ldap
Enabling zimbra-store
Enabling zimbra-mta
Enabling zimbra-snmp
Enabling zimbra-logger
Enabling zimbra-apache
Enabling zimbra-spell
Setting defaults...
Setting local config zimbra_java_home to /opt/zimbra/java
*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e zimbra_java_home='/opt/zimbra/java' 2> /dev/null
checking isEnabled zimbra-cluster
zimbra-cluster not in enabled cache
enabled packages zimbra-logger zimbra-store zimbra-mta zimbra-core zimbra-apache zimbra-snmp zimbra-ldap zimbra-spell
Newinstall enabling all installed packages
Enabling zimbra-core
Enabling zimbra-ldap
Enabling zimbra-store
Enabling zimbra-mta
Enabling zimbra-snmp
Enabling zimbra-logger
Enabling zimbra-apache
Enabling zimbra-spell
checking isEnabled zimbra-store
zimbra-store is enabled
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
checking isEnabled zimbra-store
zimbra-store is enabled
checking isEnabled zimbra-mta
zimbra-mta is enabled
checking isEnabled zimbra-mta
zimbra-mta is enabled
MX: mail.mycompany.local (192.168.0.36)

Interface: 192.168.0.36
Interface: 127.0.0.1
done.
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
checking isEnabled zimbra-store
zimbra-store is enabled
checking isEnabled zimbra-mta
zimbra-mta is enabled
checking isEnabled zimbra-mta
zimbra-mta is enabled
checking isEnabled zimbra-spell
zimbra-spell is enabled
Checking for port conflicts
checking isEnabled zimbra-mta
zimbra-mta is enabled
Port conflict detected: 25 (zimbra-mta)
checking isEnabled zimbra-mta
zimbra-mta is enabled
Port conflict detected: 25 (zimbra-mta)
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
checking isEnabled zimbra-store
zimbra-store is enabled
checking isEnabled zimbra-logger
zimbra-logger is enabled
checking isEnabled zimbra-mta
zimbra-mta is enabled


Note

The previous configuration appears to have failed to complete

Saving config in /opt/zimbra/config.28198...
done.
Operations logged to /tmp/zmsetup.02102008-105142.log
checking isEnabled zimbra-ldap
zimbra-ldap is enabled
Initializing ldap...
*** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
IO::Socket::INET: connect: Connection refused at /opt/zimbra/libexec/zmldapinit line 160.
failed. (28416)


ERROR



Configuration failed

Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
complete the configuration.

Errors have been logged to /tmp/zmsetup.02102008-105142.log
Reply With Quote
  #2 (permalink)  
Old 02-10-2008, 12:56 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Try this thread: SLES10: Problem upgrading from Zimbra NE 5.0 to NE 5.0.1
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 03-01-2008, 04:00 AM
Junior Member
 
Posts: 6
Default ZCS5.0 and suse 10.3

Still same error.Can any body help ?
Reply With Quote
  #4 (permalink)  
Old 03-01-2008, 08:58 AM
Moderator
 
Posts: 6,237
Default

There have been several different reasons for the zmldapinit line 160, hosts files & interfaces, /etc/sudoers 640 vs 440, etc. You're on OpenSUSE 10.3 however, and of those happens to be:
Quote:
Initializing ldap...
*** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
IO::Socket::INET: connect: Connection refused at /opt/zimbra/libexec/zmldapinit
line 160.
failed. (28416)

This is failing because getplat.sh isn't returning a supported OS.

The problem is that because getplat isn't returning the OS, the cert isn't
installing...causing LDAP startup failure:

IO::Socket::INET: connect: Connection refused at /opt/zimbra/libexec/zmldapinit
line 160.
failed. (28416)
One example of a workaround:
Code:
        grep "openSUSE 10.2" /etc/SuSE-release > /dev/null 2>&1
        if [ $? = 0 ]; then
                echo "openSUSE_10.2"
                exit 0
        fi
        grep "openSUSE 10.3" /etc/SuSE-release > /dev/null 2>&1
        if [ $? = 0 ]; then
                echo "openSUSE_10.2"
                exit 0
        fi
Quote:
Originally Posted by bigmudcake View Post
I found an issue with having the file /opt/zimbra/libexec/get_plat_tag.sh modified for openSUSE 10.3
in that it chmod's the sudoers file.

Unfortunately openSUSE 10.3 now insists that /etc/sudoers must be 0440 whereas previous versions of SUSE insisted it needed to be 0640.

So during the install your now greeted with:
sudo: /etc/sudoers is mode 0640, should be 0440

A solution at the moment is to edit /opt/zimbra/libexec/zmsetup.pl and comment out the offending line like so
Code:
# if ($platform =~ /SuSE|openSUSE|SLES/) { `chmod 640 /etc/sudoers`;}
More content can be found at this older guide: http://www.zimbra.com/forums/install...ete-guide.html

Last edited by mmorse; 03-01-2008 at 03:32 PM.. Reason: link to old guide
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.