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 04-11-2011, 08:02 AM
Starter Member
 
Posts: 3
Default LDAP Startup Error

I'm having problems getting ZM to run for the first time.

ZM Error.
Code:
zimbra@www:~$ zmcontrol start
Host myurlxxx.com
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.

Trying to manual start LDAP last night.
Code:
root@www:/opt/zimbra# /opt/zimbra/openldap-2.4.23.6z/sbin/slapd -d7 -l LOCAL0 -4 -u zimbra -h ldap://myurlxxx.com:389/ -f /opt/zimbra/data/ldap/config
@(#) $OpenLDAP: slapd 2.4.23 (Mar  4 2011 19:32:03) $
        root@zre-ubuntu10-64:/home/build/p4/HELIX/ThirdParty/openldap/openldap-2.4.23.6z/servers/slapd
ldap_pvt_gethostbyname_a: host=www.myurlxxx.com, r=0
daemon_init: ldap://myurlxxx.com:389/
daemon_init: listen on ldap://myurlxxx.com:389/
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap://myurlxxx.com:389/)
daemon: listener initialized ldap://myurlxxx.com:389/
daemon_init: 1 listeners opened
ldap_create
slapd init: initiated server.
slap_sasl_init: initialized!
regular file expected, got "/opt/zimbra/data/ldap/config"
slapd destroy: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.
host myurl.com
Code:
root@www:/home# host myurlxxx.com
myurlxxx.com has address 192.168.0.50
myurlxxx.com mail is handled by 5 myurlxxx.com.
host www.myurlxxx.com
Code:
root@www:/home# host www.myurlxxx.com
www.myurlxxx.com has address 192.168.0.50
dig myurlxxx.com
Code:
root@www:/home# dig myurlxxx.com

; <<>> DiG 9.7.0-P1 <<>> myurlxxx.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9689
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;myurlxxx.com.                 IN      A

;; ANSWER SECTION:
myurlxxx.com.          0       IN      A       192.168.0.50

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Apr 11 10:54:36 2011
;; MSG SIZE  rcvd: 47
dig myurlxxx.com mx
Code:
root@www:/home# dig myurlxxx.com mx

; <<>> DiG 9.7.0-P1 <<>> myurlxxx.com mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10577
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;myurlxxx.com.                 IN      MX

;; ANSWER SECTION:
myurlxxx.com.          0       IN      MX      5 myurlxxx.com.

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Apr 11 10:54:45 2011
;; MSG SIZE  rcvd: 60
dig www.myurlxxx.com
Code:
root@www:/home# dig www.myurlxxx.com

; <<>> DiG 9.7.0-P1 <<>> www.myurlxxx.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44061
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.myurlxxx.com.             IN      A

;; ANSWER SECTION:
www.myurlxxx.com.      0       IN      A       192.168.0.50

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Apr 11 10:55:00 2011
;; MSG SIZE  rcvd: 51
dig www.myurlxxx.com mx
Code:
root@www:/home# dig www.myurlxxx.com mx

; <<>> DiG 9.7.0-P1 <<>> www.myurlxxx.com mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58189
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.myurlxxx.com.             IN      MX

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Apr 11 10:55:07 2011
;; MSG SIZE  rcvd: 35

Last edited by daerdy; 04-11-2011 at 08:07 AM..
Reply With Quote
  #2 (permalink)  
Old 04-11-2011, 08:14 AM
Starter Member
 
Posts: 3
Default More Info

/etc/hosts output
Code:
127.0.0.1       localhost.localdomain   localhost
192.168.0.50    www.myurlxxx.com       www

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
/etc/resolv.conf output
Code:
search myurlxxx.com
nameserver 127.0.0.1
#nameserver 192.168.0.1
/etc/hostname output
Code:
www.myurlxxx.com
/etc/dnsmasq.conf output
Code:
server=8.8.8.8
server=192.168.0.1
domain=myurlxxx.com
mx-host=myurlxxx.com,myurlxxx.com,5
listen-address=127.0.0.1
Reply With Quote
  #3 (permalink)  
Old 04-11-2011, 04:48 PM
Zimbra Employee
 
Posts: 580
Default

-f is for a file (slapd.conf)

-F is for the configuration database.

Use the right parameters.
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
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.