summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2025-03-13 02:15:12 +0100
committerPjotr Prins2025-03-19 08:27:53 +0100
commit60d96ed0d13603eb1acd07b77c96ee2168bb11c7 (patch)
treeaac14e932ad1213d7f80697cb9d9c2b0bde08798
parent7e0c81fd6df94c8921729e260fe9752edc4f1d0a (diff)
downloadgn-gemtext-60d96ed0d13603eb1acd07b77c96ee2168bb11c7.tar.gz
on tux04 disk issues
-rw-r--r--issues/systems/tux04-disk-issues.gmi19
1 files changed, 19 insertions, 0 deletions
diff --git a/issues/systems/tux04-disk-issues.gmi b/issues/systems/tux04-disk-issues.gmi
index 8df8863..40b2865 100644
--- a/issues/systems/tux04-disk-issues.gmi
+++ b/issues/systems/tux04-disk-issues.gmi
@@ -246,6 +246,25 @@ So the steps are:
* [X] check logs
* [X] once running revert on recovery setting in cnf and restart
+OK, looks like we are in business again. In the next phase we need to validate files. Normal files can be checked with
+
+```
+find -type f \( -not -name "md5sum.txt" \) -exec md5sum '{}' \; > md5sum.txt
+```
+
+and compared with another set on a different server with
+
+```
+md5sum -c md5sum.txt
+```
+
+* [X] check genotype file directory - some MAGIC files missing on tux01
+
+gn-docs is a git repo, so that is easily checked
+
+* [X] check gn-docs and sync with master repo
+
+
## Other servers
```