From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22053: silent failure on guix environment foo --container Date: Mon, 30 Nov 2015 13:22:34 +0100 Message-ID: <8737vnekxh.fsf@gnu.org> References: <20151129202959.6a2f6053@debian-netbook> <87k2p0fqou.fsf@gnu.org> <20151130085032.4b9c127e@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3NU2-0002FH-Vh for bug-guix@gnu.org; Mon, 30 Nov 2015 07:23:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3NTy-00077S-S6 for bug-guix@gnu.org; Mon, 30 Nov 2015 07:23:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3NTy-00077L-Ox for bug-guix@gnu.org; Mon, 30 Nov 2015 07:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a3NTy-0003me-Eb for bug-guix@gnu.org; Mon, 30 Nov 2015 07:23:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20151130085032.4b9c127e@debian-netbook> (Efraim Flashner's message of "Mon, 30 Nov 2015 08:50:32 +0200") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Efraim Flashner Cc: 22053@debbugs.gnu.org Efraim Flashner skribis: > On Sun, 29 Nov 2015 22:20:33 +0100 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Efraim Flashner skribis: >>=20 >> [...]=20=20 >>=20 >> The failure is: >>=20 >> --8<---------------cut here---------------start------------->8--- >> 21228 mount("none", "/tmp/guix-directory.5sVcGc//dev/pts", "devpts", MS_= NOSUID|MS_NOEXEC, "newinstance,ptmxmode=3D0666,mode=3D6"...) =3D -1 EPERM (= Operation not permitted) >> 21228 exit_group(1) =3D ? >> --8<---------------cut here---------------end--------------->8--- >>=20 >> The problem may be that the kernel does not support >> CONFIG_DEVPTS_MULTIPLE_INSTANCES. Could you check that in >> /proc/config.gz or similar? > > # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set QED. :-) However, the daemon needs it too. Don=E2=80=99t you have proble= ms with guix-daemon as well, when building things locally on that machine? Ludo=E2=80=99.