From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: container issues Date: Fri, 1 Jan 2016 09:58:17 +1000 Message-ID: <5685C119.5020001@uq.edu.au> References: <568526EE.5090002@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEn71-0008MO-9Y for help-guix@gnu.org; Thu, 31 Dec 2015 18:58:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEn70-00079d-6G for help-guix@gnu.org; Thu, 31 Dec 2015 18:58:31 -0500 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: "Thompson, David" Cc: "guix-devel@gnu.org" , help-guix@gnu.org On 01/01/16 00:59, Thompson, David wrote: > On Thu, Dec 31, 2015 at 8:00 AM, Ben Woodcroft = wrote: >> Hey, >> >> I'm on newest master (45147b0), is something amiss? >> >> >> $ ./pre-inst-env guix environment --ad-hoc -C ruby >> In execvp of fsck.none: No such file or directory >> 'fsck.none' exited with code 127 on /home/ben/git/guix; spawning REPL >> GNU Guile 2.0.11 >> Copyright (C) 1995-2014 Free Software Foundation, Inc. >> >> Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. >> This program is free software, and you are welcome to redistribute it >> under certain conditions; type `,show c' for details. >> >> Enter `,help' for help. >> scheme@(guile-user)> >> >> >> >> I also cannot quit this terminal as it keeps respawning. Any ideas? > I'm able to reproduce this on my GuixSD laptop, but not on my > Guix+Ubuntu system. Very interesting. I will try to investigate > further when I get a chance. Anyone should feel free to fix it before > I do. ;) > > Thanks for the report, I'm on Ubuntu so it isn't GuixSD specific. Using git bisect I found this=20 commit to be where it stops working for me: be21979d85304fedd5c0fb970ffc337d220eda7a is the first bad commit commit be21979d85304fedd5c0fb970ffc337d220eda7a Author: Ludovic Court=C3=A8s Date: Tue Dec 22 00:25:40 2015 +0100 file-systems: Add a 'mount?' field. Fixes . Reported by Florian Paul Schmidt . * gnu/system/file-systems.scm ()[mount?]: New field. (file-system->spec): Adjust accordingly. * gnu/services/base.scm (file-system-dmd-service): Return the empty=20 list when FILE-SYSTEM has 'mount?' set to false. (user-processes-service): Select the subset of FILE-SYSTEMS that=20 matches 'file-system-mount?'. * doc/guix.texi (File Systems): Document it. Thanks, ben PS. It would be good to get your opinion on the Ruby reproducibility=20 thread in guix-devel, in case you haven't noticed it.