From 6a55f1f4a030ff7bf2c80127053b1840f3fabcd9 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Jun 17 2015 20:15:59 +0000 Subject: preinstalling java-1.6 to fix current java issues with ipa-server, to be fixed with 6.7 --- diff --git a/tests/p_ipa-server/1-install_freeipa.sh b/tests/p_ipa-server/1-install_freeipa.sh index 8017da0..53c9b3c 100755 --- a/tests/p_ipa-server/1-install_freeipa.sh +++ b/tests/p_ipa-server/1-install_freeipa.sh @@ -4,6 +4,8 @@ if (t_GetPkgRel basesystem | grep -qE 'el(6|7)') && !(t_GetArch | grep -qE 'aarch64') then + t_Log "Running $0 - Installing java-1.6 to fix java-issues with 1.7/1.8, to be fixed with 6.7" + t_InstallPackage java-1.6.0-openjdk t_Log "Running $0 - Installing packages, this takes around 2-3 mins" t_InstallPackage ipa-server bind-dyndb-ldap libsss_sudo else