gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 17/141: add nohup, add dnsutils to build image


From: gnunet
Subject: [taler-grid5k] 17/141: add nohup, add dnsutils to build image
Date: Thu, 18 Nov 2021 14:49:18 +0100

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

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

commit a5cb0efd091127d13a9f721683e36d3cbacf48a8
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sun Oct 3 22:56:33 2021 +0200

    add nohup, add dnsutils to build image
---
 image/taler-debian11.yaml | 8 ++++----
 jfed/setup.sh             | 4 ++--
 scripts/bank.sh           | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/image/taler-debian11.yaml b/image/taler-debian11.yaml
index edc09d3..aae3b3b 100644
--- a/image/taler-debian11.yaml
+++ b/image/taler-debian11.yaml
@@ -20,7 +20,7 @@ global:
 
   ## Environment description customization
   ## Author
-  g5k_author: "bossm8@bfh.ch"
+  g5k_author: "grothoff@gnu.org"
   ## Version
   g5k_version: 2
   ## Environment image path and compression
@@ -38,7 +38,7 @@ global:
   # g5k_kernel_params: ""
   ## Environment visibility
   # g5k_visibility: "shared"
-  other_packages_no_clean: nginx postgresql-13 taler-exchange taler-auditor 
taler-merchant taler-exchange-offline taler-wallet-cli sudo git zile bind9 
libtalerexchange-dev
+  other_packages_no_clean: nginx postgresql-13 taler-exchange taler-auditor 
taler-merchant taler-exchange-offline taler-wallet-cli sudo git zile bind9 
dnsutils libtalerexchange-dev
 
   ## Other parameters can be changed, see kameleon info debian10-taler.yaml
 
@@ -65,8 +65,8 @@ setup:
     - disable_services:
       - exec_in: |
          systemctl daemon-reload
-         systemctl stop nginx postgresql bind9
-         systemctl disable nginx postgresql bind9
+         systemctl stop nginx postgresql named
+         systemctl disable nginx postgresql named
     - add_taler_g5k_repo:
       - exec_in: |
          cd /root
diff --git a/jfed/setup.sh b/jfed/setup.sh
index 1cac274..4177c41 100755
--- a/jfed/setup.sh
+++ b/jfed/setup.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 # Script run when a machine boots
-set -euax
+set -eua
 
 G5K_HOME=/root/grid5k
 
@@ -18,7 +18,7 @@ function set_ddn() {
   nsupdate -k /root/ddns.key -v << EOF
 server ${NS_IP}
 zone ${DNS_ZONE}
-update add $1 60 A $(hostname -I)
+update add $1 600 A $(hostname -I)
 send
 EOF
 }
diff --git a/scripts/bank.sh b/scripts/bank.sh
index 0ca681f..45635ef 100755
--- a/scripts/bank.sh
+++ b/scripts/bank.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-taler-fakebank-run -c /etc/taler/taler.conf & disown
+nohup taler-fakebank-run -c /etc/taler/taler.conf & disown

-- 
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]