Re: Problem No space left on device

2014-09-18 Thread Ludovic Courtès
Luis Souto Graña skribis: > I created the partition table and GNU Guix successfully installed. Good! > Now, I have a problem with Skribilo: > > root@antelope# guix package --list-installed > hello 2.9 > ghostscript 9.06.0 > openssl 1.0.1h > imagemagick 6.8.9-0 > guile-reader-for-guile_2.0.11 0.

Re: Problem No space left on device

2014-09-18 Thread Luis Souto Graña
>>> it should be /mnt as well here, not /mnt/gnuguix. >>> This error could be related, although I don’t quite understand how it can happen. Sorry, I had written really /mnt, not /mnt/gnuguix. >>> This is due to the fact that /dev/sda was made a raw partition, whereas it should actually contain

Re: Problem No space left on device

2014-09-12 Thread Ludovic Courtès
Luis Souto Graña skribis: > Sorry for the delay in replying. Effectively, I was wrong: hydra > substitutes work well, but it issues other error now: OK. > My new attempt, step by step: [...] > # mkfs.ext4 /dev/sda /dev/sda is the raw disk, so you should first make a partition table on it, us

Re: Problem No space left on device

2014-09-12 Thread Luis Souto Graña
>> It seems like the mount failed, which is fishy. Does /.rw-store exist >> after that? Normally ‘deco start cow-store’ creates it, and then >> immediately mounts a unionfs on it, and moves it to /gnu/store. >> Did you try without ‘--no-substitutes’? You may get a message about >> hydra.gnu.org b

Re: Problem No space left on device

2014-09-08 Thread Ludovic Courtès
Hello, Luis Souto Graña skribis: > Hello, could you help me? I have tried to install several times GNU guix > using QEMU, but I always end up with the following error: "No space left on > device". > > My latest attempt, step by step: > > $ qemu-img create -f raw gnuguix.img 30G > $ qemu-img crea

Re: Problem No space left on device

2014-09-07 Thread Adam Pribyl
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 "

Re: Problem No space left on device

2014-09-07 Thread Luis Souto Graña
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" 2014-09-07 19:47 GMT+02:00 Manolis Ragkousis : > The builds ta

Re: Problem No space left on device

2014-09-07 Thread Manolis Ragkousis
The builds take place in the /tmp folder ,so try increasing the size of that folder.

Re: Problem No space left on device

2014-09-07 Thread Luis Souto Graña
If I try using authorized binary substitutes from Hydra it always says "Unresponsive. Try --no-substitutes". My computer hasn't more RAM. How do I get more space?

Re: Problem No space left on device

2014-09-06 Thread Jason Self
Authorized binary substitutes from Hydra might help. Otherwise, more space? signature.asc Description: PGP signature

Problem No space left on device

2014-09-06 Thread Luis Souto Graña
Hello, could you help me? I have tried to install several times GNU guix using QEMU, but I always end up with the following error: "No space left on device". My latest attempt, step by step: $ qemu-img create -f raw gnuguix.img 30G $ qemu-img create -f raw swap.img 10G $ qemu-system-i386 -hda gnu