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 294032 Details for
Bug 430014
ipa-install-server error with FQDN does not throw a non-zero result
[?]
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]
return 1 on error, 0 on success
freeipa-630-return.patch (text/plain), 836 bytes, created by
Rob Crittenden
on 2008-02-05 18:56:26 UTC
(
hide
)
Description:
return 1 on error, 0 on success
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-02-05 18:56:26 UTC
Size:
836 bytes
patch
obsolete
># HG changeset patch ># User Rob Crittenden <rcritten@redhat.com> ># Date 1202237706 18000 ># Node ID 64f4a2f1d02989c7078a0bff2aacb888cb144d52 ># Parent ba7cdbbfc8b94a16a4b3b1f6d3f5fd422279835f >Return 1 on error, 0 on success > >diff -r ba7cdbbfc8b9 -r 64f4a2f1d029 ipa-server/ipa-install/ipa-server-install >--- a/ipa-server/ipa-install/ipa-server-install Tue Feb 05 12:23:53 2008 -0500 >+++ b/ipa-server/ipa-install/ipa-server-install Tue Feb 05 13:55:06 2008 -0500 >@@ -511,6 +511,7 @@ def main(): > > try: > main() >+ return 0 > except Exception, e: > message = "Unexpected error - see ipaserver-install.log for details:\n %s" % str(e) > print message >@@ -518,3 +519,4 @@ except Exception, e: > for str in traceback.format_tb(sys.exc_info()[2]): > message = message + "\n" + str > logging.debug(message) >+ return 1
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 430014
:
292849
| 294032 |
300110