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-09-2010, 05:49 AM
Starter Member
 
Posts: 2
Default Problems Zimbra with ubuntu 8.04

Good days, days ago I have problems installing zimbra on ubuntu 8.04, at this time throwing me this error dns and ldap service fails to start giving me the error com oResult 28,160. Someone can help me solve my problem, my configuration is as follows. Thanks

cat /etc/hosts output
127.0.0.1 localhost.localdomain localhost
10.160.1.62 UbuntuServerMail.EcidArgentina.com.ar UbuntuServerMail

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

cat /etc/resolv.conf output

ns01.000webhost.com 208.43.152.32
ns02.000webhost.com 64.235.48.196

dig ecidargentina.com.ar mx

; <<>> DiG 9.4.2-P2.1 <<>> ecidargentina.com.ar mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35160
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;ecidargentina.com.ar. IN MX

;; ANSWER SECTION:
ecidargentina.com.ar. 171007 IN MX 0 aspmx.l.google.com.

;; AUTHORITY SECTION:
ecidargentina.com.ar. 170913 IN NS ns02.000webhost.com.
ecidargentina.com.ar. 170913 IN NS ns01.000webhost.com.

;; ADDITIONAL SECTION:
ns01.000webhost.com. 170913 IN A 208.43.152.32
ns02.000webhost.com. 170912 IN A 64.235.48.196

;; Query time: 20 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Feb 9 10:28:30 2010
;; MSG SIZE rcvd: 153

dig ecidargentina.com.ar any

; <<>> DiG 9.4.2-P2.1 <<>> ecidargentina.com.ar any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10120
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;ecidargentina.com.ar. IN ANY

;; ANSWER SECTION:
ecidargentina.com.ar. 171527 IN A 66.197.150.34
ecidargentina.com.ar. 170960 IN MX 0 aspmx.l.google.com.
ecidargentina.com.ar. 170866 IN NS ns02.000webhost.com.
ecidargentina.com.ar. 170866 IN NS ns01.000webhost.com.

;; AUTHORITY SECTION:
ecidargentina.com.ar. 170866 IN NS ns01.000webhost.com.
ecidargentina.com.ar. 170866 IN NS ns02.000webhost.com.

;; ADDITIONAL SECTION:
ns01.000webhost.com. 170866 IN A 208.43.152.32
ns02.000webhost.com. 170865 IN A 64.235.48.196

;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Feb 9 10:29:17 2010
;; MSG SIZE rcvd: 197

host UbuntuServerMail.ecidargentina.com.ar
UbuntuServerMail.ecidargentina.com.ar has address 66.197.150.34
Reply With Quote
  #2 (permalink)  
Old 02-09-2010, 07:46 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

It would appear that you don't have valid DNS A & MX records for the LAN IP address of your server, you should follow this guide in the wiki.

You should also change your hosts file, in your example from above you have this:
Code:
cat /etc/hosts output
127.0.0.1 localhost.localdomain localhost
10.160.1.62 UbuntuServerMail.EcidArgentina.com.ar UbuntuServerMail
You should change all the upper-case letters to lower-case, it can cause problems the way you have it. It should be as follows:

Code:
cat /etc/hosts output
127.0.0.1 localhost.localdomain localhost
10.160.1.62 ubuntuuervermail.ecidargentina.com.ar ubuntuservermail
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 02-09-2010, 08:42 AM
Starter Member
 
Posts: 2
Default

thanks for your reply, I commented that changes mayuscupas by lowercase letters, but the error continues.

Initializing ldap...failed. (28160)
ERROR
Configuration failed
Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
complete the configuration.

and log:
Tue Feb 9 13:35:45 2010 *** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
IO::Socket::INET: connect: timeout at /opt/zimbra/libexec/zmldapinit line 136.
Tue Feb 9 13:38:32 2010 failed. (28160)
Tue Feb 9 13:38:32 2010

ERROR

Tue Feb 9 13:38:32 2010

Configuration failed

Tue Feb 9 13:38:32 2010 Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
Tue Feb 9 13:38:32 2010 complete the configuration.
Tue Feb 9 13:38:32 2010

Thanks
Reply With Quote
  #4 (permalink)  
Old 02-09-2010, 10:59 PM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by abonafina View Post
thanks for your reply, I commented that changes mayuscupas by lowercase letters, but the error continues.
That wasn't the cause of the error, it is the fact you don't have valid DNS A & MX records pointing to your Zimbra server. Follow the details in the guide I gave you the link for and fix your DNS.

Quote:
Originally Posted by abonafina View Post
Tue Feb 9 13:38:32 2010 Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
Tue Feb 9 13:38:32 2010 complete the configuration.
Tue Feb 9 13:38:32 2010
When you've fixed your DNS run the command mentioned above to finish the installation.
__________________
Regards


Bill
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.