[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem No space left on device
From: |
Adam Pribyl |
Subject: |
Re: Problem No space left on device |
Date: |
Mon, 8 Sep 2014 08:20:54 +0200 (CEST) |
User-agent: |
Alpine 2.00 (DEB 1167 2008-08-23) |
On Sun, 7 Sep 2014, Luis Souto Graña wrote:
How can I do that?
I also already tried:
$ qemu-img create -f raw temporal.img 10G
# TMPDIR=/mnt/temporal guix system init /mnt/gnuguix/config.scm
/mnt/gnuguix --no-substitutes
I ended up with the same error: "No space left on device"
What does the "df" says about a real space? The partition size is
irrelevant - important is what the filesystem size on the partition is.
What version of guix are you using?
If you want to use substitutes from hydra, you have to authorize it
guix archive --authorize < \
/gnu/store/<long-hash>-guix-0.<somebuild>/share/guix/hydra.gnu.org.pub
2014-09-07 19:47 GMT+02:00 Manolis Ragkousis <address@hidden>:
The builds take place in the /tmp folder ,so try increasing the size of
that folder.
Adam Pribyl