View Single Post
  #26 (permalink)  
Old 01-18-2006, 09:41 AM
prosenbl prosenbl is offline
Intermediate Member
 
Posts: 17
Default

Thanks for the quick repsonse... here's the info you asked for
Quote:
zimbra@mailtemp:~/libexec> host `hostname`
mailtemp.my-domain.com has address 192.168.1.73

zimbra@mailtemp:~/libexec> host localhost
localhost has address 127.0.0.1

zimbra@mailtemp:~/libexec> more /etc/hosts
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#

127.0.0.1 localhost.localdomain localhost
63.138.xxx.xxx office.my-domain.com office


# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback

fe00::0 ipv6-localnet

ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
127.0.0.2 mailtemp.my-domain.com mailtemp
Also, since the zmmyinit.log seems to blame mysql's resolveip:
Quote:
zimbra@mailtemp:~/libexec> /opt/zimbra/mysql/bin/resolveip `hostname`
IP address of mailtemp is 127.0.0.2


zimbra@mailtemp:~/libexec> /opt/zimbra/mysql/bin/resolveip localhost
IP address of localhost is 127.0.0.1

Last edited by prosenbl; 01-18-2006 at 10:45 AM..
Reply With Quote