Displaying 5 results from an estimated 5 matches for "headcomp".
2013 May 21
7
[Patch[ xl problems with xendomains
...art, save and restore.
Thanks for reading and I hope this makes sense,
Ian.
Signed-off-by: Ian MURRAY <murrayie@yahoo.co.uk>
--- xendomains.422.orig 2013-05-19 18:06:18.525195879 +0100
+++ xendomains  2013-05-21 21:27:57.253429073 +0100
@@ -28,10 +28,12 @@
  ### END INIT INFO
  CMD=xm
++HEADCOMP="LinuxGuestRecord"
  $CMD list &> /dev/null
  if test $? -ne 0
  then
         CMD=xl
+       HEADCOMP="Xen saved domain"
  fi
  $CMD list &> /dev/null
@@ -255,7 +257,7 @@
          for dom in $XENDOMAINS_SAVE/*; do
              if [ -f $dom ] ; then...
2013 Jan 07
4
Xendomains always broken for me, nobody else?
...t but it got ignored 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":\|&quo...
2013 Jun 30
18
Xen 4.2.2 /etc/init.d/xendomains save and restore of domains does not work
Hello,
in the last days I switched from Xen 4.2.1 to Xen 4.2.2 (source from git 
repository tag 4.2.2)
commit a125ec6a4a2f028f97f0bdd8946d347a36dbe76b
Author: Jan Beulich <jbeulich@suse.com>
Date:   Tue Apr 23 18:42:55 2013 +0200
     update Xen version to 4.2.2
My "base system" is a debian squeeze. For Xen I use the xl toolstack.
Since updating to 4.2.2 the autosave and
2014 Dec 06
1
Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
...SAVE=""
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=/va...
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