Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Running "ipa-server-install --setup-dns" works until I get the following error:
[16/32]: configuring ssl for ds instance
Unexpected error - see ipaserver-install.log for details:
[Errno 2] No such file or directory
The error log is not helpful:
2011-07-23 15:18:59,015 DEBUG stderr=
2011-07-23 15:18:59,030 DEBUG [Errno 2] No such file or directory
File "/usr/sbin/ipa-server-install", line 944, in <module>
sys.exit(main())
File "/usr/sbin/ipa-server-install", line 786, in main
hbac_allow=not options.hbac_allow)
File "/usr/lib/python2.6/site-packages/ipaserver/install/dsinstance.py", line 262, in create_instance
self.start_creation("Configuring directory server", 60)
File "/usr/lib/python2.6/site-packages/ipaserver/install/service.py", line 301, in start_creation
method()
File "/usr/lib/python2.6/site-packages/ipaserver/install/dsinstance.py", line 524, in __enable_ssl
dsdb.track_server_cert("Server-Cert", self.principal, dsdb.passwd_fname)
File "/usr/lib/python2.6/site-packages/ipaserver/install/certs.py", line 460, in track_server_cert
(stdout, stderr, rc) = certmonger.start_tracking(nickname, self.secdir, password_file)
File "/usr/lib/python2.6/site-packages/ipapython/certmonger.py", line 205, in start_tracking
(stdout, stderr, returncode) = ipautil.run(args)
File "/usr/lib/python2.6/site-packages/ipapython/ipautil.py", line 132, in run
close_fds=True, env=env)
File "/usr/lib64/python2.6/subprocess.py", line 639, in __init__
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1220, in _execute_child
raise child_exception
Version-Release number of selected component (if applicable):
# rpm -q ipa-server
ipa-server-2.0.0-23.el6_1.1.x86_64
How reproducible:
Every time so far
Steps to Reproduce:
1. Run "ipa-server-install --setup-dns" on my system
2. I get the error
3.
Actual results:
I get the error.
Expected results:
It installs without error.
Yes, the certmonger package is installed:
# rpm -q certmonger
certmonger-0.42-1.el6.x86_64
However, /usr/bin/ipa-getcert does not exist. Odd. Reinstalled certmonger and the file is now there. The installation is proceeding. I might have removed it when the installed crashed in the middle and the "uninstall" command did not work on an earlier run.
So, a question: why is a file for IPA in certmonger? Should not that file be in ipa-client or ipa-server instead?
Description of problem: Running "ipa-server-install --setup-dns" works until I get the following error: [16/32]: configuring ssl for ds instance Unexpected error - see ipaserver-install.log for details: [Errno 2] No such file or directory The error log is not helpful: 2011-07-23 15:18:59,015 DEBUG stderr= 2011-07-23 15:18:59,030 DEBUG [Errno 2] No such file or directory File "/usr/sbin/ipa-server-install", line 944, in <module> sys.exit(main()) File "/usr/sbin/ipa-server-install", line 786, in main hbac_allow=not options.hbac_allow) File "/usr/lib/python2.6/site-packages/ipaserver/install/dsinstance.py", line 262, in create_instance self.start_creation("Configuring directory server", 60) File "/usr/lib/python2.6/site-packages/ipaserver/install/service.py", line 301, in start_creation method() File "/usr/lib/python2.6/site-packages/ipaserver/install/dsinstance.py", line 524, in __enable_ssl dsdb.track_server_cert("Server-Cert", self.principal, dsdb.passwd_fname) File "/usr/lib/python2.6/site-packages/ipaserver/install/certs.py", line 460, in track_server_cert (stdout, stderr, rc) = certmonger.start_tracking(nickname, self.secdir, password_file) File "/usr/lib/python2.6/site-packages/ipapython/certmonger.py", line 205, in start_tracking (stdout, stderr, returncode) = ipautil.run(args) File "/usr/lib/python2.6/site-packages/ipapython/ipautil.py", line 132, in run close_fds=True, env=env) File "/usr/lib64/python2.6/subprocess.py", line 639, in __init__ errread, errwrite) File "/usr/lib64/python2.6/subprocess.py", line 1220, in _execute_child raise child_exception Version-Release number of selected component (if applicable): # rpm -q ipa-server ipa-server-2.0.0-23.el6_1.1.x86_64 How reproducible: Every time so far Steps to Reproduce: 1. Run "ipa-server-install --setup-dns" on my system 2. I get the error 3. Actual results: I get the error. Expected results: It installs without error.