From 60d96ed0d13603eb1acd07b77c96ee2168bb11c7 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 13 Mar 2025 02:15:12 +0100 Subject: on tux04 disk issues --- issues/systems/tux04-disk-issues.gmi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'issues/systems/tux04-disk-issues.gmi') 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 ``` -- cgit v1.2.3