From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Guix on clusters and in HPC Date: Wed, 2 Nov 2016 16:03:25 +0000 Message-ID: <20161102160325.GA18871@mail.thebird.nl> References: <87r37divr8.fsf@gnu.org> <8737jteh8z.fsf@gnu.org> <871szbazaa.fsf@gnu.org> <8760omujwc.fsf@elephly.net> <874m3zuy52.fsf@gnu.org> <9d899b54-934f-e98b-2464-8ccc2f8115c7@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1y2O-0006bi-DV for guix-devel@gnu.org; Wed, 02 Nov 2016 12:05:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1y2I-00065R-Br for guix-devel@gnu.org; Wed, 02 Nov 2016 12:05:16 -0400 Content-Disposition: inline In-Reply-To: <9d899b54-934f-e98b-2464-8ccc2f8115c7@uq.edu.au> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ben Woodcroft Cc: Guix-devel On Wed, Nov 02, 2016 at 09:25:42AM +1000, Ben Woodcroft wrote: > guix pull: error: build failed: cloning builder process: Operation not > permitted You can set the permissions to run the daemon. Bruno did some work there: https://hub.docker.com/r/bmpvieira/guix/ > That seems to suggest that we cannot run the daemon inside a docker > container, so I suppose we'd have to fall back on copying files from a store > built outside docker-land, right? I think that is the preferred solution. No special privileges needed. Pj.