search for: watchdog_xencmd

Displaying 1 result from an estimated 1 matches for "watchdog_xencmd".

2014 Dec 06
1
Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
...me=;id= while read LN; do parseln "$LN" || continue if test $id = 0; then continue; fi if test "$state" != "-b---d" -a "$state" != "-----d"; then return 1; fi done < <($CMD list -l | grep "$LIST_GREP") return 0 } watchdog_xencmd() { if test -z "$XENDOMAINS_STOP_MAXWAIT" -o "$XENDOMAINS_STOP_MAXWAIT" = "0"; then exit fi usleep 20000 for no in `seq 0 $XENDOMAINS_STOP_MAXWAIT`; do # exit if $CMD save/migrate/shutdown is finished PSAX=`ps axlw | grep "$CMD $1" | grep -...