From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: container issues Date: Thu, 31 Dec 2015 09:59:17 -0500 Message-ID: References: <568526EE.5090002@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEehD-00086E-Qh for help-guix@gnu.org; Thu, 31 Dec 2015 09:59:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEehC-0007dR-IF for help-guix@gnu.org; Thu, 31 Dec 2015 09:59:19 -0500 Received: from mail-yk0-x231.google.com ([2607:f8b0:4002:c07::231]:35817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEehC-0007dL-BN for help-guix@gnu.org; Thu, 31 Dec 2015 09:59:18 -0500 Received: by mail-yk0-x231.google.com with SMTP id x67so180290358ykd.2 for ; Thu, 31 Dec 2015 06:59:17 -0800 (PST) In-Reply-To: <568526EE.5090002@uq.edu.au> 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: Ben Woodcroft Cc: help-guix@gnu.org 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, - Dave