Skip to content

Instantly share code, notes, and snippets.

@chrowe
Created September 20, 2010 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrowe/588198 to your computer and use it in GitHub Desktop.
Save chrowe/588198 to your computer and use it in GitHub Desktop.
==> EXIT on error due to invalid DNS setup.
* Your custom _MY_OWNIP is set to "66.25.167.202"
* Your custom _MY_HOSTN is set to "octopus.chr.dyndns.org"
* Your custom _MY_FRONT is set to "aegir.octopus.chr.dyndns.org"
* Your _MY_HOSTN and/or _MY_FRONT doesn't match your _MY_OWNIP,
or your hostname is not set properly yet.
* Please add/check correct line in your /etc/hosts file on the server:
$ echo "66.25.167.202 octopus.chr.dyndns.org aegir.octopus.chr.dyndns.org" >> /etc/hosts
* Please make sure that below command returns your FQDN hostname "octopus.chr.dyndns.org":
$ hostname -f
* Your server has to have already working FQDN hostname matching your IP address.
This means you _have to_ configure the dns for your server IP/hostname _before_
trying to use this install script. Reverse dns is _not_ required.
* Your hostname appears to be octopus.chr.dyndns.org - are you sure it's a valid FQDN hostname?
* Are you sure your FQDN hostname matches your IP address: 66.25.167.202?
==> EXIT on error due to invalid DNS setup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment