Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Other > International > Spanish

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 08-09-2011, 06:02 AM
Intermediate Member
 
Posts: 18
Exclamation problema durante la instalacion

Hola, durante la instalación de zimbra zcs-7.1.1_ga... y tambien pasa lo mismo con zcs-7.1.2_ga... aparece un fallo.
Red hat enterprise linux 6

Code:
Tue Aug  9 13:37:46 2011 Initializing ldap...
Tue Aug  9 13:37:46 2011 *** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
sudo: sorry, you must have a tty to run sudo
sudo: sorry, you must have a tty to run sudo
sudo: sorry, you must have a tty to run sudo
sudo: sorry, you must have a tty to run sudo
sudo: sorry, you must have a tty to run sudo
sudo: sorry, you must have a tty to run sudo
sudo: sorry, you must have a tty to run sudo
IO::Socket::INET: connect: Connection refused at /opt/zimbra/libexec/zmldapinit line 137.
Tue Aug  9 13:38:24 2011 failed. (28416)
Tue Aug  9 13:38:24 2011

ERROR

Tue Aug  9 13:38:24 2011

Configuration failed

Tue Aug  9 13:38:24 2011 Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
Tue Aug  9 13:38:24 2011 complete the configuration.
Tue Aug  9 13:38:24 2011
Errors have been logged to /tmp/zmsetup.08092011-133642.log
y en el fichero /etc/sudoers tengo estas lineas...

Code:
# %users  localhost=/sbin/shutdown -h now
%zimbra ALL=NOPASSWD:/opt/zimbra/libexec/zmstat-fd *
%zimbra   ALL=NOPASSWD:/opt/zimbra/openldap/libexec/slapd
%zimbra   ALL=NOPASSWD:/opt/zimbra/libexec/zmslapd
%zimbra   ALL=NOPASSWD:/opt/zimbra/postfix/sbin/postfix, /opt/zimbra/postfix/sbin/postalias, /opt/zimbra/postfix/sbin/qshape.pl, /opt/zimbra/postfix/sbin/postconf,/opt/zimbra/postfix/sbin/postsuper
%zimbra   ALL=NOPASSWD:/opt/zimbra/libexec/zmqstat,/opt/zimbra/libexec/zmmtastatus
%zimbra ALL=NOPASSWD:/opt/zimbra/libexec/zmmailboxdmgr
%zimbra ALL=NOPASSWD:/opt/zimbra/bin/zmcertmgr
La solucion que encontre fue comentar la linea
#Defaults requiretty

porque agregando siguiente no funciona.....
%zimbra ALL=NOPASSWD:/opt/zimbra/libexec/zmldapinit

¿Alguna solucion? para poder dejar Defaults requiretty sin comentar.
Reply With Quote
  #2 (permalink)  
Old 08-09-2011, 06:10 AM
Zimbra Consultant & Moderator
 
Posts: 20,319
Default

Quote:
Originally Posted by showmanchoyin View Post
La solucion que encontre fue comentar la linea
#Defaults requiretty
That is the correct solution.

Quote:
Originally Posted by showmanchoyin View Post
porque agregando siguiente no funciona.....
%zimbra ALL=NOPASSWD:/opt/zimbra/libexec/zmldapinit
Do not change any of the entries made by the zimbra install.

Quote:
Originally Posted by showmanchoyin View Post
¿Alguna solucion? para poder dejar Defaults requiretty sin comentar.
No, there isn't.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 08-10-2011, 03:25 AM
Intermediate Member
 
Posts: 18
Default

Muchas gracias....

Ahora se me presenta un problema... durante la instalación me dice conflicto puerto 25.
Si paro el postfix antes de instalar, no me da conflicto pero después no me arranca el mta...
como debo proceder con este problema antes de instalar.

Estoy instalando zimbra 7 en un centos6
Muchísimas gracias.
Reply With Quote
  #4 (permalink)  
Old 08-10-2011, 03:35 AM
Zimbra Consultant & Moderator
 
Posts: 20,319
Default

