minor bugfix
authorIan Kelling <ian@iankelling.org>
Thu, 3 Oct 2024 03:36:43 +0000 (23:36 -0400)
committerIan Kelling <ian@iankelling.org>
Thu, 3 Oct 2024 03:36:43 +0000 (23:36 -0400)
brc2
brc3

diff --git a/brc2 b/brc2
index 69c4b70e413c059a8509caaebdee5c6758b1c082..84c6943260e89ec319b817306fe7f99446ef3707 100644 (file)
--- a/brc2
+++ b/brc2
@@ -2938,6 +2938,7 @@ EOF
     done >> ~/.ssh/config-dynamic
   fi
   cat /p/c/subdir_files/.ssh/config-static ~/.ssh/config-dynamic  >~/.ssh/config
+  rootsshsync
 }
 
 # usage host ipsuf [extrahost]
diff --git a/brc3 b/brc3
index d123a4fee1e439c51dc7b036e0a96ec830bde833..ee93ad6a8df8a6546d1da432add413f6ec66cc54 100644 (file)
--- a/brc3
+++ b/brc3
@@ -112,10 +112,3 @@ schroot-cleanup() {
     schroot -e -c $session
   done
 }
-
-
-massix-ping() {
-  ips=(206.53.143.47 206.53.143.5 206.53.143.46 206.53.143.21 206.53.143.69 206.53.143.10 206.53.143.23 206.53.143.79 206.53.143.36 206.53.143.48 206.53.143.78 206.53.143.4 206.53.143.29 206.53.143.7 206.53.143.25 206.53.143.38 206.53.143.34 206.53.143.80 206.53.143.19 206.53.143.18 206.53.143.22 206.53.143.63 206.53.143.9 206.53.143.31 206.53.143.28 206.53.143.24 206.53.143.58 206.53.143.6 206.53.143.52 206.53.143.53 206.53.143.8 206.53.143.39 206.53.143.72 206.53.143.54 206.53.143.75 206.53.143.2 206.53.143.15 206.53.143.50 206.53.143.17 206.53.143.16 206.53.143.68 206.53.143.61 206.53.143.42 206.53.143.81 206.53.143.252 206.53.143.253 206.53.143.55 206.53.143.73 206.53.143.30 206.53.143.14 206.53.143.26 206.53.143.40 206.53.143.35 206.53.143.1 206.53.143.20 206.53.143.11 206.53.143.67 206.53.143.3 206.53.143.41 206.53.143.56 206.53.143.62 206.53.143.32 206.53.143.84 206.53.143.37 206.53.143.70 206.53.143.60 206.53.143.88 206.53.143.49 206.53.143.43 206.53.143.74 206.53.143.13 206.53.143.51 206.53.143.44 206.53.143.33 206.53.143.87 206.53.143.77 206.53.143.76 206.53.143.65 206.53.143.12 206.53.143.27 206.53.143.57 206.53.143.71)
-
-  while true; do for i in 0 10 20 30 40 50 60 70; do fping -c 1 ${ips[@]:$i:10}; sleep 10 || break; done; done
-  }