From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: bug#33676: GuixSD on eoma68-a20? Date: Mon, 10 Dec 2018 22:12:24 +0100 Message-ID: <20181210211224.GA7317@jurong> References: <68f9fc17-94f5-dcc2-f54d-61d6e2bf384d@riseup.net> <20181208181214.2308472a@scratchpost.org> <20181209215126.GA10968@jurong> <20181210113014.0e4e76eb@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWSqr-0000kL-Ap for guix-devel@gnu.org; Mon, 10 Dec 2018 16:12:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWSqq-0005qe-JE for guix-devel@gnu.org; Mon, 10 Dec 2018 16:12:29 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:49946) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gWSqq-0005qE-Bg for guix-devel@gnu.org; Mon, 10 Dec 2018 16:12:28 -0500 Content-Disposition: inline In-Reply-To: <20181210113014.0e4e76eb@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org, 33676@debbugs.gnu.org Hello Danny, On Mon, Dec 10, 2018 at 11:30:14AM +0100, Danny Milosavljevic wrote: > I've tried it now and I get: > dannym@bayfront ~/src/guix$ ./pre-inst-env guix system disk-image --system=armhf-linux gnu/system/install.scm > ... > importing file or directory '/gnu/store/3qrkj5zqmhnkr953xznmy96fq8i55ia5-glibc-b > ootstrap-0'... > found valid signature for '/gnu/store/3qrkj5zqmhnkr953xznmy96fq8i55ia5-glibc-boo > tstrap-0' > guix offload: error: link: No space left on device this is the mysterious error message we have seen before: There is still plenty of space on all the machines! I think it was related to an ext4 limitation on the number of files, or the number of files inside a single directory. I ran some garbage collection on bayfront, and it can now offload and retrieve builds again. Please give it another try! Andreas