Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  #1 (permalink)  
Old 05-20-2008, 09:15 AM
mvalenzuela.cl mvalenzuela.cl is offline
Member
 
Join Date: Sep 2007
Location: Santiago - Chile
ZCS Version: 4.5
Posts: 22
mvalenzuela.cl is on a distinguished road
Default [SOLVED] zimbra installed, but ldap error

S.O Centos 5.1
installed zcs-5.0.5_GA_2201.RHEL5.20080417012110.
I install like root.

I was reviewing, but not works to me.
[SOLVED] LDAP Error

the error is the same;

[zimbra@mvalenzuela ~]$ zmcontrol start
Host mvalenzuela.geb.cl
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.
[zimbra@mvalenzuela ~]$ zmcontrol stop
Host mvalenzuela.geb.cl
Stopping stats...Done
Stopping mta...Done
Stopping spell...Done
Stopping snmp...Done
Stopping archiving...Done
Stopping antivirus...Done
Stopping antispam...Done
Stopping imapproxy...Done
Stopping logger...Done
Stopping ldap...FAILED
ldap_url and ldap_master_url cannot be the same on an ldap replica

Server is in LAN.
#cat /etc/resolv.conf
search geb.cl
nameserver 192.168.150.200

cat /var/named/chroot/var/named/db.mail.geb.cl
;
; Addresses and other host information.
;
@ IN SOA mvalenzuela.geb.cl. hostmaster.mail.geb.cl. (
10118 ; Serial
43200 ; Refresh
3600 ; Retry
3600000 ; Expire
2592000 ) ; Minimum
; Define the nameservers and the mail servers
IN NS 192.168.150.200
IN A 192.168.150.200
IN MX 10 mvalenzuela.geb.cl.


cat /var/named/chroot/etc/named.conf
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
forwarders { 192.168.150.13; }; //this dns is Ok
};
include "/etc/rndc.key";
zone "mvalenzuela.geb.cl" {
type master;
file "db.mail.geb.cl";
};

And a little cut of out install
Install anyway? [N] Y

The system will be modified. Continue? [N] Y

Removing /opt/zimbra
Installing packages

zimbra-core......zimbra-core-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-ldap......zimbra-ldap-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-logger......zimbra-logger-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-mta......zimbra-mta-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-snmp......zimbra-snmp-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-store......zimbra-store-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-apache......zimbra-apache-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
zimbra-spell......zimbra-spell-5.0.5_GA_2201.RHEL5-20080417012110.i386.rpm...done
Operations logged to /tmp/zmsetup.01001900-0000151802536.log
Setting defaults... MX: mvalenzuela.geb.cl (192.168.150.200)

Interface: 192.168.150.200
Interface: 127.0.0.1
Interface: 192.168.122.1
192.168.150.200
done.
Checking for port conflicts

Main menu

1) Common Configuration:
2) zimbra-ldap: Enabled
3) zimbra-store: Enabled
+Create Admin User: yes
+Admin user to create: admin@mvalenzuela.geb.cl


Add this :
[root@mvalenzuela etc]# host `hostname`
mvalenzuela.geb.cl has address 192.168.150.200
mvalenzuela.geb.cl mail is handled by 10 mvalenzuela.geb.cl.
[root@mvalenzuela etc]#


as I can solve the error with ldap?

Saludos desde Chile & thanks.
Reply With Quote
  #2 (permalink)  
Old 05-20-2008, 09:28 AM
uxbod's Avatar
uxbod uxbod is offline
Moderator
 
Join Date: Nov 2006
Location: Northampton, UK
ZCS Version: Release 5.0.7_GA_2450.RHEL5_20080630192737 CentOS5 NETWORK edition (Unsupported OS)
Posts: 1,407
uxbod is on a distinguished road
Send a message via MSN to uxbod
Default

Code:
cat /etc/hosts
__________________
Server | CentOS 5.1 | Dual Opteron 250 | Tyan K8W Mobo | 6GB RAM | 3WARE 9550-SX4 | 4 x Samsung 200GB SATA II |
Zimbra | Release Release 5.0.7_GA_2450.RHEL5_20080630192737 NETWORK edition running under Xen 3.2.1 CentOS 5.2 i386 VM |
Network | Cisco 877 Router - Cisco ASA 5505 FW - Cisco 1131AP |
Reply With Quote
  #3 (permalink)  
