From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Luis_Souto_Gra=C3=B1a?= Subject: Problem No space left on device Date: Sun, 7 Sep 2014 02:41:41 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1135f3e83b7d2105026ef7b0 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQQY3-00007G-Dx for guix-devel@gnu.org; Sat, 06 Sep 2014 20:41:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQQY2-0002M5-75 for guix-devel@gnu.org; Sat, 06 Sep 2014 20:41:43 -0400 Received: from mail-qg0-x229.google.com ([2607:f8b0:400d:c04::229]:45450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQQY2-0002M1-1q for guix-devel@gnu.org; Sat, 06 Sep 2014 20:41:42 -0400 Received: by mail-qg0-f41.google.com with SMTP id a108so481588qge.0 for ; Sat, 06 Sep 2014 17:41:41 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --001a1135f3e83b7d2105026ef7b0 Content-Type: text/plain; charset=UTF-8 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 --001a1135f3e83b7d2105026ef7b0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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: &q= uot;No space left on device".

My latest attempt, step by step:<= br>
$ 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=3De1000 -net user -vga std -usb -usbdevice disk:format=3Draw= :gnuusbinstall07.raw -boot menu=3Don


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

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

#guix system init /mnt/gnuguix/config.scm /mnt/gnuguix --no-substi= tutes

After 30 hours:
libbackend.a: No space left on device
Ma= kefile:1776:recipe for target 'libbackend.a' failed
Leaving dire= ctory 'tmp/nix-build-gcc-cross-boot0-4.8.3.drv-0/build/gcc
Recipe fo= r target all-gcc failed


--001a1135f3e83b7d2105026ef7b0--