From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35662: Really relocatable binaries crash with Permission denied Date: Tue, 14 May 2019 22:43:56 +0200 Message-ID: <87h89wydf7.fsf@gnu.org> References: <20190509220136.tli7um2heocifrpq@pelzflorian.localdomain> <87o94ax9lw.fsf@gnu.org> <20190511050518.ozmvhsov6meg6g5f@pelzflorian.localdomain> <87ftpivlnv.fsf@gnu.org> <20190513103440.xkri3uk2oxtk4rn6@pelzflorian.localdomain> <87r292qx30.fsf@gnu.org> <20190513151736.ffbuofr3vmyqaoov@pelzflorian.localdomain> <87tvdyozra.fsf@gnu.org> <20190513204524.ozcnp6faamrbfkcv@pelzflorian.localdomain> <20190514080525.xspgsob6payn2ioa@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQeV7-0007vd-Cr for bug-guix@gnu.org; Tue, 14 May 2019 16:58:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQeIJ-0006rR-32 for bug-guix@gnu.org; Tue, 14 May 2019 16:45:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36448) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQeII-0006qy-Rm for bug-guix@gnu.org; Tue, 14 May 2019 16:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hQeII-0004vR-LH for bug-guix@gnu.org; Tue, 14 May 2019 16:45:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190514080525.xspgsob6payn2ioa@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Tue, 14 May 2019 10:05:25 +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" To: "pelzflorian (Florian Pelz)" Cc: 35662@debbugs.gnu.org "pelzflorian (Florian Pelz)" skribis: > On Mon, May 13, 2019 at 10:45:24PM +0200, pelzflorian (Florian Pelz) wrot= e: >> On Mon, May 13, 2019 at 10:39:21PM +0200, Ludovic Court=C3=A8s wrote: >> > I suspect ZFS-on-Linux (right?) is doing something unusual here: >>=20 >> I suppose it is ZFS on Linux; it is Linux, I can ask the admins if it >> could be something else. >>=20 > > The admins have confirmed that they use =E2=80=9CProxmox on ZFS=E2=80=9D = (judging from > it is ZFS on Linux) and > they have confirmed that they have disabled user namespaces in their > Proxmox settings. User namespaces are orthogonal to file systems, but anyway it looks like ZFS is refusing to let us do these things. I don=E2=80=99t have any great option to offer. You could perhaps modify run-in-namespace.c so that it doesn=E2=80=99t even try user namespaces and instead goes directly to the PRoot option? However working around this behavior of ZFS it not completely trivial and I=E2=80=99m not sure we should put much energy to paper over non-standa= rd file system behavior. Thoughts? Ludo=E2=80=99.