all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Efraim Flashner <efraim@flashner.co.il>
Cc: 22053@debbugs.gnu.org
Subject: bug#22053: silent failure on guix environment foo --container
Date: Sun, 29 Nov 2015 22:20:33 +0100	[thread overview]
Message-ID: <87k2p0fqou.fsf@gnu.org> (raw)
In-Reply-To: <20151129202959.6a2f6053@debian-netbook> (Efraim Flashner's message of "Sun, 29 Nov 2015 20:29:59 +0200")

Efraim Flashner <efraim@flashner.co.il> skribis:

> When trying to run `guix environment foo --container` I don't get a container
> with a new shell or any useful information, it just thinks about it for a
> while and then returns to the command prompt, allowing me to enter another
> command.
>
> efraim@debian-netbook:~$ strace -f -o log guix environment vim --container ; echo $?
> 1

The failure is:

--8<---------------cut here---------------start------------->8---
21228 mount("none", "/tmp/guix-directory.5sVcGc//dev/pts", "devpts", MS_NOSUID|MS_NOEXEC, "newinstance,ptmxmode=0666,mode=6"...) = -1 EPERM (Operation not permitted)
21228 exit_group(1)                     = ?
--8<---------------cut here---------------end--------------->8---

The problem may be that the kernel does not support
CONFIG_DEVPTS_MULTIPLE_INSTANCES.  Could you check that in
/proc/config.gz or similar?

The other problem is that there’s no error reporting, which doubles user
frustration.  David, could you look into it?  :-)

Ludo’.

  reply	other threads:[~2015-11-29 21:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-29 18:29 bug#22053: silent failure on guix environment foo --container Efraim Flashner
2015-11-29 21:20 ` Ludovic Courtès [this message]
2015-11-30  6:50   ` Efraim Flashner
2015-11-30 12:22     ` Ludovic Courtès
2015-11-30 12:44       ` Efraim Flashner
2015-11-30 12:51         ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k2p0fqou.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=22053@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.