From: Julien Lepiller <julien@lepiller.eu>
To: help-guix@gnu.org, David Wilson <david@daviwil.com>
Subject: Re: Diagnosing "In procedure symlink: No space left on device"
Date: Mon, 10 Feb 2020 13:06:40 -0500 [thread overview]
Message-ID: <14ED5057-9357-4247-92E2-2AE2257A2D2C@lepiller.eu> (raw)
In-Reply-To: <2fe8237a-8e46-4a13-bcf3-28849d699d73@www.fastmail.com>
Le 10 février 2020 12:30:21 GMT-05:00, David Wilson <david@daviwil.com> a écrit :
>Hello Guix!
>
>Recently on one of my machines I've not been able to update one of my
>profiles due to a "No space left on device" error (see snippet below).
>My device is most definitely not out of space (/dev/dm-0 has 42gb
>free):
>
>---
>λ df -h
>Filesystem Size Used Avail Use% Mounted on
>none 7.8G 0 7.8G 0% /dev
>/dev/dm-0 234G 180G 42G 82% /
>/dev/nvme0n1p2 495M 43M 453M 9% /boot/efi
>tmpfs 7.8G 0 7.8G 0% /dev/shm
>none 7.8G 28K 7.8G 1% /run/systemd
>none 7.8G 0 7.8G 0% /run/user
>cgroup 7.8G 0 7.8G 0% /sys/fs/cgroup
>tmpfs 1.6G 4.0K 1.6G 1% /run/user/1000
>---
>
>Here's the backtrace from `guix package -m <my manifest file>`
>
>---
>Backtrace:
> 8 (primitive-load "/gnu/store/mablf146gb6vb0m1lj9a9yr4cfj…")
>In guix/build/profiles.scm:
> 157:2 7 (build-profile "/gnu/store/mdzxrmx68qkpakhy1n5vk6lzvnq…" …)
>In unknown file:
> 6 (hash-for-each #<procedure 7ffff2e7cb80 at guix/build/…> …)
> 5 (hash-for-each #<procedure 7ffff2852e40 at guix/build/…> …)
> 4 (hash-for-each #<procedure 7ffff2852a40 at guix/build/…> …)
> 3 (hash-for-each #<procedure 7ffff2889e00 at guix/build/…> …)
> 2 (hash-for-each #<procedure 7ffff783e200 at guix/build/…> …)
> 1 (hash-for-each #<procedure 7ffff2e068c0 at guix/build/…> …)
> 0 (symlink "/gnu/store/z74railpdshvi28i1rfa97fp2d9rg79d-…" …)
>
>ERROR: In procedure symlink:
>In procedure symlink: No space left on device
>---
>
>Is there some other reason that Guix might think that I'm out of space?
>Is there any other command I can run that might help illuminate why I'm
>getting this error?
>
>Thanks!
>
>David
It coull be you ran out of inode (but I doubt it) or that the tmpfs ran out of space, not your root fs. What were you trying to build? Something big I suppose?
next prev parent reply other threads:[~2020-02-10 18:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-10 17:30 Diagnosing "In procedure symlink: No space left on device" David Wilson
2020-02-10 17:53 ` Vagrant Cascadian
2020-02-10 18:07 ` David Wilson
2020-02-10 18:06 ` Julien Lepiller [this message]
2020-02-10 18:07 ` David Wilson
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=14ED5057-9357-4247-92E2-2AE2257A2D2C@lepiller.eu \
--to=julien@lepiller.eu \
--cc=david@daviwil.com \
--cc=help-guix@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 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.