summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Guarracino2024-05-24 17:28:42 -0500
committerGitHub2024-05-24 17:28:42 -0500
commit81b55fbdc30d8a95f2101cc811bab3407eff5d67 (patch)
tree2616c6835123bf65fbe39234a002ca9252be5028
parentdc0bed0d8d9b68bda42877645bdb993855d093eb (diff)
downloadgn-gemtext-81b55fbdc30d8a95f2101cc811bab3407eff5d67.tar.gz
Update octopus-maintenance.gmi
how to fix `STATUS: Rewound credential (16)` in munge
-rw-r--r--topics/systems/hpc/octopus-maintenance.gmi6
1 files changed, 6 insertions, 0 deletions
diff --git a/topics/systems/hpc/octopus-maintenance.gmi b/topics/systems/hpc/octopus-maintenance.gmi
index 31b5bc0..a0a2f16 100644
--- a/topics/systems/hpc/octopus-maintenance.gmi
+++ b/topics/systems/hpc/octopus-maintenance.gmi
@@ -126,6 +126,12 @@ To test the new installation, go to `octopus01` and then:
munge -n | ssh tux08 /export/octopus01/guix-profiles/slurm-2-link/bin/unmunge
```
+If you get `STATUS: Rewound credential (16)`, it means that there is a difference between the encoding and decoding times. To fix it, go into the new machine and fix the time with
+
+```shell
+sudo date MMDDhhmmYYYY.ss
+```
+
To install `slurm`, go to `octopus01` and run:
```shell