From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#33676: GuixSD on eoma68-a20? Date: Mon, 10 Dec 2018 22:12:24 +0100 Message-ID: <20181210211224.GA7317__6321.07657515935$1544476321$gmane$org@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]:45326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWSrS-0001f8-JM for bug-guix@gnu.org; Mon, 10 Dec 2018 16:13:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWSrN-00069R-VN for bug-guix@gnu.org; Mon, 10 Dec 2018 16:13:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37940) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gWSrN-00069N-Qt for bug-guix@gnu.org; Mon, 10 Dec 2018 16:13:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gWSrN-00089I-Kw for bug-guix@gnu.org; Mon, 10 Dec 2018 16:13:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20181210113014.0e4e76eb@scratchpost.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: swedebugia , 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