From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: Diagnosing "In procedure symlink: No space left on device" Date: Mon, 10 Feb 2020 13:06:40 -0500 Message-ID: <14ED5057-9357-4247-92E2-2AE2257A2D2C@lepiller.eu> References: <2fe8237a-8e46-4a13-bcf3-28849d699d73@www.fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34406) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1DSU-0001n8-5d for help-guix@gnu.org; Mon, 10 Feb 2020 13:06:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1DST-0002rL-1J for help-guix@gnu.org; Mon, 10 Feb 2020 13:06:57 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:57106) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j1DSS-0002oc-Ax for help-guix@gnu.org; Mon, 10 Feb 2020 13:06:56 -0500 In-Reply-To: <2fe8237a-8e46-4a13-bcf3-28849d699d73@www.fastmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org, David Wilson Le 10 f=C3=A9vrier 2020 12:30:21 GMT-05:00, David Wilson a =C3=A9crit : >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)=2E= =20 >My device is most definitely not out of space (/dev/dm-0 has 42gb >free): > >--- >=CE=BB df -h >Filesystem Size Used Avail Use% Mounted on >none 7=2E8G 0 7=2E8G 0% /dev >/dev/dm-0 234G 180G 42G 82% / >/dev/nvme0n1p2 495M 43M 453M 9% /boot/efi >tmpfs 7=2E8G 0 7=2E8G 0% /dev/shm >none 7=2E8G 28K 7=2E8G 1% /run/systemd >none 7=2E8G 0 7=2E8G 0% /run/user >cgroup 7=2E8G 0 7=2E8G 0% /sys/fs/cgroup >tmpfs 1=2E6G 4=2E0K 1=2E6G 1% /run/user/1000 >--- > >Here's the backtrace from `guix package -m ` > >--- >Backtrace: > 8 (primitive-load "/gnu/store/mablf146gb6vb0m1lj9a9yr4cfj=E2=80=A6") >In guix/build/profiles=2Escm: > 157:2 7 (build-profile "/gnu/store/mdzxrmx68qkpakhy1n5vk6lzvnq=E2=80=A6"= =E2=80=A6) >In unknown file: > 6 (hash-for-each # =E2= =80=A6) > 5 (hash-for-each # =E2= =80=A6) > 4 (hash-for-each # =E2= =80=A6) > 3 (hash-for-each # =E2= =80=A6) > 2 (hash-for-each # =E2= =80=A6) > 1 (hash-for-each # =E2= =80=A6) > 0 (symlink "/gnu/store/z74railpdshvi28i1rfa97fp2d9rg79d-=E2=80=A6" =E2= =80=A6) > >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 ou= t of space, not your root fs=2E What were you trying to build? Something bi= g I suppose?