search for: check_config_nam

Displaying 3 results from an estimated 3 matches for "check_config_nam".

Did you mean: check_config_name
2014 Jun 03
0
xen-utils-common bug
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()
2014 Mar 23
1
Bug#742397: xen-utils-common: /etc/init.d/dom0weight is hardcoded to use xm
...ot; exit 0 fi if [ "$(basename "$TOOLSTACK")" != xm ] && [ "$(basename "$TOOLSTACK")" != xl ]; then exit 0 fi if ! [ -e /proc/xen/privcmd ]; then exit 0 fi [ -r /etc/default/xendomains ] && . /etc/default/xendomains shopt -s nullglob check_config_name() { xen create --quiet --dryrun --defconfig "$1" | sed -n 's/^.*(name \(.*\))$/\1/p' } check_running() { xen domid "$1" > /dev/null 2>&1 return $? } timeout_coproc() { local TIMEOUT=$1 shift coproc "$@" 2>&1 1>/dev/null local...
2012 Jun 24
3
Bug#678719: xen-utils-common: please label all created directories for SE Linux
...exit 3 ;; esac exit 0 /etc/init.d/xendomains changed: . /lib/init/vars.sh . /lib/lsb/init-functions xen list &> /dev/null if test $? -ne 0 then exit 0; fi if ! [ -e /proc/xen/privcmd ]; then exit 0 fi [ -r /etc/default/xendomains ] && . /etc/default/xendomains shopt -s nullglob check_config_name() { xen create --quiet --dryrun --defconfig "$1" | sed -n 's/^.*(name \(.*\))$/\1/p' } check_running() { xen domid "$1" > /dev/null 2>&1 return $? } timeout_coproc() { TIMEOUT="$1" for no in $(seq 0 $TIMEOUT); do if [ -z "$COPROC_P...