all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem No space left on device
@ 2014-09-07  0:41 Luis Souto Graña
  2014-09-07  6:27 ` Jason Self
  2014-09-08  6:59 ` Ludovic Courtès
  0 siblings, 2 replies; 11+ messages in thread
From: Luis Souto Graña @ 2014-09-07  0:41 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]

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 gnuguix.img -hdb swap.img -m 2048 -net
nic,model=e1000 -net user -vga std -usb -usbdevice
disk:format=raw:gnuusbinstall07.raw -boot menu=on


# dhclient eth0
e1000 eth0 is up
# fdisk -l
Disk /dev/sda 32.2 GB
Disk /dev/sdb 10.7 GB
Disk /dev/sdc 786 MB
# mkfs.ext4 /dev/sda
# cd /mnt
# mkdir gnuguix
# mount /dev/sda /mnt/gnuguix
# mkswap /dev/sdb
# swapon /dev/sdb
# free -m
    total    used    free
Men    2019    115    1904
swap    10239    0    10239
# deco start cow-store /mnt/gnuguix
service cow-store has been started
fuse: bad mount point '/.rw-store': No such file or directory
# cp /etc/configuration-template.scm /mnt/gnuguix/config.scm
# nano /mnt/gnuguix/config.scm

I changed only:  (bootloader (grub-configuration (device "/dev/sda")))

#guix system init /mnt/gnuguix/config.scm /mnt/gnuguix --no-substitutes

After 30 hours:
libbackend.a: No space left on device
Makefile:1776:recipe for target 'libbackend.a' failed
Leaving directory 'tmp/nix-build-gcc-cross-boot0-4.8.3.drv-0/build/gcc
Recipe for target all-gcc failed

[-- Attachment #2: Type: text/html, Size: 1560 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: Problem No space left on device
@ 2014-09-07 10:49 Luis Souto Graña
  2014-09-07 17:47 ` Manolis Ragkousis
  0 siblings, 1 reply; 11+ messages in thread
From: Luis Souto Graña @ 2014-09-07 10:49 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-09-18  9:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-07  0:41 Problem No space left on device Luis Souto Graña
2014-09-07  6:27 ` Jason Self
2014-09-08  6:59 ` Ludovic Courtès
2014-09-12  8:30   ` Luis Souto Graña
2014-09-12 12:04     ` Ludovic Courtès
2014-09-18  8:31       ` Luis Souto Graña
2014-09-18  9:24         ` Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2014-09-07 10:49 Luis Souto Graña
2014-09-07 17:47 ` Manolis Ragkousis
2014-09-07 18:54   ` Luis Souto Graña
2014-09-08  6:20     ` Adam Pribyl

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.