From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: How to install guix without root permission Date: Fri, 06 Jan 2017 16:18:09 +0100 Message-ID: <87r34gkyj2.fsf@gnu.org> References: <87tw9cmh75.fsf@gnu.org> 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]:38798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPWHX-0005GM-E9 for help-guix@gnu.org; Fri, 06 Jan 2017 10:18:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPWHU-0002fB-9Z for help-guix@gnu.org; Fri, 06 Jan 2017 10:18:15 -0500 In-Reply-To: (rohit yadav's message of "Fri, 6 Jan 2017 07:59:44 -0600") 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" To: rohit yadav Cc: help-guix@gnu.org rohit yadav skribis: > =E2=80=8BThanks for the reply. =E2=80=8BThe proot (https://proot-me.githu= b.io/) project > allows you to map $HOME/gnu/store to /gnu/store etc. However, where I am > struggling is the guixbuild users and group creation, and running guix > daemon. Yes, though PRoot relies on syscall interception using ptrace(2), which is inefficient (which may or may not be a problem, depending on the application). > I am using kernel 4+, which supports namespaces. Yes, but some distributions compile it out or turn it off by default. See , for a way to check whether user namespaces are enabled. > This reminds if there is any effort to provide a lxc container for > guixSD. Not that I know of, but I don=E2=80=99t think it would help the non-root use case. Ludo=E2=80=99.