I'm attempting to upgrade from 5.0.10 to 6.0.6. I'm running on Ubuntu 8.04.2 LTS (Hardy) 64 bit. WHen I run the install script, I get the following error message:
ERROR: Installation can not proceeed. Please fix your /etc/hosts file
to contain:
Whereis the ip address of the host,
is the FULLY QUALIFIED host name, and
is the (optional) hostname-only portion
I've verified that my /etc/hosts is correct. Here is a copy.
127.0.0.1 localhost.localdomain localhost
67.207.144.137 mail.myserver.com mail
myserver.com is actually resolved to a different machine but the MX record resolves to this machine. So,
nslookup myserver.com returns my www server where as
nslookup mail.myserver.com returns this server.
dig myserver.com any
; <<>> DiG 9.4.2-P2.1 <<>> myserver.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51041
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 2, ADDITIONAL: 3
;; QUESTION SECTION:
;myserver.com. IN ANY
;; ANSWER SECTION:
myserver.com. 7200 IN SOA NS97.WORLDNIC.com. namehost.WORLDNIC.com. 109071109 10800 3600 604800 3600
myserver.com. 1676 IN A 208.78.96.146
myserver.com. 7200 IN MX 10 mail.myserver.com.
myserver.com. 7200 IN NS NS97.WORLDNIC.com.
myserver.com. 7200 IN NS ns98.WORLDNIC.com.
;; AUTHORITY SECTION:
myserver.com. 7200 IN NS ns98.WORLDNIC.com.
myserver.com. 7200 IN NS NS97.WORLDNIC.com.
;; ADDITIONAL SECTION:
mail.myserver.com. 3551 IN A 67.207.144.137
NS97.WORLDNIC.com. 1193 IN A 205.178.190.49
ns98.WORLDNIC.com. 1193 IN A 206.188.198.49
;; Query time: 28 msec
;; SERVER: 208.78.97.155#53(208.78.97.155)
;; WHEN: Fri Apr 16 13:00:20 2010
;; MSG SIZE rcvd: 234
I've looked through these forums for the answer but I'm either not smart enough to see the answer or something else is wrong. Any ideas?
Tom


LinkBack URL
About LinkBacks







