View Single Post
  #1 (permalink)  
Old 06-26-2007, 07:23 PM
mevets mevets is offline
Starter Member
 
Posts: 1
Default Broken /etc/hosts

When I tried to install Zimbra Open Source edition from the binaries it told me that my /etc/hosts was missing things
Code:
ERROR: Installation can not proceeed.  Please fix your /etc/hosts file
  to contain:

    

  Where  is the ip address of the host, 
   is the FULLY QUALIFIED host name, and
   is the (optional) hostname-only portion
This is the contents of my /etc/hosts file
Code:
127.0.0.1	localhost
127.0.1.1	steve-laptop

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
I can't understand what I should add. Does anyone know what is necessary for me to add in order for the install to succeed?
Reply With Quote