From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34494: proot-based non-root setup: refusing to run with elevated privileges (UID 0) Date: Mon, 04 Mar 2019 22:45:41 +0100 Message-ID: <87lg1unwje.fsf@gnu.org> References: <81415b97-6e02-33dc-a4da-b1b046d5a4e7@florian-thevissen.de> 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]:43031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0vQN-0006wz-GY for bug-guix@gnu.org; Mon, 04 Mar 2019 16:47:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0vQM-0004sz-KH for bug-guix@gnu.org; Mon, 04 Mar 2019 16:47:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46779) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0vQM-0004so-EB for bug-guix@gnu.org; Mon, 04 Mar 2019 16:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h0vQM-0001A0-80 for bug-guix@gnu.org; Mon, 04 Mar 2019 16:47:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:42653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0vPG-0006QT-Hl for bug-Guix@gnu.org; Mon, 04 Mar 2019 16:45:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0vPE-0003PA-T2 for bug-Guix@gnu.org; Mon, 04 Mar 2019 16:45:54 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:56432) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h0vPC-0003DI-UK for bug-Guix@gnu.org; Mon, 04 Mar 2019 16:45:52 -0500 In-Reply-To: <81415b97-6e02-33dc-a4da-b1b046d5a4e7@florian-thevissen.de> (Florian Thevissen's message of "Fri, 15 Feb 2019 21:39:21 +0100") 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: Florian Thevissen Cc: bug-Guix@gnu.org Hi Florian, Florian Thevissen skribis: > I am trying to get guix to run on a system where I do not have root > access, following a guide by pjotrp involving proot, here: > https://github.com/pjotrp/guix-notes/blob/master/GUIX-NO-ROOT.org . Not really answering your question, but would user namespaces be an option for you? If so, might be a simpler option. Thanks, Ludo=E2=80=99.