Foro de elhacker.net

Sistemas Operativos => GNU/Linux => Mensaje iniciado por: syncro_7 en 3 Abril 2016, 21:20 pm



Título: [Zymbra]
Publicado por: syncro_7 en 3 Abril 2016, 21:20 pm
Hola a tod@s. Tengo un problema a la hora de instalar Zimbra Corporation en mi Ubuntu 14.04. Me da este error

Código
  1.  ERROR: Installation can not proceeed.  Please fix your /etc/hosts file
  2.  to contain:
  3.  
  4.  <ip> <FQHN> <HN>
  5.  
  6.  Where <IP> is the ip address of the host,
  7.  <FQHN> is the FULLY QUALIFIED host name, and
  8.  <HN> is the (optional) hostname-only portion
En mi archivo /etc/hosts tengo esto:


Código
  1. 127.0.0.1       localhost               localhost
  2. 127.0.0.1       server-zimbra           localhost
  3. 192.168.1.5     mail.mydomain.com       mail
  4. # The following lines are desirable for IPv6 capable hosts
  5. #::1     ip6-localhost ip6-loopback
  6. #fe00::0 ip6-localnet
  7. #ff00::0 ip6-mcastprefix
  8. #ff02::1 ip6-allnodes
  9. #ff02::2 ip6-allrouters

Gracias.