Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304902 Details for
Bug 442812
When /etc/hosts contains hostname on 127.0.0.1 line, ipa-server-install fails
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
include pointer to /etc/hosts for where to look to fix the problem
freeipa-17-localhost.patch (text/plain), 1.11 KB, created by
Rob Crittenden
on 2008-05-08 21:15:33 UTC
(
hide
)
Description:
include pointer to /etc/hosts for where to look to fix the problem
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-05-08 21:15:33 UTC
Size:
1.11 KB
patch
obsolete
>From 7e359be20a8e1490422be92a120de7c71b2d4c3b Mon Sep 17 00:00:00 2001 >From: Rob Crittenden <rcritten@redhat.com> >Date: Thu, 8 May 2008 17:13:15 -0400 >Subject: [PATCH] Include information on where to look if a hostname resolves to localhost. > >442812 >--- > ipa-server/ipaserver/installutils.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/ipa-server/ipaserver/installutils.py b/ipa-server/ipaserver/installutils.py >index 37ee5d6..5eca597 100644 >--- a/ipa-server/ipaserver/installutils.py >+++ b/ipa-server/ipaserver/installutils.py >@@ -58,7 +58,7 @@ def verify_fqdn(host_name): > > for a in hostaddr: > if a[4][0] == '127.0.0.1' or a[4][0] == '::1': >- raise RuntimeError("The IPA Server hostanme cannot resolve to localhost (%s), a routable IP address must be used." % a[4][0]) >+ raise RuntimeError("The IPA Server hostname cannot resolve to localhost (%s). A routable IP address must be used. Check /etc/hosts to see if %s is an alias for %s" % (a[4][0], host_name, a[4][0])) > try: > revname = socket.gethostbyaddr(a[4][0])[0] > except: >-- >1.5.3.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 442812
: 304902