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

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 09-04-2009, 11:59 AM
Active Member
 
Posts: 31
Default Server start Ok, but : Unable to determine enabled services from ldap

Hi all.

i've installed a zimbra 5.0.18 opensource version, the server appear to be working fine, because the mail user interface work ok, but when i access to graphical admin interface to search for a user my server go crash, and the LDAP server stop working, when i run zmcontrol status command the server show the following message: Unable to determine enabled services from ldap.

Thanks in advance

Hermidio
Reply With Quote
  #2 (permalink)  
Old 09-04-2009, 12:07 PM
Advanced Member
 
Posts: 189
Default

I don't know the answer to your problem, but it would probably help people if you gave more details on your install like what OS and version, and as much other detail as you could provide. Generally it's good to put that info in your profile so everybody knows what version your running when you post questions.
__________________
Release 6.0.2_GA_1912.UBUNTU8_64 UBUNTU8_64 NETWORK edition + Mobile Option
Activesync with Moto Q9C, HTC Touch Pro, Palm Pro, & Palm Pre
Reply With Quote
  #3 (permalink)  
Old 09-04-2009, 12:36 PM
Active Member
 
Posts: 31
Default

Whell sorry!!

here's

Release 5.0.18_GA_3011.DEBIAN4.0 DEBIAN4.0

my DNS it's working fine, then the zimbra server start all services ok, but the problem accours when i access to the graphical admin interface to search for a user, then the server crash and when i run zmcontrol -v show me the subject message.

Thanks in advance.


Hermidio
Reply With Quote
  #4 (permalink)  
Old 09-04-2009, 12:41 PM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

The usual question, post the output of the following command run on the Zimbra server:
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com mx
dig yourdomain.com any
host `hostname`  <-- use that exact command with backticks not single quotes
Please update your forum profile with the output (do not post it in this thread) of the following:
Code:
zmcontrol -v
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 09-04-2009, 12:48 PM
Active Member
 
Posts: 31
Default

OK, let me show you:

mail:/# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
#10.1.0.3 mail.ipiscpt.rimed.cu mail
192.168.158.3 mail.ipiscpt.rimed.cu mail

mail:/# cat /etc/resolv.conf
search ipiscpt.rimed.cu
nameserver 192.168.158.3
domain ipiscpt.rimed.cu

mail:/# dig ipiscpt.rimed.cu any

; <<>> DiG 9.3.4-P1.1 <<>> ipiscpt.rimed.cu any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39350
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 3

;; QUESTION SECTION:
;ipiscpt.rimed.cu. IN ANY

;; ANSWER SECTION:
ipiscpt.rimed.cu. 604800 IN A 192.168.158.3
ipiscpt.rimed.cu. 604800 IN SOA mail.ipiscpt.rimed.cu. hermidio.ipiscpt.rimed.cu. 2009031402 3600 1800 604800 86400
ipiscpt.rimed.cu. 604800 IN NS ns2.ipiscpt.rimed.cu.
ipiscpt.rimed.cu. 604800 IN NS ns1.ipiscpt.rimed.cu.
ipiscpt.rimed.cu. 604800 IN MX 0 mx.ipiscpt.rimed.cu.
ipiscpt.rimed.cu. 604800 IN TXT "v=spf1 a mx a:mx.ipiscpt.rimed.cu include:ipiscpt.rimed.cu ~all"

;; ADDITIONAL SECTION:
ns1.ipiscpt.rimed.cu. 604800 IN A 192.168.158.3
ns2.ipiscpt.rimed.cu. 604800 IN A 192.168.158.2
mx.ipiscpt.rimed.cu. 604800 IN A 192.168.158.3

;; Query time: 0 msec
;; SERVER: 192.168.158.3#53(192.168.158.3)
;; WHEN: Fri Sep 4 15:51:53 2009
;; MSG SIZE rcvd: 279

mail:/# dig ipiscpt.rimed.cu mx

; <<>> DiG 9.3.4-P1.1 <<>> ipiscpt.rimed.cu mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45627
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

;; QUESTION SECTION:
;ipiscpt.rimed.cu. IN MX

;; ANSWER SECTION:
ipiscpt.rimed.cu. 604800 IN MX 0 mx.ipiscpt.rimed.cu.

;; AUTHORITY SECTION:
ipiscpt.rimed.cu. 604800 IN NS ns1.ipiscpt.rimed.cu.
ipiscpt.rimed.cu. 604800 IN NS ns2.ipiscpt.rimed.cu.

;; ADDITIONAL SECTION:
mx.ipiscpt.rimed.cu. 604800 IN A 192.168.158.3
ns1.ipiscpt.rimed.cu. 604800 IN A 192.168.158.3
ns2.ipiscpt.rimed.cu. 604800 IN A 192.168.158.2

;; Query time: 0 msec
;; SERVER: 192.168.158.3#53(192.168.158.3)
;; WHEN: Fri Sep 4 15:52:19 2009
;; MSG SIZE rcvd: 137



AS you seem all it's ok.

Thanks again

Hermidio
Reply With Quote
  #6 (permalink)  
Old 09-04-2009, 01:02 PM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

Quote:
Originally Posted by hrch View Post
AS you seem all it's ok.
No, I don't see that, you also didn't post the output of the last command I asked for nor did you update your user profile - it will save asking on every post @what version of Zimbra...'.

Your hosts file:

Code:
mail.ipiscpt.rimed.cu
and your DNS records don't match:
Code:
ipiscpt.rimed.cu. 604800 IN MX 0 mx.ipiscpt.rimed.cu.
mx.ipiscpt.rimed.cu. 604800 IN A 192.168.158.3
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 09-04-2009, 01:07 PM
Active Member
 
Posts: 31
Default

whell:

what's the difference between those records all of the have A notation in my zone file, mail.ipiscpt.rimed.cu is my FQDN, mx.ipiscpt.rimed.cu my mail exchanger and ipiscpt.rimed.cu is my zone name.

Thanks

Hermidio
Reply With Quote
  #8 (permalink)  
Old 09-04-2009, 01:12 PM
Active Member
 
Posts: 31
Default

i repeat:

my server work ok for all my users, they can send email to internet and receive ok, the problem it;s when i access to the admin graphical user interface and do a search for someone user, when i press the search button not do any thing, and one or two minutes later the ldap server appear to be down, and when type zmcontrol status do not respond ok, and show me: Unable to determine enabled services from ldap.

Thanks once more

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