Always start the messagebus service so that certmonger will work properly. There have been reports from some very minimal install that this service isn't started.

ticket 528

rob
>From 319baa463e0b3b1a9864494f5699642387f2d48d Mon Sep 17 00:00:00 2001
From: Rob Crittenden <rcrit...@redhat.com>
Date: Mon, 3 Jan 2011 16:41:32 -0500
Subject: [PATCH] Make sure that the messagebus service is started.

This will prevent certmonger failures. On very minimal installs it seems
that messagebus is not always started.

ticket 528
---
 install/tools/ipa-server-install |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index b73b63e..2bbf481 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -741,6 +741,8 @@ def main():
     # Now put the CA cert where other instances exepct it
     ca.publish_ca_cert("/etc/ipa/ca.crt")
 
+    service.start('messagebus')
+
     # Create a directory server instance
     ds = dsinstance.DsInstance()
 
-- 
1.7.3.4

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to