From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31752: 'guix system disk-image --file-system-type=iso9660' is broken Date: Fri, 08 Jun 2018 10:08:44 +0200 Message-ID: <87tvqdog37.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]:41055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRCTH-0002hy-K2 for bug-guix@gnu.org; Fri, 08 Jun 2018 04:10:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRCTC-0000LL-Li for bug-guix@gnu.org; Fri, 08 Jun 2018 04:10:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58980) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fRCTC-0000LD-HA for bug-guix@gnu.org; Fri, 08 Jun 2018 04:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fRCTC-0006nf-Bi for bug-guix@gnu.org; Fri, 08 Jun 2018 04:10:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRCS4-0001qd-20 for bug-guix@gnu.org; Fri, 08 Jun 2018 04:08:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRCRz-00082O-4E for bug-guix@gnu.org; Fri, 08 Jun 2018 04:08:52 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRCRz-00082G-0i for bug-guix@gnu.org; Fri, 08 Jun 2018 04:08:47 -0400 Received: from [193.50.110.75] (port=45358 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fRCRy-0004lS-Hp for bug-guix@gnu.org; Fri, 08 Jun 2018 04:08:46 -0400 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: 31752@debbugs.gnu.org Here=E2=80=99s what I get: --8<---------------cut here---------------start------------->8--- $ guix system disk-image --file-system-type=3Diso9660 gnu/system/examples/b= are-bones.tmpl [=E2=80=A6] environment variable `PATH' set to `/gnu/store/fc24iwkx64d05rjmay734arc0z4i= zdl9-qemu-minimal-2.12.0/bin:/gnu/store/zr3lz229a9p2xs2daapkkf8d46ihppn7-pa= rted-3.2' error: failed to evaluate directive: (directory "/gnu/store" 0 30000) error: failed to evaluate directive: (directory "/gnu/store" 0 30000 1021) In ./gnu/build/linux-boot.scm: 530:13 6 (_) In unknown file: 5 (primitive-load "/gnu/store/v1v98cplv1ra7hqp8p11v2pzssl=EF=BF= =BD=EF=BF=BD=EF=BF=BD") 4 (primitive-load "/gnu/store/hgwy4w3y0801napx28z6dpjrzs3=EF=BF= =BD=EF=BF=BD=EF=BF=BD") In ice-9/eval.scm: 619:8 3 (_ #(# ("/gnu/sto=EF=BF=BD=EF= =BF=BD=EF=BF=BD" =EF=BF=BD=EF=BF=BD=EF=BF=BD) =EF=BF=BD=EF=BF=BD=EF=BF=BD)) In ./gnu/build/vm.scm: 411:4 2 (make-iso9660-image _ "/gnu/store/iiilhj85499zxp8fp3nn=EF=BF= =BD=EF=BF=BD=EF=BF=BD" =EF=BF=BD=EF=BF=BD=EF=BF=BD) In ./gnu/build/install.scm: 129:2 1 (populate-root-file-system "/gnu/store/98a0qs63d79djaf=EF=BF= =BD=EF=BF=BD=EF=BF=BD" =EF=BF=BD=EF=BF=BD=EF=BF=BD) In ice-9/boot-9.scm: 260:13 0 (for-each # =EF=BF=BD=EF=BF=BD=EF=BF=BD) In procedure chown: Operation not permitted [ 0.956489] Kernel panic - not syncing: Attempted to kill init! exitcode= =3D0x00000000 --8<---------------cut here---------------end--------------->8--- The code in the VM is running as root, yet (mkdir-p "/tmp/root/gnu/store") creates those directories with UID 30001. Needs more investigation=E2=80=A6 Ludo=E2=80=99.