summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--issues/gn-uploader/guix-build-gn-uploader-error.gmi13
1 files changed, 13 insertions, 0 deletions
diff --git a/issues/gn-uploader/guix-build-gn-uploader-error.gmi b/issues/gn-uploader/guix-build-gn-uploader-error.gmi
index 349482d..dbeebf3 100644
--- a/issues/gn-uploader/guix-build-gn-uploader-error.gmi
+++ b/issues/gn-uploader/guix-build-gn-uploader-error.gmi
@@ -97,3 +97,16 @@ I have even attempted checking out
and creating a branch from it then
=> https://git.genenetwork.org/guix-bioinformatics/commit/?h=fred-updates-20240313&id=4105a3e463982f46dcc9a537267fb77bb2322b9a updating the commit and hash
in the new branch, but I still get the same failures above.
+
+## Solutions
+
+
+### "In procedure copy-file: No space left on device" Error (Tux02)
+
+In tux02, the issue was, after all, a lack of space. Fixed by telling the daemon to use a different directory on a partition with more space as its TMPDIR. That fixes the "No space left on device" error. We do that by adding the following to the systemd unit file for the guix daemon:
+
+```
+ENVIRONMENT='TMPDIR=/export/tmp'
+```
+
+Now the system fails with the same error as local dev.