summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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