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.

Bug 691790

Summary: Unable to install IPA Server, since certmonger cannot start
Product: Red Hat Enterprise Linux 6 Reporter: Namita Soman <nsoman>
Component: certmongerAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED UPSTREAM QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.1CC: dpal, jgalipea, kchamart
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-29 14:16:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Namita Soman 2011-03-29 13:29:00 UTC
Description of problem:
When installing IPA server, got error that - 
2011-03-29 09:00:59,626 DEBUG args=/sbin/service certmonger start
2011-03-29 09:00:59,626 DEBUG stdout=Starting certmonger: internal error

And IPA server install failed.

Version-Release number of selected component (if applicable):
certmonger-0.40-1.20110329T0537z.el6.x86_64

How reproducible:


Steps to Reproduce:
1.Install IPA Server
2.
3.
  
Actual results:
got error:
  [16/32]: configuring ssl for ds instance
Unexpected error - see ipaserver-install.log for details:
 Command '/sbin/service certmonger start ' returned non-zero exit status 1
:: [   FAIL   ] :: Installing IPA Server (Expected 0, got 1)


Expected results:
Install should succeed


Additional info:

Comment 1 Namita Soman 2011-03-29 13:31:17 UTC
Also tried:

[root@qe-blade-04 log]# /usr/sbin/certmonger -d 99 start
internal error

Comment 2 Nalin Dahyabhai 2011-03-29 14:16:34 UTC
Whoops, this bug went in after 0.40 when I was adding some sanity checks for startup-time (mainly for the per-user instance, which has to use getenv() or getpwuid() to find the user's home directory, in case both fail).  Not in 0.40 proper, and won't be in 0.41, either.