search for: all_zombies

Displaying 4 results from an estimated 4 matches for "all_zombies".

Did you mean: all_combines
2014 Dec 06
1
Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
...t;(skip)" else XMC=`$CMD create --quiet --defconfig $dom` if [ $? -ne 0 ]; then echo -e "\nAn error occurred while creating domain ${dom##*/}: $XMC\n" rc_failed $? echo -e '!' else usleep $XENDOMAINS_CREATE_USLEEP fi fi done fi } all_zombies() { name=;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")...
2007 Jul 10
1
Bug#432583: xen-utils-common: "xendomains stop" won't save domains which name starts with "Name"
...ione.com.ar.xen 15 64 1 -b---- 17.6 www.xarope.org.ar.xen 17 64 1 -b---- 17.3 so, if a domain has a name that starts with "Name", it won't be processed. this same bug can be found in the functions is_running()[2], all_zombies()[3] and check_domain_up()[4]. -- [1] /etc/init.d/xendomains:326 [2] /etc/init.d/xendomains:149 [3] /etc/init.d/xendomains:215 [4] /etc/init.d/xendomains:359 -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bi...
2006 Dec 13
1
Bug#402974: xen-utils-common: xen domain do not always shutdown
...@ fi } +xm_list() +{ + OK=0 + while [ $OK -eq 0 ]; do + OUT=`xm list` + echo "$OUT" | grep -q "^Usage" + if [ $? -eq 1 ]; then + OK=1 + else + sleep 1s + fi + done + echo "$OUT" + return 0 +} + all_zombies() { while read LN; do parseln "$LN" if test $id = 0; then continue; fi if test "$state" != "-b---d" -a "$state" != "-----d"; then return 1; fi - done < <(xm list | grep -v '^Name&...
2013 Jun 18
33
DomU suspension/hibernation
Hey, I thought there was supposed to be an ability for domU''s to be put into a hibernated state (E.g. current running tasks and memory) when dom0 is shutdown or rebooted. When I look in my /etc/default/xendomains file, I have the variable''s "XENDOMAINS_SAVE=/var/lib/xen/save" and "XENDOMAINS_RESTORE=true". However, when I reboot, I always have to restart my