summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-01-03 16:41:32 -0500
committerRob Crittenden <rcritten@redhat.com>2011-01-04 16:56:18 -0500
commite7afe1dec202de8064b90c526f0d4a2fdf224824 (patch)
treed7554b699fc5a6ac296e20c5f132ed1ad760188e /install/tools/ipa-server-install
parent91f4bb4ae5edcddf387ed450ee812d35c49fb010 (diff)
downloadfreeipa-e7afe1dec202de8064b90c526f0d4a2fdf224824.tar.gz
freeipa-e7afe1dec202de8064b90c526f0d4a2fdf224824.tar.xz
freeipa-e7afe1dec202de8064b90c526f0d4a2fdf224824.zip
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
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index b73b63e10..2bbf48171 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()