search for: watchdog_xm

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

2012 Jul 25
0
Bug#682750: xen-utils-common: guests detection broken for shutdown
...bvirt management daemon: libvirtd. | Clearing ebtables rulesets: filter nat broute done. | Shutting down Xen domains: bev-d6x02(save).Error: Domain '1024' does not exist. | !(shut).Error: Domain '1024' does not exist. | /etc/init.d/xendomains: line 245: 7191 Terminated watchdog_xm save | !/etc/init.d/xendomains: line 134: 7231 Terminated watchdog_xm shutdown | bev-r5x01(save)/etc/init.d/xendomains: line 245: 7231 Terminated watchdog_xm shutdown | .Error: Domain '4096' does not exist. | !(shut).Error: Domain '4096' does not exist....
2007 Jan 11
0
Error: /usr/lib64/xen/bin/xc_save failed
...g down Xen domains: centos4.4(save)Error: /usr/lib64/xen/bin/xc_save 17 16 0 0 0 failed Usage: xm save <Domain> <CheckpointFile> Save a domain state to restore later. .!(shut).Domain 16 terminated .All domains terminated /etc/init.d/xendomains: line 299: 8235 Terminated watchdog_xm save /etc/init.d/xendomains: line 188: 8249 Terminated watchdog_xm shutdown fc6(save)/etc/init.d/xendomains: line 299: 8249 Terminated watchdog_xm shutdown .Error: /usr/lib64/xen/bin/xc_save 17 20 0 0 0 failed Usage: xm save <Domain> <CheckpointFile> Save...
2006 Oct 26
1
Bug#395305: Unable to shutdown cleanly DomU when named more than 17 characters
...39;s results when i attempt to run the following command: /etc/init.d/xendomains stop long-domname.doma(save)...Error: the domain 'in.com' does not exist. Domain long-domu-name.domain.com terminated All domains terminated /etc/init.d/xendomains: line 245: 17851 Terminated watchdog_xm shutdown 1 [done] Regards, Tomi Lukkarinen
2006 Dec 13
1
Bug#402974: xen-utils-common: xen domain do not always shutdown
...--d" -a "$state" != "-----d"; then return 1; fi - done < <(xm list | grep -v '^Name') + done < <(xm_list | grep -v '^Name') return 0 } @@ -316,14 +332,14 @@ echo -n "(shut)" watchdog_xm shutdown & WDOG_PID=$! - xm shutdown $id $XENDOMAINS_SHUTDOWN + xm shutdown $id $XENDOMAINS_SHUTDOWN > /dev/null if test $? -ne 0; then rc_failed $? echo -n '!' fi kill $WDOG_PIG...