Hide Forgot
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:
Also tried: [root@qe-blade-04 log]# /usr/sbin/certmonger -d 99 start internal error
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.