From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: Merging =?utf-8?Q?=E2=80=98wip-newt-installer=E2=80=99?= in master? Date: Sun, 13 Jan 2019 18:09:27 +0100 Message-ID: <871s5gwkl4.fsf@gmail.com> References: <87lg6sejwa.fsf@gmail.com> <878t1rygfu.fsf@gmail.com> <877ehbydmz.fsf@gmail.com> <87sgzykmyx.fsf@gnu.org> <877eh9245u.fsf@gmail.com> <87efbgx0p0.fsf@gnu.org> <87sgzw5ylb.fsf@gmail.com> <87zhu1cw4p.fsf_-_@gnu.org> <875zwp17od.fsf@gmail.com> <87lg5j6h00.fsf@gnu.org> <87pnuv26jv.fsf@gmail.com> <87efbb4xpt.fsf@gnu.org> <871s7bm8k5.fsf@gmail.com> <8736rl6049.fsf@gmail.com> <874lc15opg.fsf@gnu.org> <87r2f4smlk.fsf@gmail.com> <8736rk6ui1.fsf@gnu.org> <87d0qgt8ej.fsf@gmail.com> <871s5q1zyv.fsf@gnu.org> <874ladwudb.fsf@gmail.com> 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]:41058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gijJq-0004kA-96 for guix-devel@gnu.org; Sun, 13 Jan 2019 12:13:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gijGQ-0004Yh-BC for guix-devel@gnu.org; Sun, 13 Jan 2019 12:09:35 -0500 In-reply-to: <874ladwudb.fsf@gmail.com> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel Hey, >> ERROR: pty: failed to exec child /gnu/store/=E2=80=A6-installer: O= peration not permitted (exec_child() in src/pty.c:299) >> >> in a loop and the VM became unusable. Not sure what happened! > > Hmm at least I can reproduce this issue, not sure what's > happening. This error does not happend when creating a disk-image and > running qemu manually. I'll try to investigate it soon. The problem seem to be related to cow-store on VM produced by guix system vm. I can reproduce it on "master" by running: guix system vm /gnu/system/install.scm and appending -drive format=3Draw,file=3D/home/mathieu/vm-test.img to the produced script. Then, mount /dev/sda1 /mnt herd start cow-store /mnt -> Every command (like ls ou mount) fails because /gnu/store does not seem to be reachable anymore. Is this a known issue, or am I missing something? Thanks, Mathieu