Old 05-20-2008, 09:45 AM
mvalenzuela.cl mvalenzuela.cl is offline
Member
 
Join Date: Sep 2007
Location: Santiago - Chile
ZCS Version: 4.5
Posts: 22
mvalenzuela.cl is on a distinguished road
Default

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
Reply With Quote
  #4 (permalink)  
Old 05-20-2008, 10:21 AM
uxbod's Avatar
uxbod uxbod is offline
Moderator
 
Join Date: Nov 2006
Location: Northampton, UK
ZCS Version: Release 5.0.7_GA_2450.RHEL5_20080630192737 CentOS5 NETWORK edition (Unsupported OS)
Posts: 1,407
uxbod is on a distinguished road
Send a message via MSN to uxbod
Default

You will also require the following line in /etc/hosts
Code:
192.168.150.200  mvalenzuela.geb.cl mvalenzuela
__________________
Server | CentOS 5.1 | Dual Opteron 250 | Tyan K8W Mobo | 6GB RAM | 3WARE 9550-SX4 | 4 x Samsung 200GB SATA II |
Zimbra | Release Release 5.0.7_GA_2450.RHEL5_20080630192737 NETWORK edition running under Xen 3.2.1 CentOS 5.2 i386 VM |
Network | Cisco 877 Router - Cisco ASA 5505 FW - Cisco 1131AP |
Reply With Quote
  #5 (permalink)  
Old 05-20-2008, 10:31 AM
mvalenzuela.cl mvalenzuela.cl is offline
Member
 
Join Date: Sep 2007
Location: Santiago - Chile
ZCS Version: 4.5
Posts: 22
mvalenzuela.cl is on a distinguished road
Default

Line added, and same error. That another thing can be?.
Or uninstalled and install?
Reply With Quote
  #6 (permalink)  
Old 05-20-2008, 01:23 PM
mvalenzuela.cl mvalenzuela.cl is offline
Member
 
Join Date: Sep 2007
Location: Santiago - Chile
ZCS Version: 4.5
Posts: 22
mvalenzuela.cl is on a distinguished road
Default

Well, I uninstalled and install again zimbra, and works to me, but I doubt that the change in /etc/hosts it has been the solution.

Thank you, very much by help me!.
this written good?

Saludos
Reply With Quote
  #7 (permalink)  
Old 05-20-2008, 01:27 PM
uxbod's Avatar
uxbod uxbod is offline
Moderator
 
Join Date: Nov 2006
Location: Northampton, UK
ZCS Version: Release 5.0.7_GA_2450.RHEL5_20080630192737 CentOS5 NETWORK edition (Unsupported OS)
Posts: 1,407
uxbod is on a distinguished road
Send a message via MSN to uxbod
Default

It will as it is in Single Server Install
Glad you are working now
__________________
Server | CentOS 5.1 | Dual Opteron 250 | Tyan K8W Mobo | 6GB RAM | 3WARE 9550-SX4 | 4 x Samsung 200GB SATA II |
Zimbra | Release Release 5.0.7_GA_2450.RHEL5_20080630192737 NETWORK edition running under Xen 3.2.1 CentOS 5.2 i386 VM |
Network | Cisco 877 Router - Cisco ASA 5505 FW - Cisco 1131AP |
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Install Problem in Ubuntu 6.06 Server xtimox Installation 16 03-27-2008 09:36 AM
[SOLVED] Zimbra 5.0.2_GA_1975_RHEL setup CentOS 5.1 problem evolus Installation 12 02-25-2008 06:28 PM
[SOLVED] zmfixperms error when migrating [using John Holder's powertip] parixit Installation 22 12-02-2007 04:05 PM
Mail logs Rick Baker Installation 8 01-17-2006 03:33 PM
M3 problem with shares titangears Users 4 01-12-2006 12:01 PM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0