[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [480] Add current IPv6 issue summary
From: |
bob |
Subject: |
[Savannah-cvs] [480] Add current IPv6 issue summary |
Date: |
Sun, 17 Jul 2022 19:33:01 -0400 (EDT) |
Revision: 480
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=480
Author: rwp
Date: 2022-07-17 19:32:59 -0400 (Sun, 17 Jul 2022)
Log Message:
-----------
Add current IPv6 issue summary
Modified Paths:
--------------
trunk/sviki/SavannahHosts.mdwn
Modified: trunk/sviki/SavannahHosts.mdwn
===================================================================
--- trunk/sviki/SavannahHosts.mdwn 2022-07-11 18:46:16 UTC (rev 479)
+++ trunk/sviki/SavannahHosts.mdwn 2022-07-17 23:32:59 UTC (rev 480)
@@ -1,15 +1,65 @@
Savannah VM Hosts
=================
+A recent VM hosting migration caused IPv6 problems. Making a table to
+track the problem here.
+
+ | SSH port 22 |
+ +-------------------------------------+
+ |Host1 |Host2 | IPv4 | IPv6 |
+ +-------------------------------------+
+ |mgt0 |download0 | Okay | FAIL |
+ |mgt0 |download1 | Okay | Okay |
+ |mgt0 |internal0 | Okay | FAIL |
+ |mgt0 |internal1 | Okay | Okay |
+ |mgt0 |nfs1 | FAIL | Okay |
+ |mgt0 |vcs0 | Okay | FAIL |
+ |mgt0 |vcs1 | Okay | Okay |
+ |mgt0 |vcs2 | Okay | Okay |
+
+Testing is done by using ssh-keyscan -t ed25519 with the IPv4 and IPv6
+addresses to isolate the network protocol.
+
+ | HTTP port 80 |
+ +-------------------------------------+
+ |Host1 |Host2 | IPv4 | IPv6 |
+ +-------------------------------------+
+ |mgt0 |download0 | Okay | FAIL |
+ |mgt0 |vcs0 | Okay | FAIL |
+ |mgt0 |vcs1 | Okay | FAIL |
+
+Using an external host, one from my collective, to probe at these services.
+
+ | HTTP port 80 |
+ +-----------------------------------------------+
+ |Host1 |Host2 | IPv4 | IPv6 |
+ +-----------------------------------------------+
+ |rainy |download.savannah.gnu.org | Okay | FAIL |
+ |rainy |git.savannah.gnu.org | Okay | Okay |
+ |rainy |cvs.savannah.gnu.org | Okay | Okay |
+ |rainy |savannah.gnu.org | Okay | FAIL |
+
+Current VM Hosts
+----------------
+
The current hosts are:
download0
- frontend1
+ frontend2
internal0
mgt0
vcs0
vcs1
+ nfs1
+The frontend1 and frontend2 hosts alternate hosts that are intended to
+do the same thing as the other one. Production runs on one host while
+the other one is a testing candidate for the next upgrade. However
+they arrived at their present state in different ways causing some
+unintended differences. frontend1 was created as Trisquel 8 and then
+upgraded to Trisquel 9 and then upgraded to Trisquel 10. frontend2
+was created as Triquel 9.
+
These hosts are currently in process of being migrated to these new hosts:
download1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [480] Add current IPv6 issue summary,
bob <=