search for: linuxguestrecord

Displaying 6 results from an estimated 6 matches for "linuxguestrecord".

2013 May 21
7
[Patch[ xl problems with xendomains
...stop Shutting down Xen domains: vpn2(save).... * [done] root@xen6:/etc/init.d# service xendomains start Restoring Xen domains:/etc/init.d/xendomains: line 258: [: too many arguments * [done] root@xen6:/# rm /var/lib/xen/save/vpn2 Line 258 reads as:- - if [ $HEADER = "LinuxGuestRecord" ]; then There were further issues of xendomains not suspending domains properly but this appear resolved now because I think the behaviour of xl list -l has changed. AFAIR an extra ''domain'' identifier was thrown in which was causing issues with the regex parser. Anyway,...
2013 Jan 07
4
Xendomains always broken for me, nobody else?
...nored plus I have no idea if it works for xm or not. Thanks for reading, Ian. diff: --- xendomains.421      2012-12-17 15:00:34.000000000 +0000 +++ xendomains  2013-01-06 11:14:44.622409914 +0000 @@ -27,11 +27,13 @@  #                    boots / shuts down.  ### END INIT INFO +HEADCOMP="LinuxGuestRecord"  CMD=xm  $CMD list &> /dev/null  if test $? -ne 0  then         CMD=xl +       HEADCOMP="Xen saved domain"  fi  $CMD list &> /dev/null @@ -202,10 +204,10 @@      done  } -LIST_GREP=''((domain\|(domid\|(name\|^{$\|"name":\|"domid":''...
2007 Jun 29
3
[PATCH] Make xendomains ignore lost+found
As requested by Mark Williamson in BZ #681 Signed-off-by: Gawain Lynch <gawain.lynch@gmail.com> --- xendomains.orig 2006-06-17 14:35:48.000000000 +1000 +++ xendomains 2006-06-17 14:45:29.000000000 +1000 @@ -207,10 +207,11 @@ if [ "$XENDOMAINS_RESTORE" = "true" ] && contains_something "$XENDOMAINS_SAVE" then + XENDOMAINS_SAVED=`/bin/ls
2013 Jun 30
18
Xen 4.2.2 /etc/init.d/xendomains save and restore of domains does not work
...gs in /etc/init.d/xendomains At the end of the mail there is a diff of my corrections. The correction are only tested on my system under xl toolstack 1) @@ -182,7 +182,7 @@ The rdname does not report any domain name 2) @@ -254,8 +254,8 @@ The header of a saved domain does not contain "LinuxGuestRecord" instead it contains "Xen saved domain". 3) @@ -365,11 +365,11 @@ The escape character `\´ in front of `$´ in `case \"\$name\"´ in suspress Variable expansion I think The leading `(´ in ($NAMES) is wrong in sh/bash is wrong because than the content of `$name´ will be...
2014 Dec 06
1
Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
...t; XENDOMAINS_SHUTDOWN="--wait" XENDOMAINS_SHUTDOWN_ALL="--all --wait" XENDOMAINS_RESTORE=false XENDOMAINS_AUTO=/etc/xen/auto XENDOMAINS_AUTO_ONLY=true XENDOMAINS_STOP_MAXWAIT=300 /etc/init.d/xendomains changed: . /etc/xen/scripts/hotplugpath.sh CMD=${SBINDIR}/xm HEADCOMP="LinuxGuestRecord" $CMD list &> /dev/null if test $? -ne 0 then CMD=${SBINDIR}/xl HEADCOMP="Xen saved domain" fi $CMD list &> /dev/null if test $? -ne 0 then exit 0; fi if ! [ -e /proc/xen/privcmd ]; then exit 0 fi if [ -d /var/lock/subsys ]; then LOCKFILE=/var/lock/subsys/xendomain...
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