From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6543937367387930624 X-Received: by 2002:adf:cc82:: with SMTP id p2-v6mr2588623wrj.2.1524741996066; Thu, 26 Apr 2018 04:26:36 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.169.70 with SMTP id s67ls264546wme.12.gmail; Thu, 26 Apr 2018 04:26:35 -0700 (PDT) X-Google-Smtp-Source: AIpwx48DgFx0nc5SwJ1gkSJoPW6+IoDUdzyrI+kZTe0TOPcijhZpGG/mbqLhu9CGjnJUO6EaZt3K X-Received: by 10.28.48.74 with SMTP id w71mr2456189wmw.0.1524741995643; Thu, 26 Apr 2018 04:26:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524741995; cv=none; d=google.com; s=arc-20160816; b=GlftaCof9J0Huh4cQCG2T19GlK+pLMG3+Awjc1szJghlwQ/u75wZ4sg9GiOVO636zj LXZ86yH0Uxo7sePAFjH53lxrST7BZCmPqg7ZtmUDn46umiBFZQm/4vxjxx6i5KwWtUsr /oLbNdgpDqiXyssm3Us78Z958scr5CJZBOQJknm1blXrvVUvtkCuKD6Qi7gN/qxKNMCh Vjzeac3ppKekWMChPxWGzBPDA9AoUVS5Qqd/uxGeRqAcD5nZSEiY6V4cAB61NBFAgKaN Ov0+F+23854JmpO8Pxaw/4fd2Zd3li/zl0k2ElzgYtaJdtFT0EgFULSa4evWy+3CFq/W lQxg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:arc-authentication-results; bh=JPewPx1eyUog9JRteDub1uDNr+13nM/thbsItMmYUAM=; b=bEFgrjDtqZ9ekDFrNkmzc4vIbZFUkQHZXIQKrciRM9R1eC/XTkezWm5f693wE7mL27 +q627mRP1VG6CWEcsANuWcoRaSCk/RoaDmwUWVb9YqQ1UO/DK6+ODJk0vONsrP72hX8s bhtMVPuHoX4rPhXY3lsqTde9Vu1/uRFJ3KX4tof4JvKNUZvHvoT3TC0I3yrPf7x1wjqo guB1fDmzXw3+U0rTa6zq/kRA/RGfPI7vl8Y+KiRovY2YN5CYVTVuWUhDzRd358oOmSSA p69mha1ShRmGPft5BqWaFYNJ4/Pnu3EAYHt7UA4+h048lWrKXpUKztveFmH0bZaljawQ Qiig== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id m2si681777wmh.2.2018.04.26.04.26.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 04:26:35 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id w3QBQZkG031268 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 26 Apr 2018 13:26:35 +0200 Received: from md1pvb1c.ad001.siemens.net (md1pvb1c.ad001.siemens.net [139.25.68.40]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id w3QBQYEe016360; Thu, 26 Apr 2018 13:26:34 +0200 Date: Thu, 26 Apr 2018 13:26:33 +0200 From: Henning Schild To: Alexander Smirnov Cc: Subject: Re: [PATCH v2 00/16] wic integration Message-ID: <20180426132633.69b94caf@md1pvb1c.ad001.siemens.net> In-Reply-To: References: X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: lwSR6iExpCNl Am Wed, 25 Apr 2018 18:53:04 +0300 schrieb Alexander Smirnov : > Hi Henning, > > On 04/13/2018 05:18 PM, Henning Schild wrote: > > This series does the follow things: > > > > 1. revert all changes that where made to wic so Isar uses an > > unmodified version of it > > 2. Introdcue an image-class that will create wic images > > automatically 3. enable testing that in CI > > 4. update docs > > > > Patches 1 to 7 just deal with getting back to an unmodified version > > of wic. > > Patch 11 - the big one - provides the real functionality. > > > > I will provide some more information on what is going on here by > > replying to p11. > > > > Major changes to the first series: > > - rebase on recent Isar > > - wic is now running in buildchroot, as root > > - calling wic manually not supported any longer > > - distros before stretch are not supported either (see p11 > > discussion for why) > > - CI can now test wic for the first time > > Thank you for this contribution! > > For now I have one issue with it, after applying patch #13, the > 'start_vm' script doesn't work anymore: Ok, all of that actually worked in your CI. Except for one small thing ... For some reason the qemu login prompt capturing fails for the efi wic image, but the image boots and the prompt appears. At that point i stopped because i guess the problem might be in the qemu or something in the CI setup see: job/isar_henning_ilbers-ci/34/console > $ start_vm -a arm -d jessie > ++ qemu-system-arm -m 1024M -M virt -cpu cortex-a15 -nographic > -kernel /home/builder/isar/build/tmp/deploy/images/vmlinuz-3.16.0-5-armmp_debian-jessie-qemuarm > -initrd > /home/builder/isar/build/tmp/deploy/images/initrd.img-3.16.0-5-armmp_debian-jessie-qemuarm > -append '"console=ttyAMA0' root=/dev/vda 'rw"' -drive The quoting looks weird. My guess is that /bin/sh on that system is not the same as on the CI. For the testing i did locally it was a "dash" from jessie. Henning > file=/home/builder/isar/build/tmp/deploy/images/isar-image-base-debian-jessie-qemuarm.ext4.img,if=none,format=raw,id=hd0 > -device virtio-blk-device,drive=hd0 > qemu-system-arm: -append "console=ttyAMA0: Could not open > 'root=/dev/vda': No such file or directory > > > I suppose this is a minor issue with arguments, will come back with > updates. > > Alex >