[Pkg-xen-devel] xen-utils-common bug

Gáspár Lajos swifty at freemail.hu
Tue Jun 3 14:18:51 UTC 2014


Hi all!

I have found a bug in xen-utils-common 4.3.0-3...

--- xendomains.orig    2012-09-18 00:00:00.000000000 +0200
+++ xendomains    2014-06-03 16:10:12.079731629 +0200
@@ -42,7 +42,7 @@

  check_config_name()
  {
-  xen create --quiet --dryrun --defconfig "$1" | sed -n 's/^.*(name 
\(.*\))$/\1/p'
+  xen create --quiet --dryrun --defconfig "$1" | sed -n 's/^.*"name"\: 
"\(.*\)".*/\1/p'
}

  check_running()




More information about the Pkg-xen-devel mailing list