Displaying 2 results from an estimated 2 matches for "3191627e5ad6".
2007 Nov 01
0
VMX status report against cset #16281 & linux-xen#297 -- two new issues
...    RHEL4u3
CPU                         Clovertown
Memory size                 8G
Details: (Some cases report fail, but can pass when manually retest)
==============================================
Platform : PAE
Service OS : Fedora Core release 5 (Bordeaux)
Hardware : paxville
Xen package: 16281: 3191627e5ad6
1, 2  PAE SMP VMX domains and 2 xenU domains coexist             FAIL
2. one PAE SMP Linux VMX domain with memory 4G                   PASS
3. Live migration                                                PASS
4. boot a pae on x86_64 xenU                                     PASS
5. boot 4 VMX per...
2007 Nov 05
7
[PATCH] Recover from corrupt tdb on reboot
...pid-file.  In other words, it removes tdb only when xenstored is not
  running, and locks it out until it is done.
  Bonus fix: it also removes stale copies of the tdb xenstored tends
  to leave behind when it exits uncleanly.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
diff -r 3191627e5ad6 tools/misc/xend
--- a/tools/misc/xend	Wed Oct 31 16:21:18 2007 +0000
+++ b/tools/misc/xend	Mon Nov 05 18:23:11 2007 +0100
@@ -23,6 +23,8 @@
    On Solaris, the daemons are SMF managed, and you should not attempt
    to start xend by hand.
 """
+import fcntl
+import glob
 import os
 i...