All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [meta-arm] [PATCH] arm-autonomy/xenguest-manager: fix xenguest initscript stop sequence
       [not found] <16863C6D6E7FC032.31052@lists.yoctoproject.org>
@ 2021-06-08  7:33 ` Hugo L'Hostis
  0 siblings, 0 replies; only message in thread
From: Hugo L'Hostis @ 2021-06-08  7:33 UTC (permalink / raw)
  To: meta-arm, Hugo L'hostis; +Cc: nd

[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]

Hello Jon,

Could you backport this patch to hardknott please ?

Best regards,

Hugo L'Hostis
________________________________
De : meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org> de la part de Hugo L'Hostis via lists.yoctoproject.org <hugo.lhostis=arm.com@lists.yoctoproject.org>
Envoyé : lundi 7 juin 2021 08:32
À : meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org>
Cc : nd <nd@arm.com>
Objet : [meta-arm] [PATCH] arm-autonomy/xenguest-manager: fix xenguest initscript stop sequence

This patch fixes an issue where xenguest initscript stop sequence was not
properly identifying the running guests.

Issue-Id: SCM-2772
Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com>
Change-Id: I3ad88e00f48fab07f99936a10c0d1deb7459e83b
---
 meta-arm-autonomy/recipes-extended/xenguest/files/xenguest-init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arm-autonomy/recipes-extended/xenguest/files/xenguest-init b/meta-arm-autonomy/recipes-extended/xenguest/files/xenguest-init
index 5862cb9..115b2d6 100755
--- a/meta-arm-autonomy/recipes-extended/xenguest/files/xenguest-init
+++ b/meta-arm-autonomy/recipes-extended/xenguest/files/xenguest-init
@@ -66,7 +66,7 @@ case "$1" in
   stop)
         echo "Stopping xenguest"
         # update guest list
-        guestlist=$(xenguest-manager status | grep Running | cut -d ":" -f1)
+        guestlist=$(xenguest-manager status | grep Running | cut -d " " -f1)
         for f in ${guestlist}; do
             xenguest-manager shutdown "${f}" --kill
         done
--
2.25.1


[-- Attachment #2: Type: text/html, Size: 3513 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-08  7:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <16863C6D6E7FC032.31052@lists.yoctoproject.org>
2021-06-08  7:33 ` [meta-arm] [PATCH] arm-autonomy/xenguest-manager: fix xenguest initscript stop sequence Hugo L'Hostis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.