#3785 Passing non-existent path to --root-ca-file produces unexpected error
Closed: Fixed None Opened 10 years ago by tbabej.

When passing non-existent path to --root-ca-file, ipa-server-install fails with unexpected error.

[tbabej@vm-153 ~]$ sudo ipa-server-install --http_pkcs12 random1 --dirsrv_pkcs12 random2 --root-ca-file /non/existent/path

The log file for this installation can be found in /var/log/ipaserver-install.log
==============================================================================
This program will set up the FreeIPA Server.

This includes:
  * Configure the Network Time Daemon (ntpd)
  * Create and configure an instance of Directory Server
  * Create and configure a Kerberos Key Distribution Center (KDC)
  * Configure Apache (httpd)

To accept the default shown in brackets, press the Enter key.

Do you want to configure integrated DNS (BIND)? [no]: no

Enter the fully qualified domain name of the computer
on which you're setting up server software. Using the form
<hostname>.<domainname>
Example: master.example.com.


Server host name [vm-153.idm.lab.eng.brq.redhat.com]:

The domain name has been determined based on the host name.

Please confirm the domain name [idm.lab.eng.brq.redhat.com]:

The kerberos protocol requires a Realm name to be defined.
This is typically the domain name converted to uppercase.

Please provide a realm name [IDM.LAB.ENG.BRQ.REDHAT.COM]: 
Enter random1 unlock password:

Unexpected error - see /var/log/ipaserver-install.log for details:
IOError: [Errno 2] No such file or directory: '/non/existent/path'

Metadata Update from @tbabej:
- Issue assigned to akrivoka
- Issue set to the milestone: FreeIPA 3.2.x - 2013/07 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata