Drupal post-install configuration failed

5 posts / 0 new
Last post
#1 Mon, 03/03/2008 - 05:27
r.sacconi@mclink.it

Drupal post-install configuration failed

Greetings,

we having problem with the drupal installation script. This is what we get:

[code:1]Install Script
In domain zimbra-mclink.it Downloading http://drupal.org/files/projects/drupal-5.5.tar.gz (753629 bytes) ... Ricevuti 1024 bytes (0 %) Ricevuti 75776 bytes (10 %) Ricevuti 151552 bytes (20 %) Ricevuti 226304 bytes (30 %) Ricevuti 302080 bytes (40 %) Ricevuti 376832 bytes (50 %) Ricevuti 452608 bytes (60 %) Ricevuti 528384 bytes (70 %) Ricevuti 603136 bytes (80 %) Ricevuti 678912 bytes (90 %) Ricevuti 753629 bytes (100 %) ...download complatato.

Now installing Drupal version 5.5 ..

  <b>Drupal post-install configuration failed : Failed to lookup IP address for</b> zimbra-mclink.it

  More information on using this script can be found at http://drupal.org/.

.. failed! See the error message above for the reason why.[/code:1]

This should'nt happens? The domain zimbra-mclink.it effectively exist only for the dns server of the virtualmin machine. But this should be enough. Maybe the script use another method to reverse check the dns entry?

Thank you

Tue, 03/25/2008 - 06:46
r.sacconi@mclink.it

UP

Tue, 03/25/2008 - 11:13
Joe
Joe's picture

What's in your /etc/resolv.conf?

--

Check out the forum guidelines!

Wed, 03/26/2008 - 07:12 (Reply to #3)
r.sacconi@mclink.it

# cat /etc/resolv.conf
nameserver 195.110.128.1
nameserver 194.247.160.6
nameserver 127.0.0.1
domain mclink.it

Wed, 03/26/2008 - 14:51 (Reply to #4)
Joe
Joe's picture

So the script is trying one of the other name servers first, and getting bad data.

Re-order those nameservers to put 127.0.0.1 first, and try it again. (Or just fix the glue records that are causing the name to fail on those other name servers.)

--

Check out the forum guidelines!

Topic locked