Quote:
Originally Posted by showmanchoyin View Post
Ahora se me presenta un problema... durante la instalación me dice conflicto puerto 25.
That means you already have a mailserver running on port 25, you need to stop that service and disable it from starting at boot time then run the Zimbra installer again.

If you are installing behind a NAT router (or firewall) you will need to set-up a Split DNS - it is important that your DNS A & MX records plus your /etc/hosts file are correct before doing the installation.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 08-10-2011, 06:02 AM
Intermediate Member
 
Posts: 18
Default

Repito instalación de la maquina desde cero.
configuro /etc/hosts
Code:
10.0.0.19    grupohd.com.    centos6
127.0.0.1    localhost.localdomain    localhost
::1    localhost6.localdomain6    localhost6
# /etc/init.d/iptables stop
# /etc/init.d/ip6tables stop
# chkconfig iptables off
# chkconfig ip6tables off
# /etc/init.d/postfix stop
# chkconfig postfix off
# /etc/init.d/named start
# chkconfig named on

Comienzo la instalación y termina sin fallos.
pero...
Code:
$ zmcontrol status
Host grupohd.com.
    antispam                Stopped
        zmamavisdctl is not running
    antivirus               Stopped
        zmamavisdctl is not running
    ldap                    Running
    logger                  Running
    mailbox                 Running
    mta                     Stopped
        postfix is not running
    snmp                    Running
    spell                   Running
    stats                   Running
    zmconfigd               Stopped
        zmconfigd is not running.
/var/log/zimbra.log
Code:
Aug 10 13:58:00 localhost postfix/postqueue[13734]: warning: valid_hostname: misplaced delimiter: grupohd.com.
Aug 10 13:58:00 localhost postfix/postqueue[13734]: fatal: file /opt/zimbra/postfix-2.7.4.2z/conf/main.cf: parameter myhostname: bad parameter value: grupohd.com.
Aug 10 13:58:03 localhost zmmailboxdmgr[14120]: status requested
Aug 10 13:58:03 localhost zmmailboxdmgr[14120]: status OK
Aug 10 13:58:30 localhost postfix/postqueue[14261]: warning: valid_hostname: misplaced delimiter: grupohd.com.
Aug 10 13:58:30 localhost postfix/postqueue[14261]: fatal: file /opt/zimbra/postfix-2.7.4.2z/conf/main.cf: parameter myhostname: bad parameter value: grupohd.com.
Aug 10 13:58:51 localhost slapd[21552]: slap_queue_csn: queing 0x7f8be46573a0 20110810125851.513481Z#000000#000#000000
Aug 10 13:58:51 localhost slapd[21552]: slap_graduate_commit_csn: removing 0x4802150 20110810125851.513481Z#000000#000#000000
Aug 10 13:58:51 localhost slapd[21552]: slap_queue_csn: queing 0x7f8be46573a0 20110810125851.604015Z#000000#000#000000
Aug 10 13:58:51 localhost slapd[21552]: slap_graduate_commit_csn: removing 0x21a65d0 20110810125851.604015Z#000000#000#000000
Aug 10 13:58:51 localhost slapd[21552]: slap_queue_csn: queing 0x7f8be46573a0 20110810125851.697768Z#000000#000#000000
Aug 10 13:58:51 localhost slapd[21552]: slap_graduate_commit_csn: removing 0x4802150 20110810125851.697768Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_queue_csn: queing 0x7f8be36553a0 20110810125852.015202Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_graduate_commit_csn: removing 0x68a9a20 20110810125852.015202Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: slap_queue_csn: queing 0x7f8be56593a0 20110810125852.224650Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_graduate_commit_csn: removing 0x6857db0 20110810125852.224650Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_queue_csn: queing 0x7f8be4e583a0 20110810125852.283202Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_graduate_commit_csn: removing 0x68a9b40 20110810125852.283202Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_queue_csn: queing 0x7f8be3e563a0 20110810125852.342273Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_graduate_commit_csn: removing 0x68a9a50 20110810125852.342273Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: slap_queue_csn: queing 0x7f8be3e563a0 20110810125852.467256Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_graduate_commit_csn: removing 0x48024b0 20110810125852.467256Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:52 localhost slapd[21552]: slap_queue_csn: queing 0x7f8be56593a0 20110810125852.595585Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_graduate_commit_csn: removing 0x42bb360 20110810125852.595585Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_queue_csn: queing 0x7f8be36553a0 20110810125852.663217Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_graduate_commit_csn: removing 0x42be1b0 20110810125852.663217Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_queue_csn: queing 0x7f8be36553a0 20110810125852.730648Z#000000#000#000000
Aug 10 13:58:52 localhost slapd[21552]: slap_graduate_commit_csn: removing 0x1d74a20 20110810125852.730648Z#000000#000#000000
Aug 10 13:58:53 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:58:53 localhost slapd[21552]: connection_read(13): no connection!
Aug 10 13:59:00 localhost postfix/postqueue[14682]: warning: valid_hostname: misplaced delimiter: grupohd.com.
Aug 10 13:59:00 localhost postfix/postqueue[14682]: fatal: file /opt/zimbra/postfix-2.7.4.2z/conf/main.cf: parameter myhostname: bad parameter value: grupohd.com.
Aug 10 13:59:30 localhost postfix/postqueue[14745]: warning: valid_hostname: misplaced delimiter: grupohd.com.
Aug 10 13:59:30 localhost postfix/postqueue[14745]: fatal: file /opt/zimbra/postfix-2.7.4.2z/conf/main.cf: parameter myhostname: bad parameter value: grupohd.com.
Aug 10 13:59:54 localhost zmmailboxdmgr[14947]: status requested
Aug 10 13:59:54 localhost zmmailboxdmgr[14947]: status OK
Aug 10 13:59:54 localhost zmmailboxdmgr[14955]: status requested
Aug 10 13:59:54 localhost zmmailboxdmgr[14955]: status OK
Reply With Quote
  #6 (permalink)  
