unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Luis Souto Graña" <luissoutobueu@gmail.com>
To: guix-devel@gnu.org
Subject: Problem No space left on device
Date: Sun, 7 Sep 2014 02:41:41 +0200	[thread overview]
Message-ID: <CA+0Zd=-bwgr9+PNOFvgQfDbqCuKg+ZCEe1vRQ2WAezKHOC7HBg@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2014-09-07  0:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-07  0:41 Luis Souto Graña [this message]
2014-09-07  6:27 ` Problem No space left on device 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+0Zd=-bwgr9+PNOFvgQfDbqCuKg+ZCEe1vRQ2WAezKHOC7HBg@mail.gmail.com' \
    --to=luissoutobueu@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).