Description of problem: ipa-server-install fails to start certmonger on Fedora 14 Version-Release number of selected component (if applicable): ipa-server-1.9.0.pre5-0.fc14.x86_64 certmonger-0.30-4.fc14.x86_64 How reproducible: Always Steps to Reproduce: 1. yum install ipa-server 2. ipa-server-install 3. Actual results: ... [13/25]: configuring modrdn plugin [14/25]: creating indices [15/25]: configuring ssl for ds instance Unexpected error - see ipaserver-install.log for details: Command '/sbin/service certmonger start ' returned non-zero exit status 1 Expected results: Additional info: Manually attempting to start certmonger fails with the same error. There is no indication of the error in the server logs.
This sounds like a problem with certmonger. Do you get any SELinux AVCs when trying to start the certmonger service (/var/log/audit/audit.log)?
I am not getting any entries in /var/log/audit/audit.log when I run 'service certmonger start'. Not there and not in any other log.
At Rob's suggestion I have traced the startup and found this: connect(7, {sa_family=AF_FILE, path="/var/run/dbus/system_bus_socket"}, 33) = -1 ENOENT (No such file or directory) which means that certmonger failed to start because messagebus was not running. I have re-enabled message bus and started up the process and now certmonger starts as well. The bug can be closed (although a bug shall be reopened against certmonger so it properly logs why it fails to start).
It is a known certmonger issue.