gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 104/189: fix


From: gnunet
Subject: [taler-grid5k] 104/189: fix
Date: Thu, 28 Apr 2022 10:47:54 +0200

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 9dbb426aae96667b5afd3d920f9304596ae48ebf
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Tue Mar 22 12:01:57 2022 +0100

    fix
---
 experiment/scripts/database.sh | 2 --
 experiment/scripts/helpers.sh  | 6 +++++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/experiment/scripts/database.sh b/experiment/scripts/database.sh
index 52e1b27..6e10fb2 100755
--- a/experiment/scripts/database.sh
+++ b/experiment/scripts/database.sh
@@ -87,8 +87,6 @@ function setup_config() {
   # Should be set locally
   join_collapse_limit=1
 
-  enable_seqscan=off
-
   # Large tables perform bad with the default settings
   # However, they could also be set on each table indiviudally
   # (NOTE: on partitions!)
diff --git a/experiment/scripts/helpers.sh b/experiment/scripts/helpers.sh
index 32d438a..d606e66 100755
--- a/experiment/scripts/helpers.sh
+++ b/experiment/scripts/helpers.sh
@@ -82,7 +82,9 @@ function wait_for_db() {
         -c '\q';
   do
     echo "Database not ready yet"
-    sleep 2
+    # sometimes dns is not working correctly - try to fix with restart
+    systemctl restart dnsmasq
+    sleep 5
   done
 }
 
@@ -96,6 +98,8 @@ function wait_for_keys() {
         --quiet;
   do
     echo "Exchange not ready yet"
+    # sometimes dns is not working correctly - try to fix with restart
+    systemctl restart dnsmasq
     sleep 5
   done
 } 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]