From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Wilson" Subject: Re: Diagnosing "In procedure symlink: No space left on device" Date: Mon, 10 Feb 2020 10:07:33 -0800 Message-ID: <4c45ffb4-ee34-460c-8c6f-ddd5b190d195@www.fastmail.com> References: <2fe8237a-8e46-4a13-bcf3-28849d699d73@www.fastmail.com> <14ED5057-9357-4247-92E2-2AE2257A2D2C@lepiller.eu> 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]:35385) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1DTR-0002E3-G2 for help-guix@gnu.org; Mon, 10 Feb 2020 13:07:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1DTQ-0003mB-DE for help-guix@gnu.org; Mon, 10 Feb 2020 13:07:57 -0500 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:47211) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j1DTQ-0003lg-5T for help-guix@gnu.org; Mon, 10 Feb 2020 13:07:56 -0500 In-Reply-To: <14ED5057-9357-4247-92E2-2AE2257A2D2C@lepiller.eu> 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: Julien Lepiller , help-guix@gnu.org Turns out it was indeed a lack of inodes :/=20 Thanks! On Mon, Feb 10, 2020, at 10:06 AM, Julien Lepiller wrote: > Le 10 f=C3=A9vrier 2020 12:30:21 GMT-05:00, David Wilson =20 > 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)= .=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.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 ` > > > >--- > >Backtrace: > > 8 (primitive-load "/gnu/store/mablf146gb6vb0m1lj9a9yr4cfj=E2=80=A6")= > >In guix/build/profiles.scm: > > 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 spac= e? > >Is there any other command I can run that might help illuminate why I= 'm > >getting this error? > > > >Thanks! > > > >David >=20 > It coull be you ran out of inode (but I doubt it) or that the tmpfs ra= n=20 > out of space, not your root fs. What were you trying to build?=20 > Something big I suppose? >