summaryrefslogtreecommitdiff
path: root/issues/gn-uploader
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-14 12:13:57 +0300
committerFrederick Muriuki Muriithi2024-03-14 12:13:57 +0300
commite51937707f41d1a3c59cae8744aa172b043b41fe (patch)
treee1c79de1cfbe65e6555447ec892c434d97cd2ae2 /issues/gn-uploader
parent65f041b4ab88697685d1b535f1c78b46583a84bd (diff)
downloadgn-gemtext-e51937707f41d1a3c59cae8744aa172b043b41fe.tar.gz
Update issue with solution.
Diffstat (limited to 'issues/gn-uploader')
-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.