From e51937707f41d1a3c59cae8744aa172b043b41fe Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 14 Mar 2024 12:13:57 +0300 Subject: Update issue with solution. --- issues/gn-uploader/guix-build-gn-uploader-error.gmi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'issues/gn-uploader') 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. -- cgit v1.2.3