From dedd65565cf532ec2212da15647d87eeb134730f Mon Sep 17 00:00:00 2001 From: ocaisa Date: Wed, 7 Apr 2021 14:32:30 +0200 Subject: [PATCH 1/2] Update RStudio-Server installation It was not working due to permission related issues --- EESSI-pilot-install-software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EESSI-pilot-install-software.sh b/EESSI-pilot-install-software.sh index fb78faaeeb..e3b244faf7 100755 --- a/EESSI-pilot-install-software.sh +++ b/EESSI-pilot-install-software.sh @@ -313,7 +313,7 @@ check_exit_code $? "${ok_msg}" "${fail_msg}" echo ">> Installing RStudio-Server 1.3.1093..." ok_msg="RStudio-Server installed, enjoy!" fail_msg="Installation of RStudio-Server failed, might be OS deps..." -$EB RStudio-Server-1.3.1093-foss-2020a-Java-11-R-4.0.0.eb --robot +TZ=UTC $EB --from-pr 12544 RStudio-Server-1.3.1093-foss-2020a-Java-11-R-4.0.0.eb --robot check_exit_code $? "${ok_msg}" "${fail_msg}" echo ">> Installing OSU-Micro-Benchmarks 5.6.3..." From 1908421a7caee72877255cabea7fb2271759703f Mon Sep 17 00:00:00 2001 From: ocaisa Date: Wed, 7 Apr 2021 14:45:43 +0200 Subject: [PATCH 2/2] Don't set TZ for RStudio-Server --- EESSI-pilot-install-software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EESSI-pilot-install-software.sh b/EESSI-pilot-install-software.sh index e3b244faf7..d8fd822a2c 100755 --- a/EESSI-pilot-install-software.sh +++ b/EESSI-pilot-install-software.sh @@ -313,7 +313,7 @@ check_exit_code $? "${ok_msg}" "${fail_msg}" echo ">> Installing RStudio-Server 1.3.1093..." ok_msg="RStudio-Server installed, enjoy!" fail_msg="Installation of RStudio-Server failed, might be OS deps..." -TZ=UTC $EB --from-pr 12544 RStudio-Server-1.3.1093-foss-2020a-Java-11-R-4.0.0.eb --robot +$EB --from-pr 12544 RStudio-Server-1.3.1093-foss-2020a-Java-11-R-4.0.0.eb --robot check_exit_code $? "${ok_msg}" "${fail_msg}" echo ">> Installing OSU-Micro-Benchmarks 5.6.3..."