Old 08-10-2011, 07:41 AM
Zimbra Consultant & Moderator
 
Posts: 20,319
Default

The following line in your hosts file is incorrect:

Code:
10.0.0.19    grupohd.com.    centos6
It should look like this:

Code:
10.0.0.19    centos6.grupohd.com    centos6
You should also provide the output from all the comands in the 'Verify...' section of the Split DNS article.
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 08-10-2011, 08:24 AM
Intermediate Member
 
Posts: 18
Default

exactly, thank you very much phoenix
pero todas las pruebas del dns daban correctamente
reinstall the system from scratch and see what else happens.
I am very grateful phoenix
Reply With Quote
  #8 (permalink)  
Old 08-10-2011, 08:38 AM
Zimbra Consultant & Moderator
 
Posts: 20,319
Default

Quote:
Originally Posted by showmanchoyin View Post
exactly, thank you very much phoenix
pero todas las pruebas del dns daban correctamente
They probably were OK but I do like to see the output juct for confirmation.

Quote:
Originally Posted by showmanchoyin View Post
reinstall the system from scratch and see what else happens.
I am very grateful phoenix
You're welcome. If you still have problems then post again.
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 08-10-2011, 09:35 AM
Intermediate Member
 
Posts: 18
Default

ops ... what a shame

$ zmcontrol status
Code:
Host centos6.grupohd.com
    antispam                Running
    antivirus               Running
    ldap                    Running
    logger                  Running
    mailbox                 Running
    mta                     Running
    snmp                    Running
    spell                   Running
    stats                   Running
    zmconfigd               Stopped
        zmconfigd is not running.
En el log /opt/zimbra/log/zmsetup.08102011xxxxx.....
no veo ningun error = I do not see any errors

No se ni por donde empezar = I do not know where to start
Reply With Quote
  #10 (permalink)  
Old 08-10-2011, 10:53 AM
Zimbra Consultant & Moderator
 
Posts: 20,319
Default

What errors do you see in the log files when you restart zimbra?
__________________
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.