unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Luis Souto Graña" <luissoutobueu@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: Problem No space left on device
Date: Fri, 12 Sep 2014 10:30:22 +0200	[thread overview]
Message-ID: <CA+0Zd=-u+1yKEXE=MmNp4KL=D1gvrmBtMM_6=DHnBbOK-VEzKw@mail.gmail.com> (raw)
In-Reply-To: <87iokylhrj.fsf@gnu.org>

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

>> 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 being unresponsive, which means that the server is a bit
>> slow, which is unfortunately often the case currently.  This is an
>> annoyance, but should not prevent installation.

Sorry for the delay in replying. Effectively, I was wrong: hydra
substitutes work well, but it issues other error now:

My new 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:gnu-usb-install-07.i686 -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
# mount /dev/sda /mnt
# 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

# df -h
df: '/real-root':No such file or directory
df: '/rw-root': No such file or directory
df: '/root//dev': No such file or directory
df: '/.rw-store': No such file or directory
Filesystem   Size       Used    Avail      Use%  Mounted on
rootfs            1.7G     717M   1010M   42%     /
tmpfs            1010M   0         1010M   0%       /dev/shm
/dev/sda       30G       44M     28G      1%       /mnt
/.rw-store      32G       1.8G    28G      6%      /gnu/store


# cp /etc/configuration-template.scm /mnt/config.scm
# nano /mnt/config.scm

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

#guix system init /mnt/config.scm /mnt

After 2 hours it issues the following error:

/gnu/store/...-grub-2.0.0/sbin/grub-bios-setup:warning:File system 'ext2'
doesn't support embedding.
/gnu/store/...-grub-2.0.0/sbin/grub-bios-setup:warning:Embedding is not
possible. GRUB can only be installedin this setup by using blocklists.
However, blocklists are UNRELIABLE and their use is discouraged.
guix system:error: failed to install GRUB on device '/dev/sda'
1814 operations.

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

  reply	other threads:[~2014-09-12  8:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=-u+1yKEXE=MmNp4KL=D1gvrmBtMM_6=DHnBbOK-VEzKw@mail.gmail.com' \
    --to=luissoutobueu@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ludo@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).