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 300316 Details for
Bug 440475
ipa_webgui does not start after initial installation
[?]
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]
move ipa.conf creation earlier in installation
freeipa-770-ipaconf.patch (text/plain), 1.56 KB, created by
Rob Crittenden
on 2008-04-03 19:26:24 UTC
(
hide
)
Description:
move ipa.conf creation earlier in installation
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-04-03 19:26:24 UTC
Size:
1.56 KB
patch
obsolete
># HG changeset patch ># User Rob Crittenden <rcritten@redhat.com> ># Date 1207252147 14400 ># Node ID f02980fb3404c20907d7c9d5559ecb7880ad0869 ># Parent 291dd09140175010afca78f7ffbc99376058e635 >Create /etc/ipa/ipa.conf earlier in the installation process. > >Because the ipa.config() object raises an error if there is no configuration >file and auto-detection fails, ipa_webgui may fail to start at install time. > >440475 > >diff -r 291dd0914017 -r f02980fb3404 ipa-server/ipa-install/ipa-server-install >--- a/ipa-server/ipa-install/ipa-server-install Thu Apr 03 15:45:44 2008 -0400 >+++ b/ipa-server/ipa-install/ipa-server-install Thu Apr 03 15:49:07 2008 -0400 >@@ -486,6 +486,14 @@ def main(): > http = ipaserver.httpinstance.HTTPInstance(fstore) > http.create_instance(realm_name, host_name, domain_name) > >+ # Create the config file >+ fstore.backup_file("/etc/ipa/ipa.conf") >+ fd = open("/etc/ipa/ipa.conf", "w") >+ fd.write("[defaults]\n") >+ fd.write("server=" + host_name + "\n") >+ fd.write("realm=" + realm_name + "\n") >+ fd.close() >+ > # Create a Web Gui instance > webgui = ipaserver.httpinstance.WebGuiInstance() > webgui.create_instance() >@@ -514,14 +522,6 @@ def main(): > > # Set the admin user kerberos password > ds.change_admin_password(admin_password) >- >- # Create the config file >- fstore.backup_file("/etc/ipa/ipa.conf") >- fd = open("/etc/ipa/ipa.conf", "w") >- fd.write("[defaults]\n") >- fd.write("server=" + host_name + "\n") >- fd.write("realm=" + realm_name + "\n") >- fd.close() > > # Call client install script > try:
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 440475
: 300316