#6230 installer: external CA step 1 successful but reports ScriptError
Closed: Fixed None Opened 7 years ago by ftweedal.

Fix for #5750 replaced invocations of sys.exit with raising ScriptError.
When installer step 1 (for --external-ca) completes, instead of exiting
cleanly it now raises ScriptError(rval=0) which is not caught, resulting in
error message printed to console and traceback to log:

  ...
  [2/8]: configuring certificate server instance
The next step is to get /root/ipa.csr signed by your CA and re-run /sbin/ipa-server-install as:
/sbin/ipa-server-install --external-cert-file=/path/to/signed_certificate --external-cert-file=/path/to/external_ca_certificate
  [error] ScriptError:
  ipa.ipapython.install.cli.install_tool(Server): ERROR    The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information

master:

  • 889f086 Make installer quit more nicely on external CA installation

ipa-4-4:

  • 03a0f5a Make installer quit more nicely on external CA installation

Metadata Update from @ftweedal:
- Issue assigned to stlaz
- Issue set to the milestone: FreeIPA 4.4.2

7 years ago

Login to comment on this ticket.

Metadata