From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: Build machine sysadmin support Date: Sun, 21 Aug 2016 19:38:13 +0200 Message-ID: References: <87bn0pp58b.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbWhS-0006aW-Ex for guix-devel@gnu.org; Sun, 21 Aug 2016 13:38:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbWhN-0007UK-HG for guix-devel@gnu.org; Sun, 21 Aug 2016 13:38:22 -0400 Received: from mail-yw0-x229.google.com ([2607:f8b0:4002:c05::229]:32935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbWhM-0007Tu-AU for guix-devel@gnu.org; Sun, 21 Aug 2016 13:38:17 -0400 Received: by mail-yw0-x229.google.com with SMTP id r9so39820028ywg.0 for ; Sun, 21 Aug 2016 10:38:14 -0700 (PDT) In-Reply-To: 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: guix-devel So guix doesn't work inside a vm - because /gnu/store is mounted readonly. To be able to offload arm builds once guix system vm --system=armhf-linux works, /gnu/store needs to be writeable. Can multiple daemons concurrently use the same store? or alternatively, can we move the (unless (zero? (system* unionfs "-o" "cow,allow_other,use_ino,suid,dev,max_files=65536" "/rw-root=RW:/real-root=RO" "/root")) (error "unionfs failed")) to after the 9p filesystems have been mounted, so that the unionfs allows writing to /gnu/store too?